From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36731: shepherd lost track of nginx Date: Sat, 20 Jul 2019 15:51:46 +0200 Message-ID: <87d0i495l9.fsf@gnu.org> References: <87ef2labds.fsf@gnu.org> <78D8D737-8D4D-485D-8388-AD014C669FB9@vllmrt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50340) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hopmN-0003Ln-BV for bug-guix@gnu.org; Sat, 20 Jul 2019 09:52:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hopmM-0005hw-HH for bug-guix@gnu.org; Sat, 20 Jul 2019 09:52:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hopmM-0005hr-Du for bug-guix@gnu.org; Sat, 20 Jul 2019 09:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hopmM-0003s5-CF for bug-guix@gnu.org; Sat, 20 Jul 2019 09:52:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <78D8D737-8D4D-485D-8388-AD014C669FB9@vllmrt.net> (Robert Vollmert's message of "Sat, 20 Jul 2019 09:42:34 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Robert Vollmert Cc: 36731@debbugs.gnu.org Hi, Robert Vollmert skribis: >>> $ sudo herd restart nginx >>> Service nginx is not running. >>> herd: exception caught while executing 'start' on service 'nginx': >>> Throw to key `srfi-34' with args `("#")=E2=80=99. >>=20 >> Do you use an =E2=80=9Copaque=E2=80=9D nginx config file, or do you use = >> records? > > The latter I think: > > (service nginx-service-type > (nginx-configuration > (extra-content =E2=80=9C=E2=80=A6=E2=80=9D))) That=E2=80=99s actually the non-opaque variant, so shepherd should read the= PID file and it shouldn=E2=80=99t get it wrong. Not sure what happened. If you can reproduce it, it would be great to gather the output of =E2=80= =9Cherd status nginx=E2=80=9D at the time shepherd is confused. Thanks, Ludo=E2=80=99.