From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: Re: bug#36878: guix system reconfigure broken Date: Wed, 31 Jul 2019 19:06:12 +0200 Message-ID: <0D1F3165-BE55-42D8-98D9-364CB4904A0E@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]:57911) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hss3V-0002Vf-MY for guix-devel@gnu.org; Wed, 31 Jul 2019 13:06:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hss3T-0004e9-GZ for guix-devel@gnu.org; Wed, 31 Jul 2019 13:06:25 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:64744) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hss3S-0004b8-Pq for guix-devel@gnu.org; Wed, 31 Jul 2019 13:06:23 -0400 In-Reply-To: <87wofycfuq.fsf@sdf.lonestar.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" 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