From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Zancanaro Subject: bug#22039: [PATCH] 'guix system reconfigure' must start/restart/stop services Date: Thu, 20 Sep 2018 06:56:27 +1000 Message-ID: <871s9pfbpg.fsf@zancanaro.id.au> References: <874mg6rsjl.fsf@gnu.org> <87tvnhxr20.fsf@zancanaro.id.au> <87sh2tijb2.fsf@gnu.org> <87va7pza4p.fsf@zancanaro.id.au> <87tvn9b0qh.fsf@gnu.org> <87tvn8d0n7.fsf@zancanaro.id.au> <87lg7xh4l0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g2jX2-0007Wx-K8 for bug-guix@gnu.org; Wed, 19 Sep 2018 16:57:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g2jX0-0001jq-E1 for bug-guix@gnu.org; Wed, 19 Sep 2018 16:57:07 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87lg7xh4l0.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: 22039@debbugs.gnu.org Hey Ludo=E2=80=99, On Thu, Sep 20 2018, Ludovic Court=C3=A8s wrote: > Commit c4ba8c79db0aa4ba3517acc82ebafe16105fbb97 reinstates the=20 > commit and removes the leftover #:replace, which was responsible=20 > for the problem: ... That's great! I didn't even know about the #:replace option, so=20 I'm glad you were able to find it. > If there=E2=80=99s nothing left to add to Shepherd, we can release 0.5.0= =20 > within a few days and then commit the Guix side of this change. This seems like the sort of thing that shouldn't have been this=20 tricky. Is the exception printed somewhere? If not, then I think=20 we should print the exception, or at least some information, when=20 a service fails to load. Carlo