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: AS14383 205.234.109.0/24 X-Spam-Status: No, score=-0.6 required=5.0 tests=AWL,FREEMAIL_FROM, RP_MATCHES_RCVD,T_DKIM_INVALID shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: archivist@yhbt.net Delivered-To: archivist@dcvr.yhbt.net Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by dcvr.yhbt.net (Postfix) with ESMTP id 3593A21199 for ; Tue, 22 Nov 2011 02:39:50 +0000 (UTC) Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 70E291D783E0; Mon, 21 Nov 2011 21:39:49 -0500 (EST) X-Original-To: mongrel-unicorn@rubyforge.org Delivered-To: mongrel-unicorn@rubyforge.org Received: from mail-gy0-f178.google.com (mail-gy0-f178.google.com [209.85.160.178]) by rubyforge.org (Postfix) with ESMTP id 494FB1858300 for ; Mon, 21 Nov 2011 20:55:35 -0500 (EST) Received: by ghrr11 with SMTP id r11so4768661ghr.23 for ; Mon, 21 Nov 2011 17:55:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=yrhHwZUzibnVLRDVWNy8VDUNz+IUvkGFDmH7D4R887s=; b=gIPpUER13hwmRj7s+lkMlXOTm7Kn5gGnhLbGiHju4I/ZEeO5oAx4ZW0eBPYd+c2cjW 1QNGnSB4JGSODEsJfb4pCy8laxXCQ+zNa4LB/+GNWbshvZZi1YXKYJKZwOmIslfMtAcE TEXUi16WkFJiHQ/6VVVcqppo7Cms9fMssweSA= Received: by 10.236.116.9 with SMTP id f9mr24044002yhh.0.1321926934975; Mon, 21 Nov 2011 17:55:34 -0800 (PST) Received: from [10.0.1.4] (124-168-16-39.dyn.iinet.net.au. [124.168.16.39]) by mx.google.com with ESMTPS id y58sm17120116yhi.17.2011.11.21.17.55.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Nov 2011 17:55:34 -0800 (PST) Subject: Re: Should USR2 always work? Mime-Version: 1.0 (Apple Message framework v1251.1) From: Lawrence Pit In-Reply-To: <20111122011631.GA20110@dcvr.yhbt.net> Date: Tue, 22 Nov 2011 12:55:29 +1100 Message-Id: References: <20111122011631.GA20110@dcvr.yhbt.net> To: Eric Wong X-Mailer: Apple Mail (2.1251.1) Cc: unicorn list 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 > Anything from stderr log files? USR2 will fail if there's Right: > ruby: no such file to load -- bundler/setup (LoadError) > * unicorn/unicorn_rails executable script is missing > (maybe Bundler is moving it?) Bundler has been updated several times this year, I guess every time that happens and a new version gets installed a complete restart of unicorn is required? Am I the only one seeing this? Perhaps I'm managing bundler wrong? Bundler and rake are the only two gems I install in the global gem space. With an update of bundler I do "gem uninstall bundler ; gem bundler install". Should I manage this differently? Cheers, Lawrence _______________________________________________ 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