From owner-freebsd-isp@FreeBSD.ORG Thu Feb 5 13:52:03 2004 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6804316A4CE for ; Thu, 5 Feb 2004 13:52:03 -0800 (PST) Received: from cobra.acceleratedweb.net (cobra-gw.acceleratedweb.net [207.99.79.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 71F3C43D6A for ; Thu, 5 Feb 2004 13:51:44 -0800 (PST) (envelope-from simon@optinet.com) Received: (qmail 70791 invoked by uid 110); 5 Feb 2004 21:51:19 -0000 Received: from ool-18baaf5c.dyn.optonline.net (HELO win2kpc1) (24.186.175.92) by cobra.acceleratedweb.net with SMTP; 5 Feb 2004 21:51:19 -0000 From: "Simon" To: "bplimpton@sopris.net" , "freebsd-isp@freebsd.org" Date: Thu, 05 Feb 2004 16:51:05 -0500 Priority: Normal X-Mailer: PMMail 2000 Professional (2.20.2661) For Windows 2000 (5.0.2195;4) In-Reply-To: <1076015129.4022b019edef1@webmail.sopris.net> MIME-Version: 1.0 Message-Id: <20040205215144.71F3C43D6A@mx1.FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Releasing ports bound to a specific IP X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 21:52:03 -0000 120.0.0.1 is a loopback interface, do you have it enabled (ifconfig -a)? I can bind mysql on it just fine on FBSD 4.9: dev:~# netstat -na Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp4 0 0 127.0.0.1.3306 *.* LISTEN -Simon On Thu, 05 Feb 2004 14:05:29 -0700 (MST), bplimpton@sopris.net wrote: >Hello all > >Im installing snort and using acid as a front end. The database is mysql. >Everything is installed from ports. > >Mysql started normally until I added the -bind-address=127.0.0.1 directive >to my mysql-server.sh script in /usr/local/etc/rc.d/. > >Now the error I receive in the hostname.err log states: > >Can't start server: Bind on TCP/IP port: Can't assign requested address >Do you already have another mysqld server running on port: 3306 ? >Aborting > >ps ax dosent show a mysqld running >netstat an shows nothing listening on port 3306 > >Ive tried changing the port number that mysqld uses to 3308 and 3310, but I >still get the same error about a bind on the port. > >I think it has more to do with the address 127.0.0.1 than the port number. > >Is there as way to reset or release all the bindings on a specific address? >My FreeBSD is 4.8 >Snort-2.1.0 >MySql  version 14.3 Distrib 5.0 for ports >Acid-0.9.6b23 > >Ive checked google and mysql faqs, plus anything else I can think of. > >If anyone has any ideas I would greatly appreciate it. > >Thanks in advance > >Ben >bplimpton@sopris.net > >_______________________________________________ >freebsd-isp@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-isp >To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >