port 139 problems

Sarel J. Botha sjbotha at email.com
Wed Jun 14 22:45:31 GMT 2000


On Thu, Jun 15, 2000 at 06:31:37AM +1000, Brian Noecker wrote:
> 	bind failed on port 139 socket_addr=0.0.0.0 (Address already in use)

that means smbd is already running or some other program is using that port

running
  killall smbd
should work

if that doesn't, run
  netstat -ap | grep netbios | grep LISTEN
the last column shows the PID of the process using the socket
just
  kill <pid>

or they could be running from inetd
then edit inetd.conf and killall -HUP inetd

-- 
------------------
Sarel Botha
sjbotha at email.com
------------------

99 little bugs in the code, 99 bugs in the code,
          fix one bug, compile it again...
          101 little bugs in the code....



More information about the samba mailing list