bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#35356: exception caught while executing 'start' on service 'user-hom


From: Danny Milosavljevic
Subject: bug#35356: exception caught while executing 'start' on service 'user-homes':
Date: Sun, 21 Apr 2019 11:18:18 +0200

guix system: error: exception caught while executing 'start' on service 
'user-homes':
Throw to key `match-error' with 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>")'.

commit dc01978288318a8155e2e2657be9b278a754ebac.

Config:

  (users (cons* (user-account
                 (name "dannym")
                 (uid 27481)
                 (comment "Danny")
                 (group "users")
                 ; <https://itvision.altervista.org/files/audio.png> says user 
should not be in the "audio" group.
                 (supplementary-groups '("wheel" "netdev" "video" "cdrom" 
"adbusers" "docker"))
                 (home-directory (string-append "/home/" name)))

Attachment: pgp_D6Lu4UgIP.pgp
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]