From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS33070 50.56.128.0/17 X-Spam-Status: No, score=-0.2 required=5.0 tests=AWL shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (50-56-192-79.static.cloud-ips.com [50.56.192.79]) by dcvr.yhbt.net (Postfix) with ESMTP id 722741F4E1 for ; Mon, 25 Jun 2012 20:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 6A6552E062; Mon, 25 Jun 2012 20:28:23 +0000 (UTC) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by rubyforge.org (Postfix) with ESMTP id 0F48A2E068 for ; Mon, 25 Jun 2012 20:28:14 +0000 (UTC) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id F1F5F1F43C; Mon, 25 Jun 2012 20:28:13 +0000 (UTC) Date: Mon, 25 Jun 2012 20:28:13 +0000 From: Eric Wong To: unicorn list Subject: Re: Address already in use Message-ID: <20120625202813.GA24617@dcvr.yhbt.net> References: <0B72D3D4-CB04-47F2-B188-CAFDF41B8B1F@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0B72D3D4-CB04-47F2-B188-CAFDF41B8B1F@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: mongrel-unicorn@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: mongrel-unicorn-bounces@rubyforge.org Errors-To: mongrel-unicorn-bounces@rubyforge.org Manuel Palenciano Guerrero wrote: > Hello there, > > I seem to have a problem with unix-sockets, and cannot see many people with the same situation when googling. > > The problem is when upgrading (USR2 + QUIT) our applications. I get the following error very frequently but not always. > > E, [2012-06-21T11:40:46.386486 #29401] ERROR -- : adding listener failed addr=/tmp/unicorn.app.sock (in use) You should've seen an INFO message saying something like: inherited addr=/tmp/unicorn.app.sock fd=... in your logs. Can you share your unicorn config? Are you using a before_exec hook at all and could that hook be clobbering ENV["UNICORN_FD"]? _______________________________________________ Unicorn mailing list - mongrel-unicorn@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying