[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

samba-drucker erst nach samba-neustart



Hi,

ein Problem mit CUPS+Samba:
Nachdem ich den den PC hochgefahren habe, wird der Drucker nicht
gefunden:

    % smbclient -L localhost

	Sharename       Type      Comment
	---------       ----      -------
	shared          Disk      


Dann starte ich samba neu:

    % sudo /etc/init.d/samba restart

Und es funktioniert:

    % smbclient -L localhost

	Sharename       Type      Comment
	---------       ----      -------
	shared          Disk      
	lexmark         Printer   HP LaserJet 4 series

Hat jemand eine Idee, worans liegen könnte?
Ich benutze Debian Sarge.

Danke.

Hier noch meine /etc/samba/smb.conf:

workgroup = local
server string = samba
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
passdb backend = tdbsam guest
obey pam restrictions = yes
guest account = samba
invalid users = root
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
load printers = yes
printing = cups
printcap name = cups
preserve case = yes
socket options = TCP_NODELAY
restrict anonymous = no
domain master = no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
security = share

[printers]
comment = All Printers
path = /tmp
create mask = 0777
guest ok = yes
public = yes
browseable = no
writeable = no
printable = yes

[shared]
path = /data
read only = no
guest ok = yes



Reply to: