Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 42796 invoked from network); 26 May 2010 13:22:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 May 2010 13:22:30 -0000 Received: (qmail 94825 invoked by uid 500); 26 May 2010 13:22:27 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94807 invoked by uid 500); 26 May 2010 13:22:27 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 94799 invoked by uid 99); 26 May 2010 13:22:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 13:22:27 +0000 X-ASF-Spam-Status: No, hits=-0.9 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rblists@gmail.com designates 209.85.161.45 as permitted sender) Received: from [209.85.161.45] (HELO mail-fx0-f45.google.com) (209.85.161.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 May 2010 13:22:22 +0000 Received: by fxm10 with SMTP id 10so1340334fxm.18 for ; Wed, 26 May 2010 06:22:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Ua0xgt2vdVBQPIQBZyuvHcnRt7pEqoYYHl7W1DL0LOM=; b=ulPmQIp1r6oVjhql656V0LuxSZsUx7ayzyVj6nI+qRALggilBwin1SrygzgN/+mc3R idLTcpvveAKA43P9no5W3SqahYZjhACIDVBLDvlhjPvQ1tCmHx+3E9mRT+Vwqh+hgFU3 WgZJtNSTtiZsCjaKX4RvP9qT7NaoLnp+stE8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IHIY2Zb+MbxaZOqyPY2E+E/FrO9sjm+2XCyedvQaWsLWeYWafFAYlIH82XyRz1eJP/ 5j99L6t9QhIJ1lY+6ePWesUcJ7NAKfuoCx03hUFqy6FB/C2oEJLXRLIdiVRfVm6I4qzv nhM6clRx7SrYvz860v7bhDfo196v8JJJ8G5bk= MIME-Version: 1.0 Received: by 10.239.184.198 with SMTP id z6mr761799hbg.34.1274880120731; Wed, 26 May 2010 06:22:00 -0700 (PDT) Received: by 10.239.137.140 with HTTP; Wed, 26 May 2010 06:22:00 -0700 (PDT) Date: Wed, 26 May 2010 15:22:00 +0200 Message-ID: From: Raphael Bauduin To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [users@httpd] graceful restart occasionally gives "could not bind" error Hi, With an apache 2.2 running on FreeBSD, I occasionally get a problem with a graceful restart. Issuing the command apachectl graceful results in these messages in the error log: [Wed May 26 14:45:48 2010] [notice] Graceful restart requested, doing restart [Wed May 26 14:45:53 2010] [warn] module dav_module is already loaded, skipping [Wed May 26 14:45:53 2010] [crit] (22)Invalid argument: make_sock: for address [::]:443, apr_socket_opt_set: (IPV6_V6ONLY) (48)Address already in use: make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down or this [Wed May 26 15:02:52 2010] [notice] Graceful restart requested, doing restart [Wed May 26 15:02:57 2010] [warn] module dav_module is already loaded, skipping (48)Address already in use: make_sock: could not bind to address [::]:443 This error is not systematic, but it makes the command unreliable and unusable in a cron task. Any hint as to what causes this problem? Thanks in advance! Raph -- Web database: http://www.myowndb.com Free Software Developers Meeting: http://www.fosdem.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org