samba 3.3.9 query_name_response: Multiple (3) responses
im having a samba 3.0.10 pdc up and running (hostname pdc)
in the same subnet i would like to have a stand alone samba server (hostname bello)
on bello i installed samba 3.3.9 with this smb.conf
[global]
workgroup = dogs
server string = bello
interfaces = 127.0.0.1/8 eth0, 192.168.1.135/24
bind interfaces only = true
passdb backend = tdbsam
username map = /etc/samba/smbusers
os level = 10
local master = no
wins server = 192.168.1.11
hosts allow = 127., 192.168.
load printers = no
printing = cups
printcap name = /dev/null
disable spoolss = yes
show add printer wizard = no
name resolve order = wins host bcast lmhosts
[RAID]
comment = Admins Data
path = /mnt/RAID
force group = smbusers
read only = No
create mask = 0664
directory mask = 0775
im getting this in my syslog ( centos 5.4 )
Nov 20 00:14:18 bello smbd[11921]: [2009/11/20 00:14:18, 0] smbd/server.c:main(1320)
Nov 20 00:14:18 bello smbd[11921]: standard input is not a socket, assuming -D option
Nov 20 00:14:18 bello nmbd[11924]: [2009/11/20 00:14:18, 0] nmbd/nmbd.c:main(878)
Nov 20 00:14:18 bello nmbd[11924]: standard input is not a socket, assuming -D option
Nov 20 00:14:18 bello nmbd[11925]: [2009/11/20 00:14:18, 0] nmbd/nmbd_namequery.c:query_name_response(108)
Nov 20 00:14:18 bello nmbd[11925]: query_name_response: Multiple (2) responses received for a query on subnet 192.168.1.135 for name DOGS<1d>.
Nov 20 00:14:18 bello nmbd[11925]: This response was from IP 192.168.1.11, reporting an IP address of 192.168.1.11.
Nov 20 00:14:18 bello nmbd[11925]: [2009/11/20 00:14:18, 0] nmbd/nmbd_namequery.c:query_name_response(108)
Nov 20 00:14:18 bello nmbd[11925]: query_name_response: Multiple (3) responses received for a query on subnet 192.168.1.135 for name DOGS<1d>.
Nov 20 00:14:18 bello nmbd[11925]: This response was from IP 192.168.1.11, reporting an IP address of 192.168.1.11.
how can i troubbleshot what goin on here?
Last edited by gianabrother; 11-19-2009 at 06:16 PM.
|