From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: "guix deploy" is in git master Date: Sun, 07 Jul 2019 16:45:18 +0200 Message-ID: <871rz19a4h.fsf@gnu.org> References: <87a7drn0ux.fsf@dustycloud.org> <874l3zse7o.fsf@elephly.net> <87wogujmld.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51806) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hk8Pr-00065B-UU for guix-devel@gnu.org; Sun, 07 Jul 2019 10:45:24 -0400 In-Reply-To: <87wogujmld.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 07 Jul 2019 10:05:50 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hello, Ricardo Wurmus skribis: > In guix/remote.scm: > 122:20 1 (_ _) > 66:17 0 (%remote-eval _ _) > > guix/remote.scm:66:17: In procedure %remote-eval: > Throw to key `srfi-34' with args `(# name: \"root\" password: \"= \" uid: 0 group: \"root\" supplementary-groups: () comment: \"System admini= strator\" home-directory: # create-home-direc= tory?: #t shell: \"/gnu/store/qn1ax1fkj16x280m1rv7mcimfmn9l2pf-bash-4.4.23/= bin/bash\" system?: #f>")] 1837f00>>)'. > > Do you know what might be wrong here? I suspect the bug has nothing to do with =E2=80=98remote-eval=E2=80=99. Na= mely, if the machine you=E2=80=99re reconfigure is running Guix from before commit 6061d01512081c93c53fdd1d4302b36696403061 (March 2019), then restart the =E2=80=98user-homes=E2=80=99 services fails with this error for obscure rea= sons that I forgot. At any rate, I think the service upgrade phase happens after the symlink-switch and bootloader installation (right?), in which case reconfiguration is complete anyway. HTH, Ludo=E2=80=99.