From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 12:55:31 2004 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 6F83916A4CE for ; Fri, 12 Mar 2004 12:55:31 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id A60E443D2D for ; Fri, 12 Mar 2004 12:55:30 -0800 (PST) SRS0=HiHQUElH=GJ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.11/8.12.11) id i2CKtTQG094121 for freebsd-questions@freebsd.org; Fri, 12 Mar 2004 21:55:29 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200403122055.I2CKTSCD094107@asarian-host.net> Date: Fri, 12 Mar 2004 20:55:29 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: 74OQtcX1PODtyhwo5xuSBFfOcsj/DeqRfCsGC3wwcKOlRvicl13GSaPhev7n8PJy3iXMUwB26TjtSC3KkwiyaA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "Kent Stewart" , References: <200403122026.I2CKQ1P5092986@asarian-host.net> <200403121242.17022.kstewart@owt.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAQFIjwTFqW1BleBN9AQG4jggAkk/lY4qOjfOYNLK7DsKwJUD5gId4GFiS ZhDJAJbOAr15DH4rKlCH+UuFEP3xWAQ4iMVwdoblXwNU5Y57ITC0NvmVYfeb5OQG BYeWnxDIim4OB9El1JTBwsUrXWtllbJbde2kH5Ww0eoee0lyg1KHtOpTJ1mvZAY2 8UVjQXCPX/LHZZjahsXu8+JNR8Q3UZANorptK2KNMRlzEkKGSFfXcv+Uo9cL4mtb BwzJP5ek1nmcnsecSOeVLTLOq+kJ8tdYeA29TdvdlLmAIaCpS7y723EhzSYGvj5y lmNiFBDgb0R2GLat9dB98mEhqYPXtw7lrMQMBmMTp3q6Y0SzYIbqzQ== =bGVh Subject: Re: "bind: Address already in use" on Apache 1.3.29 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, 12 Mar 2004 20:55:31 -0000 ----- Original Message ----- From: "Kent Stewart" To: Cc: "Mark" Sent: Friday, March 12, 2004 9:42 PM Subject: Re: "bind: Address already in use" on Apache 1.3.29 > On Friday 12 March 2004 12:26 pm, Mark wrote: > > > Hello, > > > > I upgraded my Apache server to 1.3.29, on FreeBSD 4.9R-p3. Now, all > > of sudden, it will not bind anymore, for no apparent reason: > > > > [Fri Mar 12 21:12:12 2004] [notice] Apache/1.3.29 (Unix) mod_perl/1.28 > > PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.7c configured -- resuming normal > > operations [Fri Mar 12 21:12:12 2004] [notice] Accept mutex: flock > > (Default: flock) bind: Address already in use > > > > No address is in use, I can assure you. This is quite absurd; I use the > > same config as the.28 version. The daemon will not prefork, either. > > > > Anyone has similar experience? Or an idea to solve it? > > Did you stop the oldversion of Apache before you tried to start the new > one? Of course. A billion times, even. Plus, I unloaded all but every module and restarted again, and again, and again. I even went so far as to remove all Listen commands. Still the same! Something is fishy. - Mark