1846992 Members
3613 Online
110257 Solutions
New Discussion

ERROR START SPOOL BY SAM

 
SOLVED
Go to solution
Miguel Carabano_1
Regular Advisor

ERROR START SPOOL BY SAM

Hi,

I need start spool, but output is:
The command to start the print spooler failed. The command's return
value is 1 and the output from the command is: lpsched: scheduler was
already active

Thanks,

MC
6 REPLIES 6
Miguel Carabano_1
Regular Advisor

Re: ERROR START SPOOL BY SAM

I'm used:

JetDirect Printer Installer for UNIX
Version E.10.34

Spooler:
DOWN (Fix it!)
TEST1:
OK (accepting jobs); OK (enabled)

Who i can start Spooler???
paolo barila
Valued Contributor
Solution

Re: ERROR START SPOOL BY SAM

Hi,
do you mean?

# /sbin/init.d/lp stop
# /sbin/init.d/lp start

Have a look at

# vi /etc/rc.config.d/lp

share share share
DCE
Honored Contributor

Re: ERROR START SPOOL BY SAM



lpshut will stop the spooler

lpsched will start the spooler

Miguel Carabano_1
Regular Advisor

Re: ERROR START SPOOL BY SAM

Hi,

Paste output:
#/sbin/init.d> lp stop
lp: can't access file "stop"
lp: request not accepted
#/sbin/init.d> lp start
lp: can't access file "start"
lp: request not accepted
#/sbin/init.d> vi /etc/rc.config.d/lp


"/etc/rc.config.d/lp"
#!/sbin/sh
# @(#) $Revision: 72.3 $
# LP spooler configuration
#
# LP: Set to 1 to start LP spooler
#
LP=1

again fail
Miguel Carabano_1
Regular Advisor

Re: ERROR START SPOOL BY SAM

Thanks!
Miguel Carabano_1
Regular Advisor

Re: ERROR START SPOOL BY SAM

Thanks for helps