> Indeed, fixed in 2d94702ff4133606cda1e51a2c8378a8e79afb9d. > > The ‘shell’ field was omitted from the definition of “nobody”, which is > why it ended up using Bash, which is the default shell.
Thanks the fix looks good, but I tried with guix system reconfigure after guix pull That does not change /etc/passwd I tried guix refresh, but got that bt: ##################################################################### Backtrace: In unknown file: ?: 19 [apply-smob/1 #<catch-closure f2b7a0>] In ice-9/boot-9.scm: 63: 18 [call-with-prompt prompt0 ...] In ice-9/eval.scm: 432: 17 [eval # #] In ice-9/boot-9.scm: 2401: 16 [save-module-excursion #<procedure f48940 at ice-9/boot-9.scm:4045:3 ()>] 4050: 15 [#<procedure f48940 at ice-9/boot-9.scm:4045:3 ()>] 1724: 14 [%start-stack load-stack #<procedure f5bc00 at ice-9/boot-9.scm:4041:10 ()>] 1729: 13 [#<procedure f5fea0 ()>] In unknown file: ?: 12 [primitive-load "/gnu/store/1g2ygiq4z0b5snnwmddfks4flnippna6-guix-0.10.0-0.e901/bin/.guix-real"] In guix/ui.scm: 1209: 11 [run-guix-command refresh] In ice-9/boot-9.scm: 157: 10 [catch srfi-34 #<procedure 435c880 at guix/ui.scm:425:2 ()> ...] 157: 9 [catch system-error ...] In guix/scripts/refresh.scm: 382: 8 [#<procedure 41dbc80 at guix/scripts/refresh.scm:381:4 ()>] 401: 7 [#<procedure 41dbc30 at guix/scripts/refresh.scm:382:6 ()>] In srfi/srfi-1.scm: 616: 6 [for-each #<procedure 4361740 at guix/scripts/refresh.scm:401:22 (package)> ...] In guix/scripts/refresh.scm: 402: 5 [#<procedure 4361740 at guix/scripts/refresh.scm:401:22 (package)> #] In guix/upstream.scm: 135: 4 [package-update-path # #] In ice-9/boot-9.scm: 157: 3 [catch srfi-34 #<procedure 3531c00 at guix/import/pypi.scm:313:2 ()> ...] In guix/import/pypi.scm: 317: 2 [#<procedure 3531c00 at guix/import/pypi.scm:313:2 ()>] 68: 1 [latest-source-release #f] In unknown file: ?: 0 [find #<procedure 1cf5ce0 at guix/import/pypi.scm:68:14 (release)> #f] ERROR: In procedure find: ERROR: In procedure find: Wrong type argument in position 2 (expecting list): #f ##################################################################### What did I do wrong ? -- Vincent Legoll
