OS: Debian 6.0.3 amd 64 Kernel: 2.6.32-5-amd64 Samba: 3.6.1 no iptables,no selinux my LAN only this WINS server here is testparm output

[global]
        workgroup = group
        server string = File Share Server
        interfaces = 192.168.1.2
        bind interfaces only = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
        syslog = 0
        log file = /var/log/samba/log.%m
        max log size = 1000
        name resolve order = wins host lmhosts bcast
        load printers = No
        printcap name = /etc/samba/printcap
        dns proxy = No
        wins support = Yes
        idmap config * : backend = tdb
        hosts allow = 192.168.1.0/24

here is error log

[2011/12/08 15:01:16,  2] nmbd/nmbd_nameregister.c:193(wins_registration_timeout)
  wins_registration_timeout: WINS server 127.0.0.1 timed out registering IP 192.168.1.2
[2011/12/08 15:01:16,  2] nmbd/nmbd_nameregister.c:193(wins_registration_timeout)
  wins_registration_timeout: WINS server 127.0.0.1 timed out registering IP 192.168.1.2
[2011/12/08 15:01:16,  2] nmbd/nmbd_nameregister.c:193(wins_registration_timeout)
  wins_registration_timeout: WINS server 127.0.0.1 timed out registering IP 192.168.1.2
[2011/12/08 15:01:16,  2] nmbd/nmbd_nameregister.c:193(wins_registration_timeout)
  wins_registration_timeout: WINS server 127.0.0.1 timed out registering IP 192.168.1.2
[2011/12/08 15:01:16,  2] nmbd/nmbd_nameregister.c:193(wins_registration_timeout)
  wins_registration_timeout: WINS server 127.0.0.1 timed out registering IP 192.168.1.2

nmbd not bind on 127.0.0.1, is problem? how can i bind nmbd on 127.0.0.1??

netstat -lanp | grep "nmbd"
udp        0      0 192.168.1.255:137       0.0.0.0:*                           1974/nmbd
udp        0      0 192.168.1.2:137         0.0.0.0:*                           1974/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           1974/nmbd
udp        0      0 192.168.1.255:138       0.0.0.0:*                           1974/nmbd
udp        0      0 192.168.1.2:138         0.0.0.0:*                           1974/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           1974/nmbd
unix  2      [ ACC ]     STREAM     LISTENING     21263    1974/nmbd           /usr/local/samba/var/nmbd/unexpected
link|improve this question
bind 127.0.0.1 [global] interfaces = 127.0.0.1,192.168.1.2 now not error... – consatan Dec 8 '11 at 9:37
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.