No subject


Mon Dec 1 12:27:21 GMT 2003


"Printer \\_smbserv\HPLaserJet6P does not exist on the computer.  Either the
printer name was typed incorrectly, or the specified printer has lost its
connection to the server."

The same happens even when I try to access the printer with
\\192.168.2.254\HPLaserJet6P

I think the problem is that _smbserv is being referenced.  But I can not
figure out why.

Any help is appreciated,
Joe


Here is my smb.conf:
[global]
   workgroup = workgroup
   server string = gw
   ;hosts allow = 192.168.2. 127.
   printcap name = /etc/printcap
   load printers = yes
   printing = lprng
   log file = /var/log/samba/%m.log
   max log size = 0
   security = share
   encrypt passwords = no
   guest account = nobody
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   interfaces = 192.168.2.1/27 192.168.2.33/27 192.168.2.254/32
   dns proxy = no 
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
   public = yes
   guest ok = yes
   writable = no
   printable = yes



More information about the samba mailing list