jimktrains
IS-IT--Management
I have a customer running SCO unix 5.0.5 and I have just noticed recently these errors in their syslog file
lpd [#####]: fcntl: name: lock: Permission denied
where ##### is a process ID and name is a printer name. This shows an error for all printers they have, about 6, and it is constantly writing to the syslog file. I've checked all permissions against our system and they are all correct.
I noticed when running ps -ef | grep lpd there are two syslog processes running
root 374 1 Jan-09 ? 23:44:25 /usr/lib/lpd
root 23440 374 09:24:26 ? 00:00:00 /usr/lib/lpd
If I run ps -ef | grep lpd again, there are two lpd processes running but the second one has a new PID number and the parent is always the first lpd which never changes PID or PPID. Every once in a while when I run ps -ef | grep lpd, only one shows but that's probably because I did it between the second stopping and starting again.
Why would lpd be starting a second lpd? They have rebooted the system and it's still happening, and I don't know when this may have started. And is this causing the errors in syslog or something else? I found another thread about the syslog and it suggested removing and reinstalling printers but it doesn't say if that helped. I really don't want to do that as the system is constantly in use.
Thanks in advance.
Jim
lpd [#####]: fcntl: name: lock: Permission denied
where ##### is a process ID and name is a printer name. This shows an error for all printers they have, about 6, and it is constantly writing to the syslog file. I've checked all permissions against our system and they are all correct.
I noticed when running ps -ef | grep lpd there are two syslog processes running
root 374 1 Jan-09 ? 23:44:25 /usr/lib/lpd
root 23440 374 09:24:26 ? 00:00:00 /usr/lib/lpd
If I run ps -ef | grep lpd again, there are two lpd processes running but the second one has a new PID number and the parent is always the first lpd which never changes PID or PPID. Every once in a while when I run ps -ef | grep lpd, only one shows but that's probably because I did it between the second stopping and starting again.
Why would lpd be starting a second lpd? They have rebooted the system and it's still happening, and I don't know when this may have started. And is this causing the errors in syslog or something else? I found another thread about the syslog and it suggested removing and reinstalling printers but it doesn't say if that helped. I really don't want to do that as the system is constantly in use.
Thanks in advance.
Jim