From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28776: guix system reconfigure does not update path to nginx configuration Date: Wed, 11 Oct 2017 15:25:30 +0200 Message-ID: <87tvz5byut.fsf@gnu.org> References: <8760bnmjhn.fsf@gmail.com> <87k2036zzz.fsf@lassieur.org> <874lr7fevt.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2H1P-0002Ng-GW for bug-guix@gnu.org; Wed, 11 Oct 2017 09:26:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2H1O-0005xT-JR for bug-guix@gnu.org; Wed, 11 Oct 2017 09:26:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52751) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2H1O-0005xP-Fy for bug-guix@gnu.org; Wed, 11 Oct 2017 09:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2H1O-0005IZ-6v for bug-guix@gnu.org; Wed, 11 Oct 2017 09:26:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874lr7fevt.fsf@gmail.com> (Oleg Pykhalov's message of "Tue, 10 Oct 2017 13:58:46 +0300") 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: Oleg Pykhalov Cc: 28776@debbugs.gnu.org, =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Hi Oleg, Oleg Pykhalov skribis: > Cl=C3=A9ment Lassieur writes: [...] >> Quoting Ludovic from: >> https://lists.gnu.org/archive/html/guix-patches/2017-05/msg00669.html >> >> Currently =E2=80=98guix system reconfigure=E2=80=99 (specifically >> =E2=80=98upgrade-shepherd-services=E2=80=99) reloads and starts all serv= ices that are >> currently stopped, on the grounds that it would not be safe/desirable to >> simply stop any running service. >> >> So if you want NGINX to start with its new configuration, you need to >> stop it before doing the 'guix system reconfigure'. > > Thank you for giving a direction! I actually tried to make 'sudo herd > restart nginx' after reconfigure, but apparently it's wrong. > > I'm not sure if we need to close this bug. It wasn't obvious to > me that it related to subject =E2=80=9CAllow services to implement a 'rel= oad' > action=E2=80=9D, because I tried to reload it manually :-) The behavior of =E2=80=98reconfigure=E2=80=99 is not ideal, which is why Cl= =C3=A9ment started working on improving it. However, what you report here is intended, so I=E2=80=99ll just close as =E2=80=9Cnot-a-bug=E2=80=9D. Thank you, Ludo=E2=80=99.