Re: inetd Messages

B. Galliart (bgallia@luc.edu)
Wed, 20 Mar 1996 16:27:05 -0600 (CST)


On Wed, 20 Mar 1996, David Lynes wrote:
> Could someone please tell me what the following message in the syslog
> file means?
>
> inetd[44]: /usr/sbin/nmbd: exit status 0x1
> [last message repeated 26 times.]

It means you need to comment out the following lines from your
/etc/inetd.conf file:

netbios-ssn stream tcp nowait root /usr/sbin/smbd smbd
netbios-ns dgram udp wait root /usr/sbin/nmbd nmbd

or properily install the samba servers if you actually want you linux box
to be a SMB server.