On Mon, 2002-07-22 at 10:10, Clay, John wrote:
> Ran smbd as root in full debug: /usr/sbin/smbd -d 10
>
> /var/log/syslog has line: Jul 22 09:05:44 humphry inetd[74]: netbios-ns/udp
> server failing (looping), service terminated
>
> Ran nmbd as root in full debug as well - get exactly the same entry in
> syslog
>
It appears you are spawning samba from the internet superdaemon -- inetd
versus running nmbd and smbd as separate daemons. Have you tried running
either (or both) manually? First you will need to comment out the smbd
and nmbd entries in inetd.conf and do a "kill -HUP" to the inetd process
id:
# vi /etc/inetd.conf # comment out then save #
# ps axf | grep inetd | grep -v grep | awk '{print $1}' | xargs \
kill -HUP
# /usr/sbin/nmbd -D -d 10
# /usr/sbin/smbd -D -d 10
> Complete search of drive yields no smbd.log file
It might be called samba.log ?? If not, check your syslog(s).
> /etc/inetd.conf has rw- permissions for root
Technically only read access is necessary for root to parse the file.
If that doesn't help, Google is your friend...
http://groups.google.com/groups?q=%22netbios-ns%2Fudp%0Aserver+failing%22&meta=site%3Dgroups
-- Matt Miller Systems Administrator MP TotalCare gpg public key id: 08BC7B06
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 14:11:44 EDT