Hello, I updated samba package from version 3.0 to version 3.0.2 and server doesn't see self anymore in browse list, which is on it (server is master browser - see output smbclient -L). I can directly connect to shares from client, but I don't see server in network places (I see only other computers). Output of smbclient -L server is: [root@server samba]# smbclient -L server Password: Anonymous login successful Domain=[GROUP] OS=[Unix] Server=[Samba 3.0.2-6.3E] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers ... and other shares Anonymous login successful Domain=[GROUP] OS=[Unix] Server=[Samba 3.0.2-6.3E] Server Comment --------- ------- MIPPINT SERVER-W2K Server SQL Workgroup Master --------- ------- GROUP SERVER I didn't change anything in configuration. Any ideas? Pavel Global part of my smb.conf: [global] dos charset = 852 display charset = UTF-8 workgroup = GROUP server string = GROUP's server interfaces = eth0:0, eth0 null passwords = Yes username map = /etc/samba/smbusers unix password sync = Yes log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = cups os level = 64 preferred master = Yes wins support = Yes hosts allow = 192.168.132.0/255.255.255.0,192.168.133.192/255.255.255.240, 127. printing = cups
> Hello, > I updated samba package from version 3.0 to version 3.0.2 and server > doesn't see self anymore in browse list, which is on it (server is > master browser - see output smbclient -L). I can directly connect to > shares from client, but I don't see server in network places (I see only > other computers). > Output of smbclient -L server is: > [root@server samba]# smbclient -L server > Password: > Anonymous login successful > Domain=[GROUP] OS=[Unix] Server=[Samba 3.0.2-6.3E] > > Sharename Type Comment > --------- ---- ------- > print$ Disk Printer Drivers > .... and other shares > Anonymous login successful > Domain=[GROUP] OS=[Unix] Server=[Samba 3.0.2-6.3E] > > Server Comment > --------- ------- > MIPPINT > SERVER-W2K Server SQL > > Workgroup Master > --------- ------- > GROUP SERVER > > > I didn't change anything in configuration. Any ideas? > > Pavel > > Global part of my smb.conf: > [global] > dos charset = 852 > display charset = UTF-8 > workgroup = GROUP > server string = GROUP's server > interfaces = eth0:0, eth0 > null passwords = Yes > username map = /etc/samba/smbusers > unix password sync = Yes > log file = /var/log/samba/%m.log > max log size = 50 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > printcap name = cups > os level = 64 > preferred master = Yes > wins support = Yes > hosts allow > 192.168.132.0/255.255.255.0,192.168.133.192/255.255.255.240, 127. > printing = cups > > > >The problem is the "'" in your "server string" value. See bug 1004 in bugzilla on the samba.org website.