Ok, thanks to advices from some fine people my printer is now visible from Windows clients and I even managed to have printer drivers stored on Linux machine and downloaded to clients when installing printer. However, when I try to print from some client, error message from subject line ("Could not start print job") appears. Server is Samba 2.2.0alpha3, clients are Windows 2000 Workstations, CUPS is 1.1.6, and my smb.conf is as attached to this message. I've tried to raise Samba and CUPS log levels, but found nothing in logs that could direct me how to further debug problem. Any idea how to proceed? Thanks, Alex --- [global] workgroup = HOME server string = Samba %v on %L security = user domain logons = yes encrypt passwords = yes log level = 2 log file = /var/log/samba.log.%m max log size = 500 debug timestamp = yes os level = 65 domain master = yes preferred master = yes local master = yes wins support = yes time server = yes logon script = login.bat logon drive = U: logon home = \\%L\%U logon path = \\%L\profile\%U hosts allow = 10.0.0. 127.0.0.1 guest ok = no printing = cups printcap name = cups [homes] writable = yes browseable = no comment = Users' home directories [netlogon] path = /home/netlogon writable = no browseable = no comment = PDC netlogon share [profile] path = /home/profile writeable = yes browseable = no comment = PDC profile share [tmp] path = /tmp writeable = yes browseable = yes comment = Temporary disk space [printers] path = /var/spool/samba writable = no guest ok = yes browseable = yes printable = yes create mode = 0700 print command = lpr -P %p %s lpq command = lpstat -o %p lprm command = cancel %p-%j comment = All printers [print$] path = /usr/local/samba/printers browseable = yes read only = yes write list = root
I've tried both combinations (0700 and 0755) and tried also to change owner to 'lp' and group to 'sys' (like /var/spool/cups) but with no results. Thanks, Alex On Mon, Apr 16, 2001 at 11:03:53PM -0500, David Rankin wrote:> "Aleksandar B. Samardzic" wrote: > > > Ok, thanks to advices from some fine people my printer is now visible from > > Windows clients and I even managed to have printer drivers stored on Linux > > machine and downloaded to clients when installing printer. However, when > > I try to print from some client, error message from subject line ("Could not > > start print job") appears. Server is Samba 2.2.0alpha3, clients are > > Windows 2000 Workstations, CUPS is 1.1.6, and my smb.conf is as attached > > to this message. I've tried to raise Samba and CUPS log levels, but found > > nothing in logs that could direct me how to further debug problem. Any idea > > how to proceed? > > > > Just a hunch, but what are the permissions on the /var/spool/samba dir? > > -- > David Rankin > Nacogdoches, Texas >