Re: smbd errors - bind fialed on port

2003-06-19 Thread Kevin Berrien
Hum, I've never had to define that before on any linux config. I'll give 
it a try. tnx

Derrick Ryalls wrote:

[2003/06/18 16:12:08, 0] smbd/server.c:main(791)
 smbd version 2.2.8a started.
 Copyright Andrew Tridgell and the Samba Team 1992-2002 
[2003/06/18 16:12:08, 0] lib/util_sock.c:open_socket_in(804)
 bind failed on port 139 socket_addr = 0.0.0.0.
 Error = Address already in use

Thoughts?  I know its not the install, but why/what could be 
bound to port 139?? ___
   

check your smb.conf file and look for the line similar to this:

interfaces = 192.168.0.1/24

the ip listed should be the interface's ip.



 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: smbd errors - bind fialed on port

2003-06-18 Thread Derrick Ryalls
> 
> [2003/06/18 16:12:08, 0] smbd/server.c:main(791)
>   smbd version 2.2.8a started.
>   Copyright Andrew Tridgell and the Samba Team 1992-2002 
> [2003/06/18 16:12:08, 0] lib/util_sock.c:open_socket_in(804)
>   bind failed on port 139 socket_addr = 0.0.0.0.
>   Error = Address already in use
> 
> Thoughts?  I know its not the install, but why/what could be 
> bound to port 139?? ___

check your smb.conf file and look for the line similar to this:

interfaces = 192.168.0.1/24

the ip listed should be the interface's ip.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"