On Fri, 2004-08-13 at 08:42, Bob Chiodini wrote: > On Fri, 2004-08-13 at 07:53, James Pifer wrote: > > I posted this to Redhat's list, but there's been very little activity > > on that list lately. (or something is wrong with it). Hoping someone > > Here might be able to give me some help. > > > > I have an HP7350 setup on RH9. I can print to it fine within Redhat but > > through Samba I keep getting an error "Unable to create a print job" > > when trying to print from Win2k. > > > > Google searching has produced a lot of similar situations, but no > > working solution for me. > > > > In my smb.conf I have: > > [global] > > printer = HP_Photosmart_7350 > > load printers = yes > > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > > encrypt passwords = yes > > public = yes > > dns proxy = no > > writeable = yes > > printing = cups > > printcap name = /etc/printcap > > security = user > > > > [HP_Photosmart_7350] > > printable = yes > > print command = /usr/bin/lpr -r %s > > writable = yes > > path = /var/spool/lpd/lp0 > > comment = HP7350 > > security = server > > public = yes > > create mode = 0700 > > use client driver = yes > > > > Any help is appreciated. > > > > Thanks, > > James > > Does /var/spool/lpd/lp0 have world write permissions? Also if you are > using cups add the line: printing = cups to the global section of > smb.conf and add use client driver = yes to the [HP_Photosmart_7350] > section. > > Just some thoughts. > > Bob... > > ______________________________________________________________________ Thanks. That was the first problem. Then I had to enable cups raw printing and now it's working. Thanks again. James