emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#33422: closed (/etc/passwd on GuixSD can end up co


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33422: closed (/etc/passwd on GuixSD can end up containing default home directories)
Date: Sun, 18 Nov 2018 22:44:02 +0000

Your message dated Sun, 18 Nov 2018 23:43:14 +0100
with message-id <address@hidden>
and subject line Re: bug#33422: /etc/passwd on GuixSD can end up containing 
default home directories
has caused the debbugs.gnu.org bug report #33422,
regarding /etc/passwd on GuixSD can end up containing default home directories
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33422: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33422
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: /etc/passwd on GuixSD can end up containing default home directories Date: Sun, 18 Nov 2018 23:05:26 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello Guix,

On IRC, fps reported this issue: their user account was declared like
this:

26   (users (cons (user-account                              
27                 (name "fps")                              
28                 (comment "fps")                           
29                 (group "users")                           
30                 (supplementary-groups '("wheel" "netdev"  
31                                         "audio" "video")) 
32                 (home-directory "/home/bob"))    ;<--- notice “bob”!

… yet /etc/passwd would refer to /home/fps for user “fps” (this is on a
fresh GuixSD 0.15.0 install.)

This in turn would prevent logging in as “fps” because /home/fps didn’t
exist (meaning the ‘user-homes’ Shepherd service created /home/bob, not
/home/fps.)

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#33422: /etc/passwd on GuixSD can end up containing default home directories Date: Sun, 18 Nov 2018 23:43:14 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
address@hidden (Ludovic Courtès) skribis:

> On IRC, fps reported this issue: their user account was declared like
> this:
>
> 26   (users (cons (user-account                              
> 27                 (name "fps")                              
> 28                 (comment "fps")                           
> 29                 (group "users")                           
> 30                 (supplementary-groups '("wheel" "netdev"  
> 31                                         "audio" "video")) 
> 32                 (home-directory "/home/bob"))    ;<--- notice “bob”!
>
> … yet /etc/passwd would refer to /home/fps for user “fps” (this is on a
> fresh GuixSD 0.15.0 install.)

Fixed in b297934437932de730432629b361fcb422accbb7.

Ludo'.


--- End Message ---

reply via email to

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