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 62C8D1FB0B; Fri, 24 Oct 2014 19:13:28 +0000 (UTC) Date: Fri, 24 Oct 2014 19:13:28 +0000 From: Eric Wong To: Imdad Cc: unicorn-public Subject: Re: Having issue with Unicorn Message-ID: <20141024191328.GA6584@dcvr.yhbt.net> References: <20141024174520.GA27334@dcvr.yhbt.net> <20141024181300.GA29311@dcvr.yhbt.net> <20141024183409.GA28506@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: Imdad wrote: > Thanks Eric, not how to do > 2) SIGHUP master to reload new config # manual step to fix up config > 3) proceed with SIGUSR2 as usual I think you need to do this fix manually by logging into your server: kill -HUP $(cat /path/to/pid/file) kill -USR2 $(cat /path/to/pid/file) (SIGUSR2 is what you were doing before with the reexec) > Also not sure how did i send HTML portions Your initial message got through fine (HTML is given a high spam score).