I am setting up a print server for the company I am working for and ran into a little trouble. Right now I am running the print server on Fedora Core 1 and sharing printers to linux and windows machines. The problem that I am having is that when someone tries to print, and there is no file in /var/spool/samba nothing happens at all. If I do # touch IT_Dept (that is the share name of the printer), and then they try to print everything works like a charm but the file then disappears. I am not sure why this happens really and how to resolve the problem. If someone could give me some advice, I would appreciate it very much. People are getting testy without being able to print properly and the old Windows print server is on its death bed.
Thanks in advance for any help
Here is my smb.conf file for printing:
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
public = yes
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