From: "Ludovic Courtès" <ludo@gnu.org>
To: Andreas Enge <andreas@enge.fr>
Cc: 43720-done@debbugs.gnu.org
Subject: bug#43720: Reconfiguring does not create home directories
Date: Sun, 11 Oct 2020 17:28:25 +0200 [thread overview]
Message-ID: <874kn0g4ti.fsf@gnu.org> (raw)
In-Reply-To: <20200930115348.GA1632@jurong> (Andreas Enge's message of "Wed, 30 Sep 2020 13:53:48 +0200")
Hi,
Andreas Enge <andreas@enge.fr> skribis:
> when adding new users to a Guix system configuration and reconfiguring,
> their home directories are not created. It has happened a few times when
> creating accounts for interns on bayfront, and it has happened right now
> with Danny's account on dover.
I can confirm it with 7607ace5091aea0157ba5c8a508129cc5fc4f931:
‘user-homes’ is not restarted. If we look at the
‘upgrade-shepherd-services.scm’ file generated for the system, it reads:
--8<---------------cut here---------------start------------->8---
(begin
(use-modules
(gnu services herd)
(srfi srfi-1))
(parameterize
((shepherd-message-port
(%make-void-port "w")))
(load-services/safe
(quote
("/gnu/store/cl33si9nbny96p2chf3swcl1l6pbxdr3-shepherd-file-systems.scm" …))))
(for-each unload-service
(quote
()))
(for-each start-service
(quote
())))
--8<---------------cut here---------------end--------------->8---
I believe cda046b3eaeb60f756fa4964c4b2721a2d680192 fixes it.
The bug was probably there since commit
5c793753b31b1dcd9a554bce953124f7ae88ca9a (July 2019).
Thanks!
Ludo’.
prev parent reply other threads:[~2020-10-11 15:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-30 11:53 bug#43720: Reconfiguring does not create home directories Andreas Enge
2020-10-11 15:28 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874kn0g4ti.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=43720-done@debbugs.gnu.org \
--cc=andreas@enge.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.