Hi! I got a Printer in network Neigbourhood [Printer Symbol]|| and I don't know how to fix. My Printer "Drucker" is shown also. How to solve this? Marco ------------------------------------------------------ /etc/smb.conf interfaces = 192.168.10.1/24 bind interfaces only = yes netbios name = GOLEM-SERVER server string = Golem Test security = USER encrypt passwords = Yes unix password sync = Yes log file = /var/log/samba/log.%m max log size = 50 nt acl support = Yes change notify timeout = 20 socket options = TCP_NODELAY unix realname = Yes printcap name = /etc/printcap printing = bsd mangle case = yes passwd program = /usr/bin/passwd print command = lpr -l -r -P%p %s -U %u lprm command = /usr/bin/lprm -P%p %j [homes] comment = Home Directory read only = No browseable = No writable = yes [printers] path = /var/spool/samba/lp printable = Yes browseable = no public = Yes [common] comment = Allgemeine Dateien path = /home/samba/common read only = No public = yes ------------------------------------------------------ /etc/printcap Drucker:\ :sd=/var/spool/samba/lp:\ :mx#0:\ :sh:\ :af=/var/spool/samba/lp/accounting.log :lp=/dev/lp0:\ :if=/var/spool/samba/lp/filter:
[Marco Goebenich]> I got a Printer in network Neigbourhood > > [Printer Symbol]|| > > and I don't know how to fix.If it's a parsing glitch with /etc/printcap, as I suspect it is, you can work around it easily enough. Go ahead and remove the parameters `printcap name =' and `printing =' and the [printers] pseudo-share. Then create a share for each printer you want to share. (Copy the parameters from your existing [printers] share, or change them to suit your mood.) If that doesn't clear up your problem, then my theory about the parsing glitch is wrong. Peter