From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: bug#36878: guix system reconfigure broken Date: Wed, 31 Jul 2019 19:06:12 +0200 Message-ID: <0D1F3165-BE55-42D8-98D9-364CB4904A0E__29256.9427912653$1564592847$gmane$org@vllmrt.net> References: <87wofycfuq.fsf@sdf.lonestar.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]:58092) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hss47-0002nt-6J for bug-guix@gnu.org; Wed, 31 Jul 2019 13:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hss46-00059t-6F for bug-guix@gnu.org; Wed, 31 Jul 2019 13:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44193) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hss46-00059p-2m for bug-guix@gnu.org; Wed, 31 Jul 2019 13:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hss45-0005Ge-RW for bug-guix@gnu.org; Wed, 31 Jul 2019 13:07:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87wofycfuq.fsf@sdf.lonestar.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: "Jakob L. Kreuze" Cc: guix-devel@gnu.org, 36878@debbugs.gnu.org > On 31. Jul 2019, at 18:45, Jakob L. Kreuze = wrote: > Robert Vollmert writes: >=20 >> Hi, >>=20 >> it appears that commit 5c8c8c455420af27189d6045b3599fe6e27ad012 >>=20 >> guix system: Reimplement 'reconfigure=E2=80=99. >>=20 >> breaks guix system reconfigure. In particular, after reconfiguring, >> shepherd doesn=E2=80=99t know about the updated versions of services. >>=20 >> The usual output below is missing; after reverting the commit it=E2=80=99= s >> fine again. >=20 > Could you please elaborate on what you mean by this? I can see that = the > ouput has changed, but is Shepherd doing something that indicates that > it doesn't know about the new services? The concrete problem is this: 1. nginx is running with config file A 2. make some change to nginx config 3. run guix system reconfigure (which builds a new nginx config file B) 4. run herd restart nginx 5. nginx is still running with config file A After reverting this commit, if I perform these steps, I end up with nginx running with config file B in 5. > And is the line regarding > bootloader installation also missing from 'guix system reconfigure' > post-5c8c8c455? I still get a bootloader line. Cheers Robert