Peter Lees wrote: > ok - this should not be this hard :P > > - brand new install of entire distribution, snv_52 from SXCE dvd > > # lpadmin -p myprinter -s myexistingserver > # lpstat -t > scheduler is not running > no system default destination > > > ??? > where' s the printer i just added? how come i didn't get an error if there > was a problem > > the printmgr is just as useless. > > what's going on?
I would suggest that the print scheduler didn't start for some reason: Try starting it manually using lpsched (I forget its path; /usr/lib/lp/...) or using svc, something like ... /usr/sbin/svcadm enable print/server You will not be able to see the printq you added using lpstat unless the scheduler is running. paul
