Decided to re-compile and re-install Samba last night and with or
without the interfaces (and bind interfaces only) parameters enabled I
could not get the PDC to pass the "nmblookup -M testgroup" test and at
first it was even failing the "nmblookup -B BIGSERVER __SAMBA__".

Weird thing though, is that a Samba member server would publish
correct results to the "nmblookup -M testgroup" test - even though PDC
itself could not. Last thing I tried was setting "interfaces =
192.168.1.4 127.0.0.1" and  "nmblookup -B BIGSERVER __SAMBA__" started
working. And finally some time later (I didn't check it every five
minutes so I can't say exactly when - but it wasn't within the first
15 minutes) the PDC started to produce proper results for "nmblookup
-M testgroup".

I get this odd stuff in the nmbd log:
===============================================
  Doing a node status request to the domain master browser
  for workgroup WRKGRP at IP 127.0.0.2 failed.
  Cannot sync browser lists.
[2010/03/11 17:28:47.992433,  0]
nmbd/nmbd_become_dmb.c:337(become_domain_master_browser_wins)
  become_domain_master_browser_wins:
  Attempting to become domain master browser on workgroup WRKGRP,
subnet UNICAST_SUBNET.
[2010/03/11 17:28:47.992562,  0]
nmbd/nmbd_become_dmb.c:351(become_domain_master_browser_wins)
  become_domain_master_browser_wins: querying WINS server from IP
127.0.0.1 for domain master browser name WRKGRP<1b> on workgroup
WRKGRP
[2010/03/11 17:28:47.992719,  0]
nmbd/nmbd_become_dmb.c:235(become_domain_master_query_success)
  become_domain_master_query_success:
  There is already a domain master browser at IP 127.0.0.2 for
workgroup WRKGRP registered on subnet UNICAST_SUBNET.
[2010/03/11 17:34:02.583418,  0]
nmbd/nmbd_become_dmb.c:337(become_domain_master_browser_wins)
  become_domain_master_browser_wins:
  Attempting to become domain master browser on workgroup WRKGRP,
subnet UNICAST_SUBNET.
[2010/03/11 17:34:02.583538,  0]
nmbd/nmbd_become_dmb.c:351(become_domain_master_browser_wins)
  become_domain_master_browser_wins: querying WINS server from IP
127.0.0.1 for domain master browser name WRKGRP<1b> on workgroup
WRKGRP
[2010/03/11 17:34:02.588884,  0]
nmbd/nmbd_become_dmb.c:235(become_domain_master_query_success)
  become_domain_master_query_success:
  There is already a domain master browser at IP 127.0.0.2 for
workgroup WRKGRP registered on subnet UNICAST_SUBNET.
===============================================

It doesn't seem to like the fact that I have a secondary address on lo:
===============================================
 # ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet 127.0.0.2/8 brd 127.255.255.255 scope host secondary lo
===============================================

There is no name associated with secondary lo address as it was set
with iproute2 (ifconfig does not report the address at all).

Guide me wise Jedi master.

Chris
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba

Reply via email to