1826524 Members
4315 Online
109695 Solutions
New Discussion

LP Spooler Stopped

 
SOLVED
Go to solution
Steve Start
Advisor

LP Spooler Stopped

Hello,

My LP spooler just stopped working. I try to use the lpsched command and it dies immediately. Please help.

Thanks in advance,
Steve
3 REPLIES 3
James A. Donovan
Honored Contributor

Re: LP Spooler Stopped

Try the procedures outlined here:

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067342608
Remember, wherever you go, there you are...
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: LP Spooler Stopped

1) issue an lpshut command.
2) cd /var/spool/lp
ls *FIFO SCHEDLOCK
If any of these files are found, remove them.
3) Now use ps -ef | grep "lpsched" to see if any "stray" lpsched processes are running; if so, kill 'em dead.
4) lpsched

You should be good to go but if not look in /var/spool/lp/log for any clues and post them.
If it ain't broke, I can fix that.
SS_6
Valued Contributor

Re: LP Spooler Stopped

First stop the scheduler by lpshut
there may be some hung jobs, clear them, do
ps -ef |grep lp and kiil all old processes own by lp & must remove FIFO and SHEDLOCK files as mentioned by A.Clay and do lpsched.
By providing solutions I am helping myself