Help me ! I cannot start smbd, it immediatly stops, I've got in my log.smb [1999/05/19 14:53:43, 0] lib/util_sock.c:open_socket_in(709) bind failed on port 139 socket_addr=0.0.0.0 (Adresse déja utilisée.) And then It stops, I cannot launch smbd. I my /etc/services, I've got the two lines : netbios-ssn 139/tcp netbios-ns 137/upd and in /etc/inetd.conf netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd netbios-ns dgram upd wait root /usr/local/samba/bin/nmbd nmbd I'm using kernel 2.0.36 and Samba 2.0.4 on a RH Mandrake 5.3. Please help ! I'm getting mad... Where did I make a mistake ? Stéphane Fromholtz
On Thu, 20 May 1999, Stephane Fromholtz wrote:> I cannot start smbd, it immediatly stops, I've got in my log.smb > > [1999/05/19 14:53:43, 0] lib/util_sock.c:open_socket_in(709) > bind failed on port 139 socket_addr=0.0.0.0 (Adresse déja utilisée.)> and in /etc/inetd.conf > netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd > netbios-ns dgram upd wait root /usr/local/samba/bin/nmbd nmbd> Where did I make a mistake ?You should either smbd (and nmbd) either standalone or from inetd, but not both (it simply won't work). Remove the lines from inetd.conf and things should work a little better. Matthew.