From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 18:36:35 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 35D4A37B401 for ; Wed, 18 Jun 2003 18:36:35 -0700 (PDT) Received: from truman.datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 65FC143F85 for ; Wed, 18 Jun 2003 18:36:32 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 86926 invoked from network); 19 Jun 2003 01:36:31 -0000 Received: from evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net (HELO bartxp) (4.47.114.1) by truman.datasphereweb.com with SMTP; 19 Jun 2003 01:36:31 -0000 From: "Derrick Ryalls" To: , "'BSD LIST'" Date: Wed, 18 Jun 2003 18:36:22 -0700 Message-ID: <015201c33603$33bb71b0$0200a8c0@bartxp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20030618235329.1D78943F75@mx1.FreeBSD.org> Importance: Normal 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: Thu, 19 Jun 2003 01:36:35 -0000 >=20 > [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=20 > [2003/06/18 16:12:08, 0] lib/util_sock.c:open_socket_in(804) > bind failed on port 139 socket_addr =3D 0.0.0.0. > Error =3D Address already in use >=20 > Thoughts? I know its not the install, but why/what could be=20 > bound to port 139?? _______________________________________________ check your smb.conf file and look for the line similar to this: interfaces =3D 192.168.0.1/24 the ip listed should be the interface's ip.