problem: print jobs sent to cups via samba from windows sit in print queue and never get processed printer: HP OfficeJet 600 set up cups + hpijs drivers. going through localhost:631 i set up the printer. had cups print out a test page ... looked good. set up samba ... samba file sharing/access/etc... works. added printer support to samba (see bottom for smb.conf). was able to add printer on windows2000 machine. viewed the properties of the printer, all of that stuff. went to print test page, no error came back. goto localhost:631 and i see: ID Name User Size State Control HP_OfficeJet_Series_600-2 smbprn.000004.mITl7Y root 313k processing since Sun Jun 30 02:53:03 2002 Hold Job Cancel Job basically it sits there forever (by forever i mean 24+hrs) and never gets printed. any ideas ? k thx -mike cups' printer.conf <DefaultPrinter HP_OfficeJet_Series_600> Info HP OfficeJet 600 Location Home DeviceURI parallel:/dev/lp0 State Idle Accepting Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 </Printer> smb.conf [global] preferred master = True domain master = False wins support = yes hosts allow = 192.168.0. interfaces = 192.168.0.1/24 security = SHARE encrypt passwords = Yes guest account = root netbios name = Home workgroup = WH0RD.ORG server string = home.wh0rd.org Samba %v # load printers = yes printcap name = lpstat printing = cups [printers] comment = All Printers path = /var/spool/samba browseable = no guest ok = yes writable = no printable = yes create mode = 0700 print command = lpr -P %p -o raw %s -r lpq command = lpstat -o %p lprm command = cancel %p-%j [print$] path = /var/lib/samba/printers guest ok = yes browseable = yes read only = yes write list = root