On Wed, May 23, 2001 at 10:11:00PM -0400, D-Man wrote: > > I have 2 Debian machines with samba installed. On one machine it > works (except for the printers, I'll figure that out later) and on the > other [sn]mbd won't start. [...] > > Ok, so something is already using the port ... what is using that port > and why? I don't see anything in netstat -- either on this machine or > the one with samba working. > > (from the machine without samba working -- I don't have a console on > it so I use ssh from my other machine, it also serves as a router for > the dial-up connection) > > [EMAIL PROTECTED] # netstat -n [...]
You have probably smbd/nmbd already runnig or configured for start via inetd/xinetd. netstat -n gives only active connections without listenig daemons:) Try # netstat -anp |grep ':13. ' Mirek