Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2005 02:18:33 +0100
From:      Mario Hoerich <lists@MHoerich.de>
To:        Dennis Olvany <dennisolvany@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: smbd bind problem
Message-ID:  <20050310011832.GB8033@Pandora.MHoerich.de>
In-Reply-To: <000e01c524fb$14debca0$0366a8c0@d>
References:  <000e01c524fb$14debca0$0366a8c0@d>

next in thread | previous in thread | raw e-mail | index | archive | help
# Dennis Olvany:
> Alright, looked at the log file. Seems the bind to *:139 is failing. Nmbd is
> already bound to 139, so what's the solution? Which one is supposed to be
> bound to 139? Someone please advise.

Afaict the default ports are 137/udp for nmbd and 139/tcp (SMB over
NetBIOS) and 445/tcp (plain SMB) for smbd.

 
> It seems that smbd will not run. It will not run from inetd.conf. It will
> not run from the command line. Which is to say, it won't remain running,
> even with the -D switch.

Not surprising, it'll probably suicide after bind(2) fails.

Regards,
Mario



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050310011832.GB8033>