Hello, Ricardo Wurmus <rek...@elephly.net> 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 `(#<inferior-object #<condition > &action-exception-error [service: user-homes action: start key: match-error > args: ("match" "no matching pattern" "#<<user-account> name: \"root\" > password: \"\" uid: 0 group: \"root\" supplementary-groups: () comment: > \"System administrator\" home-directory: #<procedure home-directory (x)> > create-home-directory?: #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 ‘remote-eval’. Namely, if the machine you’re reconfigure is running Guix from before commit 6061d01512081c93c53fdd1d4302b36696403061 (March 2019), then restart the ‘user-homes’ services fails with this error for obscure reasons 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’.