From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: bug#36731: shepherd lost track of nginx Date: Sat, 20 Jul 2019 09:42:34 +0200 Message-ID: <78D8D737-8D4D-485D-8388-AD014C669FB9@vllmrt.net> References: <87ef2labds.fsf@gnu.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41429) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hok1H-0002kv-20 for bug-guix@gnu.org; Sat, 20 Jul 2019 03:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hok1G-0003PY-6N for bug-guix@gnu.org; Sat, 20 Jul 2019 03:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47963) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hok1G-0003PS-3P for bug-guix@gnu.org; Sat, 20 Jul 2019 03:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hok1G-0007bR-0C for bug-guix@gnu.org; Sat, 20 Jul 2019 03:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ef2labds.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36731@debbugs.gnu.org > On 20. Jul 2019, at 00:49, Ludovic Court=C3=A8s wrote: >=20 > Hello, >=20 > Robert Vollmert skribis: >=20 >> Not sure who=E2=80=99s at fault here, but without doing anything = weird, >> I ended up with a system where shepherd thought that nginx was >> stopped, while there was still an nginx process around. I >> certainly didn=E2=80=99t start it by hand. >=20 > Did you try =E2=80=9Cherd status nginx=E2=80=9D to see shepherd=E2=80=99= s notion of the nginx > process? Not at the time, no. >=20 >> The result was this: >>=20 >> $ 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)))