Samba Printing
Hi,
I have a hpdeskjet 932c connected to slackware9.1. i am running samba. i set the printer up in samba and i can see it in my windows 2000 box. but it says access denied unable to connect. when i do "lpstat" i get this....
garrett@garrett:~$ lpstat
Printer 'Garrett@localhost' - cannot open connection - No such file or directory
Make sure the remote host supports the LPD protocol
and accepts connections from this host and from non-privileged (>1023) ports
Printer 'Garrett@localhost' - cannot open connection - No such file or directory
Make sure the remote host supports the LPD protocol
and accepts connections from this host and from non-privileged (>1023) ports
and here is what my smb.conf looks like........
# Global parameters
[global]
netbios name = MYSERVER
server string = "Is It Not Nifty?"
encrypt passwords = Yes
log file = /var/log/samba.log
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = cups
wins support = Yes
hosts allow = 192.168.1.100
printing = cups
[public]
path = /home/garrett
read only = No
guest ok = Yes
[printers]
path = /var/spool/lpd/lp
guest ok = Yes
printable = Yes
browseable = No
[HPDeskjet]
comment = HP DeskJet 932C, hpijs
path = /var/spool/lpd/lp
read only = No
guest ok = Yes
printable = Yes
printer name = HPDeskjet
oplocks = No
thanks
|