Hi,
I'm trying to share-out a printer via Samba 3 on Slackware 10, and
Samba picks it up and it loads okay on Windows -- but when I try to
print from Windows it errors.
After looking in /var/log/samba at the logs for my PC it shows the
following:
[2004/11/09 16:55:00, 0] printing/print_cups.c:cups_queue_get(854)
Unable to connect to CUPS server localhost - Connection refused
[2004/11/09 16:56:37, 0] printing/print_cups.c:cups_queue_get(854)
Unable to connect to CUPS server localhost - Connection refused
[2004/11/09 16:56:43, 0] printing/printing.c

rint_job_start(2022)
print_job_start: insufficient permissions to open spool file
/var/spool/lpd/webmasterptr/smbprn.00000010.OZzAHy.
Here's my smb.conf file:
[global]
log file = /var/log/samba/%m.log
name resolve order = wins hosts lmhosts bcast
idmap gid = 10000-20000
socket options = SO_SNDBUF=16384 SO_RCVBUF=16384
wins server = 10.142.120.6
domain master = False
encrypt passwords = yes
public = yes
level2 oplocks = False
oplocks = False
netbios name = HOSER
write cache size = 8388608
server string = Samba Server
winbind enum users = yes
idmap uid = 10000-20000
password server = *
workgroup = NTDOMAIN
os level = 10
winbind enum groups = yes
security = domain
preferred master = no
winbind separator = +
log level = 1
[WebmasterPTR]
comment = Printer in My Office
Printer Name = WebmasterPTR
path = /var/spool/lpd/webmasterptr
read only = yes
printable = yes
use client driver = Yes
Any ideas?? What permissions do I need to setup to allow this to
work, or do I have something setup incorrectly in my smb.conf file?
Thanks for any advice or suggestions...
Ringo