From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Vollmert Subject: Re: bug#36878: guix system reconfigure broken Date: Thu, 1 Aug 2019 10:30:27 +0200 Message-ID: References: <87wofycfuq.fsf@sdf.lonestar.org> <0D1F3165-BE55-42D8-98D9-364CB4904A0E@vllmrt.net> <87k1bycbn8.fsf@sdf.lonestar.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52873) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1ht6U4-0000Vn-5S for guix-devel@gnu.org; Thu, 01 Aug 2019 04:30:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ht6U0-0006io-WB for guix-devel@gnu.org; Thu, 01 Aug 2019 04:30:48 -0400 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:18596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ht6U0-0006i4-Q2 for guix-devel@gnu.org; Thu, 01 Aug 2019 04:30:44 -0400 In-Reply-To: <87k1bycbn8.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 20:16, Jakob L. Kreuze = wrote: >=20 > Hi Robert, >=20 > Robert Vollmert writes: >=20 >> The concrete problem is this: >>=20 >> 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 >>=20 >> After reverting this commit, if I perform these steps, I end up with >> nginx running with config file B in 5. >=20 > Okay, I see now. Thank you clarifying. Would you be willing to see if > the patch provided by #36880 fixes this issue? Yes, it seems it does!