From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 18:55:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 444F737B401 for ; Thu, 19 Jun 2003 18:55:43 -0700 (PDT) Received: from rwcrmhc11.attbi.com (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1F3743F75 for ; Thu, 19 Jun 2003 18:55:42 -0700 (PDT) (envelope-from kblists@attbi.com) Received: from attbi.com (h00045a2a945a.ne.client2.attbi.com[66.31.245.154](misconfigured sender)) by attbi.com (rwcrmhc11) with SMTP id <20030620015542013008s7pve>; Fri, 20 Jun 2003 01:55:42 +0000 Message-ID: <3EF2699C.70809@attbi.com> Date: Thu, 19 Jun 2003 21:55:40 -0400 From: Kevin Berrien User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.2.1) Gecko/20030228 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG References: <015201c33603$33bb71b0$0200a8c0@bartxp> In-Reply-To: <015201c33603$33bb71b0$0200a8c0@bartxp> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: smbd errors - bind fialed on port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 01:55:43 -0000 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. > > > > >