Hi Keith,

Thanks for the reply, I have

wins support = no
wins server = 192.168.0.9 #the wins server on the LAN

In my Samba config file, I tried disabling wins on host 192.168.0.9 and
enabling wins support on this box, but didn't seem to help. Just in case
it's a configuration problem I also tried using identical config from these
working boxes, but didn't help either. 
This is the global part of my smb.conf:

        workgroup = WORKGROUP
        server string = Samba server
        encrypt passwords = yes
        dos charset = CP932
        unix charset = EUC-JP
        display charset = CP932
        passwd program = /usr/bin/passwd %u
        passwd chat = *New*password* %n\n *Re*new*password* %n\n *success*
        unix password sync = Yes
        log file = /var/log/samba/log.%m
        max log size = 50
        deadtime = 15
        socket options = TCP_NODELAY SO_RCVBUF=16384 SO_SNDBUF=16384
        add user script = /usr/sbin/useradd %u
        name resolve order = wins lmhosts bcast dns 
        lm announce = false
        dns proxy = no
        wins support = no
        wins server = 192.168.0.9
        wins proxy = no
        dos filetimes = Yes
        dos filetime resolution = Yes
        print cap name = cups
        printing = cups
        cups server = localhost
        load printers = yes
        printer admin = zechs
        username map = /etc/samba/smbusers
        hosts allow = 192.168.0. 127.
        invalid users = root
        obey pam restrictions = yes
        pam password change = yes               
        client ntlmv2 auth = yes
        message command = /bin/mail -s 'message from %f on %m' zechs < %s;
rm %s   

I'm pulling my hair out on this one... maybe it has to do with my version of
glibc

Ryan


-----Original Message-----
From: Keith Hopkins [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 11, 2004 1:01 PM
To: Ryan Tsai
Cc: [EMAIL PROTECTED]
Subject: Re: [SLUG] Wins netbios name resolution in /etc/nsswitch.conf
> 

Do you have a "wins = xxx.xxx.xxx.xxx" entry in smb.conf?

(working and non-working system)




-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to