I can't get rid of an old network I had configured on my Samba server, it was PDC on two subnets, and one of those nets are now gone. Still Samba tries to become PDC on the subnet (192.168.100.10). So, in my logs I get hundreds of these messages; [2007/07/26 22:38:57, 0] nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(488) get_domain_master_name_node_status_fail: Doing a node status request to the domain master browser at IP 192.168.100.10 failed. Cannot get workgroup name. How can I clear that out? Anders.
Just had this problem. Check your interfaces line in your smb.conf -- I fixed mine by changing from an IP to eth0 <- substitute your actual eth device. -=Ray Anders Norrbring wrote:> I can't get rid of an old network I had configured on my Samba server, > it was PDC on two subnets, and one of those nets are now gone. > Still Samba tries to become PDC on the subnet (192.168.100.10). > > So, in my logs I get hundreds of these messages; > > [2007/07/26 22:38:57, 0] > nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(488) > get_domain_master_name_node_status_fail: > Doing a node status request to the domain master browser at IP > 192.168.100.10 failed. > Cannot get workgroup name. > > How can I clear that out? > > Anders.