i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1 box. when i try to start samba with /usr/local/libexec/smbd -D i find the following in my log`s [2002/10/30 22:47:18, 0] /usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock.c:open_socket_in(789) bind failed on port 139 socket_addr = 0.0.0.0. Error = Address already in use i don`t know how to change this -> 0.0.0.0. addres.. hope that anyone knows what goin` wrong thx ralf -------------- next part -------------- HTML attachment scrubbed and removed
i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1 box. when i try to start samba with /usr/local/libexec/smbd -D i find the following in my log`s [2002/10/30 22:47:18, 0] /usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock.c:open_socket_in(789) bind failed on port 139 socket_addr = 0.0.0.0. Error = Address already in use i don`t know how to change this -> 0.0.0.0. addres.. hope that anyone knows what goin` wrong thx ralf -------------- next part -------------- HTML attachment scrubbed and removed
This usually means inetd or xinetd is already running and is watching that port. What does netstat -an | grep 139 show 0.0.0.0 is, I think, the local address of your computer. Joel On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote:> i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1 box. when i try to start samba with /usr/local/libexec/smbd -D i find the following in my log`s > > [2002/10/30 22:47:18, 0] /usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock.c:open_socket_in(789) > bind failed on port 139 socket_addr = 0.0.0.0. > Error = Address already in use > > i don`t know how to change this -> 0.0.0.0. addres.. > > hope that anyone knows what goin` wrong > > thx > > ralf
tcp 0 0 *.139 *.* LISTEN ----- Original Message ----- From: "Joel Hammer" <Joel@HammersHome.com> To: "Ralf Gn?dinger" <spool@verspoolt.org>; <samba@lists.samba.org> Sent: Wednesday, October 30, 2002 12:11 AM Subject: Re: [Samba] samba will not start> This usually means inetd or xinetd is already running and is watching that > port. > What does > netstat -an | grep 139 > show > 0.0.0.0 is, I think, the local address of your computer. > Joel > > On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote: > > i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1 box.when i try to start samba with /usr/local/libexec/smbd -D i find the following in my log`s> > > > [2002/10/30 22:47:18, 0]/usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock .c:open_socket_in(789)> > bind failed on port 139 socket_addr = 0.0.0.0. > > Error = Address already in use > > > > i don`t know how to change this -> 0.0.0.0. addres.. > > > > hope that anyone knows what goin` wrong > > > > thx > > > > ralf >
This means that a program is listening to that port already. Does your system support the -p option? netstat -apn | grep 139 Joel On Wed, Oct 30, 2002 at 12:18:46AM +0100, Ralf Gnaedinger wrote:> tcp 0 0 *.139 *.* LISTEN > ----- Original Message ----- > From: "Joel Hammer" <Joel@HammersHome.com> > To: "Ralf Gn?dinger" <spool@verspoolt.org>; <samba@lists.samba.org> > Sent: Wednesday, October 30, 2002 12:11 AM > Subject: Re: [Samba] samba will not start > > > > This usually means inetd or xinetd is already running and is watching that > > port. > > What does > > netstat -an | grep 139 > > show > > 0.0.0.0 is, I think, the local address of your computer. > > Joel > > > > On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote: > > > i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1 box. > when i try to start samba with /usr/local/libexec/smbd -D i find the > following in my log`s > > > > > > [2002/10/30 22:47:18, 0] > /usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock > .c:open_socket_in(789) > > > bind failed on port 139 socket_addr = 0.0.0.0. > > > Error = Address already in use > > > > > > i don`t know how to change this -> 0.0.0.0. addres.. > > > > > > hope that anyone knows what goin` wrong > > > > > > thx > > > > > > ralf > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
netstat -apn | grep 139 -> netstat: n: unknown or uninstrumented protocol ----- Original Message ----- From: "Joel Hammer" <Joel@HammersHome.com> To: "Ralf Gnaedinger" <spool@verspoolt.org>; <samba@lists.samba.org> Sent: Wednesday, October 30, 2002 12:38 AM Subject: Re: [Samba] samba will not start> This means that a program is listening to that port already. > Does your system support the -p option? > netstat -apn | grep 139 > > Joel > On Wed, Oct 30, 2002 at 12:18:46AM +0100, Ralf Gnaedinger wrote: > > tcp 0 0 *.139 *.* LISTEN > > ----- Original Message ----- > > From: "Joel Hammer" <Joel@HammersHome.com> > > To: "Ralf Gn?dinger" <spool@verspoolt.org>; <samba@lists.samba.org> > > Sent: Wednesday, October 30, 2002 12:11 AM > > Subject: Re: [Samba] samba will not start > > > > > > > This usually means inetd or xinetd is already running and is watchingthat> > > port. > > > What does > > > netstat -an | grep 139 > > > show > > > 0.0.0.0 is, I think, the local address of your computer. > > > Joel > > > > > > On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote: > > > > i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1box.> > when i try to start samba with /usr/local/libexec/smbd -D i find the > > following in my log`s > > > > > > > > [2002/10/30 22:47:18, 0] > >/usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock> > .c:open_socket_in(789) > > > > bind failed on port 139 socket_addr = 0.0.0.0. > > > > Error = Address already in use > > > > > > > > i don`t know how to change this -> 0.0.0.0. addres.. > > > > > > > > hope that anyone knows what goin` wrong > > > > > > > > thx > > > > > > > > ralf > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba >
Hmmmmm.... Are you running xinetd or inetd? Try turning them off. What flavor of linux/unix are you running? Joel On Wed, Oct 30, 2002 at 12:44:46AM +0100, Ralf Gnaedinger wrote:> netstat -apn | grep 139 -> netstat: n: unknown or uninstrumented protocol > > ----- Original Message ----- > From: "Joel Hammer" <Joel@HammersHome.com> > To: "Ralf Gnaedinger" <spool@verspoolt.org>; <samba@lists.samba.org> > Sent: Wednesday, October 30, 2002 12:38 AM > Subject: Re: [Samba] samba will not start > > > > This means that a program is listening to that port already. > > Does your system support the -p option? > > netstat -apn | grep 139 > > > > Joel > > On Wed, Oct 30, 2002 at 12:18:46AM +0100, Ralf Gnaedinger wrote: > > > tcp 0 0 *.139 *.* LISTEN > > > ----- Original Message ----- > > > From: "Joel Hammer" <Joel@HammersHome.com> > > > To: "Ralf Gn?dinger" <spool@verspoolt.org>; <samba@lists.samba.org> > > > Sent: Wednesday, October 30, 2002 12:11 AM > > > Subject: Re: [Samba] samba will not start > > > > > > > > > > This usually means inetd or xinetd is already running and is watching > that > > > > port. > > > > What does > > > > netstat -an | grep 139 > > > > show > > > > 0.0.0.0 is, I think, the local address of your computer. > > > > Joel > > > > > > > > On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote: > > > > > i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD 3.1 > box. > > > when i try to start samba with /usr/local/libexec/smbd -D i find the > > > following in my log`s > > > > > > > > > > [2002/10/30 22:47:18, 0] > > > > /usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock > > > .c:open_socket_in(789) > > > > > bind failed on port 139 socket_addr = 0.0.0.0. > > > > > Error = Address already in use > > > > > > > > > > i don`t know how to change this -> 0.0.0.0. addres.. > > > > > > > > > > hope that anyone knows what goin` wrong > > > > > > > > > > thx > > > > > > > > > > ralf > > > > > > > > > > -- > > > To unsubscribe from this list go to the following URL and read the > > > instructions: http://lists.samba.org/mailman/listinfo/samba > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
i`m running openBSD 3.1 with inetd ----- Original Message ----- From: "Joel Hammer" <Joel@HammersHome.com> To: "Ralf Gnaedinger" <spool@verspoolt.org>; <samba@lists.samba.org> Sent: Wednesday, October 30, 2002 12:51 AM Subject: Re: [Samba] samba will not start> Hmmmmm.... > Are you running xinetd or inetd? > Try turning them off. What flavor of linux/unix are you running? > Joel > On Wed, Oct 30, 2002 at 12:44:46AM +0100, Ralf Gnaedinger wrote: > > netstat -apn | grep 139 -> netstat: n: unknown or uninstrumentedprotocol> > > > ----- Original Message ----- > > From: "Joel Hammer" <Joel@HammersHome.com> > > To: "Ralf Gnaedinger" <spool@verspoolt.org>; <samba@lists.samba.org> > > Sent: Wednesday, October 30, 2002 12:38 AM > > Subject: Re: [Samba] samba will not start > > > > > > > This means that a program is listening to that port already. > > > Does your system support the -p option? > > > netstat -apn | grep 139 > > > > > > Joel > > > On Wed, Oct 30, 2002 at 12:18:46AM +0100, Ralf Gnaedinger wrote: > > > > tcp 0 0 *.139 *.* LISTEN > > > > ----- Original Message ----- > > > > From: "Joel Hammer" <Joel@HammersHome.com> > > > > To: "Ralf Gn?dinger" <spool@verspoolt.org>; <samba@lists.samba.org> > > > > Sent: Wednesday, October 30, 2002 12:11 AM > > > > Subject: Re: [Samba] samba will not start > > > > > > > > > > > > > This usually means inetd or xinetd is already running and iswatching> > that > > > > > port. > > > > > What does > > > > > netstat -an | grep 139 > > > > > show > > > > > 0.0.0.0 is, I think, the local address of your computer. > > > > > Joel > > > > > > > > > > On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote: > > > > > > i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD3.1> > box. > > > > when i try to start samba with /usr/local/libexec/smbd -D i find the > > > > following in my log`s > > > > > > > > > > > > [2002/10/30 22:47:18, 0] > > > > > >/usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock> > > > .c:open_socket_in(789) > > > > > > bind failed on port 139 socket_addr = 0.0.0.0. > > > > > > Error = Address already in use > > > > > > > > > > > > i don`t know how to change this -> 0.0.0.0. addres.. > > > > > > > > > > > > hope that anyone knows what goin` wrong > > > > > > > > > > > > thx > > > > > > > > > > > > ralf > > > > > > > > > > > > > -- > > > > To unsubscribe from this list go to the following URL and read the > > > > instructions: http://lists.samba.org/mailman/listinfo/samba > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba >
" Try turning them off." this worked ... thx... ----- Original Message ----- From: "Joel Hammer" <Joel@HammersHome.com> To: "Ralf Gnaedinger" <spool@verspoolt.org>; <samba@lists.samba.org> Sent: Wednesday, October 30, 2002 12:51 AM Subject: Re: [Samba] samba will not start> Hmmmmm.... > Are you running xinetd or inetd? > Try turning them off. What flavor of linux/unix are you running? > Joel > On Wed, Oct 30, 2002 at 12:44:46AM +0100, Ralf Gnaedinger wrote: > > netstat -apn | grep 139 -> netstat: n: unknown or uninstrumentedprotocol> > > > ----- Original Message ----- > > From: "Joel Hammer" <Joel@HammersHome.com> > > To: "Ralf Gnaedinger" <spool@verspoolt.org>; <samba@lists.samba.org> > > Sent: Wednesday, October 30, 2002 12:38 AM > > Subject: Re: [Samba] samba will not start > > > > > > > This means that a program is listening to that port already. > > > Does your system support the -p option? > > > netstat -apn | grep 139 > > > > > > Joel > > > On Wed, Oct 30, 2002 at 12:18:46AM +0100, Ralf Gnaedinger wrote: > > > > tcp 0 0 *.139 *.* LISTEN > > > > ----- Original Message ----- > > > > From: "Joel Hammer" <Joel@HammersHome.com> > > > > To: "Ralf Gn?dinger" <spool@verspoolt.org>; <samba@lists.samba.org> > > > > Sent: Wednesday, October 30, 2002 12:11 AM > > > > Subject: Re: [Samba] samba will not start > > > > > > > > > > > > > This usually means inetd or xinetd is already running and iswatching> > that > > > > > port. > > > > > What does > > > > > netstat -an | grep 139 > > > > > show > > > > > 0.0.0.0 is, I think, the local address of your computer. > > > > > Joel > > > > > > > > > > On Tue, Oct 29, 2002 at 11:36:28PM +0100, Ralf Gn?dinger wrote: > > > > > > i`ve installed the latest binary samba-2.2.3a.tgz at my openBSD3.1> > box. > > > > when i try to start samba with /usr/local/libexec/smbd -D i find the > > > > following in my log`s > > > > > > > > > > > > [2002/10/30 22:47:18, 0] > > > > > >/usr/ports/net/samba/stable/w-samba-2.2.3a/samba-2.2.3a/source/lib/util_sock> > > > .c:open_socket_in(789) > > > > > > bind failed on port 139 socket_addr = 0.0.0.0. > > > > > > Error = Address already in use > > > > > > > > > > > > i don`t know how to change this -> 0.0.0.0. addres.. > > > > > > > > > > > > hope that anyone knows what goin` wrong > > > > > > > > > > > > thx > > > > > > > > > > > > ralf > > > > > > > > > > > > > -- > > > > To unsubscribe from this list go to the following URL and read the > > > > instructions: http://lists.samba.org/mailman/listinfo/samba > > > > > > > -- > > To unsubscribe from this list go to the following URL and read the > > instructions: http://lists.samba.org/mailman/listinfo/samba >