[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Samba set-up
On Sat, 29 Sep 2007 20:27:15 , Bernd Mueller <ragnar76@googlemail.com> wrote:
> Hi Peter,
>
> Peter Slegg schrieb:
> > ...
> > Sep 29 17:16:01 milan nmbd[177]: bind failed on port 137 socket_addr = 192.168.0.200.
> > Sep 29 17:16:01 milan nmbd[177]: bind failed on port 137 socket_addr = 192.168.0.200.
> > Sep 29 17:16:01 milan
> > Sep 29 17:16:01 milan nmbd[177]: Error = Cannot assign requested address
> > Sep 29 17:16:01 milan nmbd[177]: Error = Cannot assign requested address
>
> For me,it sounds like an other program is using the port 137. For the first
> shot, use netstat ( netsta -a ¦ grep -e "137" ) to find out which program it is
> using. Shut it down and try to start samba again.
>
> Bye from Germany
> Bernd
>
Hi,
It doesn't look like anything is using port 137
bash-2.05a# netstat -a
Active TCP connections
Proto Recv-Q Send-Q Local-Address Foreign-Address State
TCP 0 0 192.168.0.201:1446 217.2**.2**.2**:48 CLOSED
TCP 0 0 *:netbios-ssn *:* LISTEN
TCP 0 0 *:microsoft-ds *:* LISTEN
TCP 0 0 *:sunrpc *:* LISTEN
Active UDP connections
Proto Recv-Q Send-Q Local-Address Foreign-Address State
UDP 0 0 *:sunrpc *:* CLOSED
UDP 0 0 *:syslog *:* CLOSED
UDP 0 0 *:1023 *:* CLOSED
Peter