From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Sassmannshausen Subject: Re: bug#36878: guix system reconfigure broken Date: Thu, 01 Aug 2019 10:21:30 +0100 Message-ID: <875znhi6lh.fsf@gmail.com> References: Reply-To: alex.sassmannshausen@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: In-reply-to: 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: bug-guix@gnu.org Cc: guix-devel@gnu.org, 36878@debbugs.gnu.org List-Id: bug-guix.gnu.org Thanks for reporting this, I experienced the same issue but blamed it on my own infrastructure instead! Good to hear it's resolved now. Alex Robert Vollmert writes: > Hi, > > it appears that commit 5c8c8c455420af27189d6045b3599fe6e27ad012 > > guix system: Reimplement 'reconfigure=E2=80=99. > > breaks guix system reconfigure. In particular, after reconfiguring, > shepherd doesn=E2=80=99t know about the updated versions of services. > > The usual output below is missing; after reverting the commit it=E2=80=99s > fine again. > > guix system: loading new services: =E2=80=A6 > To complete the upgrade, run 'herd restart SERVICE' to stop, > upgrade, and restart each service that was not automatically restarted. > shepherd: Evaluating user expression (let* ((services (map primitive-load= (?))) # ?) ?). > shepherd: Service user-homes has been started. > shepherd: Service term-auto could not be started. > bootloader successfully installed on '/dev/sda=E2=80=99 > > I see that some system tests for =E2=80=9Cguix system reconfigure=E2=80= =9D were added > after this change. Might I suggest adding them before the change next > time around, and making sure they pass both before and after? > > Cheers > Robert