Hi Guix,

I changed the name of the second user: "Gast" in my config.scm
and now after updating system config.scm
this second user is not shown up in the beginning.
I can´t log into it.

My first user: "gfp" is shown up
and underneath it says: "not shown"
If I enter into that it asks me for the user
I said "Gast"
then it asks me for the password
but it does not recognise my password,
which I established earlier.


I guess there is a mistake in my config.scm:

(users (cons* (user-account
                  (name "gfp")
                  (comment "Gfp")
                  (group "users")
                  (home-directory "/home/gfp")
                  (supplementary-groups
'("wheel" "netdev" "audio" "video" "libvirt" "scanner" "cdrom" "dialout" "kvm"))) (user-account ;added start
                    (name "Gast")
                    (comment "Gast")   ;;"The Samba Public User"
                    ;;(password (crypt "firsttimepass" "$6$abc"))
                    (group "users")
                    (home-directory "/home/gast")
(supplementary-groups '("wheel" "scanner" "cdrom" "audio" "video"))) ;added end
                %base-user-accounts))

thanks

Gottfried

Attachment: OpenPGP_0xD9E413C6C4BB32CE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to