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: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: unicorn-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E387B1FB0B; Fri, 24 Oct 2014 19:41:53 +0000 (UTC) Date: Fri, 24 Oct 2014 19:41:53 +0000 From: Eric Wong To: Imdad Cc: unicorn-public Subject: Re: Having issue with Unicorn Message-ID: <20141024194153.GA1670@dcvr.yhbt.net> References: <20141024174520.GA27334@dcvr.yhbt.net> <20141024181300.GA29311@dcvr.yhbt.net> <20141024183409.GA28506@dcvr.yhbt.net> <20141024191328.GA6584@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Imdad wrote: > INFO -- : executing > ["/var/www/hailisys/releases/6/vendor/bundle/ruby/2.1.0/bin/unicorn", "-c" Gack, we missed that having the wrong path, too. You probably need this in your config/unicorn.rb: Unicorn::HttpServer::START_CTX[0] = "/var/www/hailisys/current/vendor/bundle/ruby/2.1.0/bin/unicorn" And do the HUP/USR2 again. And if it fails again, show us the logs right after the HUP, too. Thanks.