LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba name server xx has stopped being a local master browser for workgroup xx (https://www.linuxquestions.org/questions/linux-networking-3/samba-name-server-xx-has-stopped-being-a-local-master-browser-for-workgroup-xx-191396/)

saavik 06-09-2004 03:24 AM

Samba name server xx has stopped being a local master browser for workgroup xx
 
Hy !

Every few seconds I get the following note in my /var/log/warn

-------------------------------------

Jun 9 10:15:06 xx nmbd[27058]: *****
Jun 9 10:15:06 xx nmbd[27058]:
Jun 9 10:15:06 xx nmbd[27058]: Samba name server xx is now a local master browser for workgroup xxx on subnet xx.xx.xx.xx
Jun 9 10:15:06 xx nmbd[27058]:
Jun 9 10:15:06 xx nmbd[27058]: *****

-------------------------------------

my smb.conf

-------------------------------------

[global]
netbios name = xx
workgroup = xxx
security = domain
domain master = yes
domain logons = yes
prefered master = yes
name resolve order = wins lmhosts hosts bcast
os level = 255
time server = no
unix extensions = Yes
encrypt passwords = Yes
map to guest = Bad User
-------------------------------------

we also have a bdc which has os level 254...

Any ideas ?

andresurzagasti 06-14-2004 07:25 PM

Another server...
 
Thats errors can be a signal that a Domain Controller of the network already exists (like a WinNT Server, or similar), and Samba´s detects the presence of this servers and deactivate the Prefered master option.

If you do not plan to use Samba´s services to manage the network, I recommend disable the Prefered Master option:

in smb.conf
domain master = no
prefered master = no

Good luck!


All times are GMT -5. The time now is 05:12 PM.