NMBD
Jana Kasparova
jkas4198 at mail.kolej.mff.cuni.cz
Tue Feb 29 15:22:05 GMT 2000
Hi,
I'm new to samba and linux and maybe I have a stupid question. I'm
running samba server 2.0.5a on linux (debian 2.1, kernel 2.0.36). Samba
server works OK but after compiling kernel (is it the cause??) I got
this message in nmb log file:
-------------
[2000/02/29 08:11:57, 1] nmbd/nmbd.c:main(684)
Netbios nameserver version 2.0.5a started.
Copyright Andrew Tridgell 1994-1998
[2000/02/29 08:12:26, 0]
nmbd/nmbd_incomingdgrams.c:process_master_browser_announce(388)
process_master_browser_announce: Not configured as domain master -
ignoring master announce.
[2000/02/29 08:15:30, 0]
nmbd/nmbd_incomingdgrams.c:process_master_browser_announce(388)
process_master_browser_announce: Not configured as domain master -
ignoring master announce.
[2000/02/29 08:17:27, 0]
nmbd/nmbd_become_lmb.c:become_local_master_stage2(406)
*****
Samba name server SOPTIK is now a local master browser for workgroup
SOPTIKOVO on subnet 127.0.0.1
*****
[2000/02/29 08:18:25, 0]
nmbd/nmbd_incomingdgrams.c:process_master_browser_announce(388)
process_master_browser_announce: Not configured as domain master -
ignoring master announce.
---------------
Last message is repeated every 3 minutes. Exactly, this message doesn't
always appear just after nmbd starting.
What's happening? Any suggestions are appreciated.
Jana
nmbd and smbd are running as meta-demons from inetd:
netbios-ssn stream tcp nowait root /usr/sbin/tcpd
/usr/sbin/smbd
netbios-ns dgram udp wait root /usr/sbin/tcpd
/usr/sbin/nmbd -a
and smb.conf is:
[global]
printing = bsd
printcap name =
load printers = no
printer driver file =
guest account = nobody
invalid users = root
password level = 4
security = user
workgroup = Soptikovo
server string = %h server (Samba %v)
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=4096
update encrypted = yes
wins support = no
name resolve order = lmhosts host wins bcast
dns proxy = no
preserve case = yes
short preserve case = yes
unix password sync = false
; For Unix password sync. to work on a Debian GNU/Linux system, the
following
; parameters must be set (thanks to Culus for pointing this out):
passwd program = /usr/bin/passwd %u
passwd chat = *New\spassword:* %n\n *Re-enter\snew\spassword:* %n\n
*Password\schanged.* .
max log size = 1000
[homes]
comment = Home Directories
browseable = no
read only = yes
create mask = 0700
directory mask = 0700
[data]
comment = data partition
writable = no
path = /data
More information about the samba
mailing list