Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

I have seen the below messages keep repeating in the /var/log/messages since very long time.. any one can help how to identify the reason of these messages and how to stop them? I appreciate your help


Apr 10 09:55:35 3D:myaltix nmbd[27640]:   become_domain_master_browser_bcast:
Apr 10 09:55:35 3D:myaltix nmbd[27640]:   Attempting to become domain master browser on workgroup KHL on subnet 10.10.30.160
Apr 10 09:55:35 3D:myaltix nmbd[27640]: [2011/04/10 09:55:35, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_bcast(295)
Apr 10 09:55:35 3D:myaltix nmbd[27640]:   become_domain_master_browser_bcast: querying subnet 10.10.30.160 for domain master browser on workgroup KHL
Apr 10 09:55:35 3D:myaltix nmbd[27640]: [2011/04/10 09:55:35, 0] nmbd/nmbd_become_dmb.c:become_domain_master_query_success(225)
Apr 10 09:55:35 3D:myaltix nmbd[27640]:   become_domain_master_query_success:
Apr 10 09:55:35 3D:myaltix nmbd[27640]:   There is already a domain master browser at IP 10.10.30.150 for workgroup KHL registered on subnet 10.10.30.160.

How to format a reply( what i noticed when i edit i can see good file format, but after saving the changes, i will see anymore

asked 10 Apr '11, 03:41

khalilhl's gravatar image

khalilhl
113
accept rate: 0%

edited 16 Apr '11, 15:55

jeremy's gravatar image

jeremy ♦♦
1.0k1516

Can you update your post to include a copy of your conf file please.

(10 Apr '11, 09:50) rfelsburg ♦



I think the main error message here is: There is already a domain master browser at IP 10.10.30.150 for workgroup KHL registered on subnet 10.10.30.160..

There suggested solution over here is:

It is cached data, probably in wins.dat. Stop samba, drop the file, restart and the problem goes away.

If that doesn't help, this conversation might help you.

link

answered 10 Apr '11, 11:47

Jazz's gravatar image

Jazz ♦
7811312
accept rate: 33%

[global]
   workgroup = KHL
   printing = cups
   printcap name = cups
   printcap cache time = 750
   cups options = raw
   map to guest = Bad User
   include = /etc/samba/dhcp.conf
   logon path = \\%L\profiles\.msprofile
   logon home = \\%L\%U\.9xprofile
   logon drive = P:
   security = user
   encrypt passwords = yes
   ldap suffix = dc=example,dc=com
   add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
   domain logons = yes
   ldap idmap suffix = ou=Idmap
   ldap machine suffix = ou=Computers
   local master = yes
   passdb backend = smbpasswd:/etc/samba/smbpasswd
   wins server =
   wins support = no
   domain master = yes
   preferred master = yes
   os level = 65
   smb ports = 139

[oidrac]
   comment = This Folder Was Created Only For oidrac
   path = /oidrac
   public = no
   writable = yes
   browseable = yes
   create mask = 0765
   guest ok = no
   printable = no
   valid users = oidrac
[1gmi]
   comment = facs imaging
   path = /facs1/lonq/
   writeable = yes
   browseable = yes
   guest ok = no
   printable = no
   public = no
   valid users = john
   create mask = 0765
    enter code here
(10 Apr '11, 10:10) khalilhl

@khalilhl

This is going to sound a little weird, but can you consolidate your to answers that included more info, such as this one, and the one below it, into your first question. This can be done using the edit button for your question, and then deleting this 'answer', and the one below to jazz. This way we can keep things together.

(14 Apr '11, 10:41) rfelsburg ♦

@Jazz: wins support = no

link

answered 14 Apr '11, 04:58

khalilhl's gravatar image

khalilhl
113
accept rate: 0%

Khalilhl, sorry for having overlooked that. Please edit your first post instead of creating additional answers, and use the comment system to reply to specific answers. Futhermore, try to make your config file more readable by formatting it correctly.

(14 Apr '11, 10:16) Jazz ♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×6

Asked: 10 Apr '11, 03:41

Seen: 6,040 times

Last updated: 16 Apr '11, 15:55

powered by OSQA