User accounts are shared between system generations

  • Open
  • quality assurance status badge
Details
One participant
  • Ian Eure
Owner
unassigned
Submitted by
Ian Eure
Severity
normal

Debbugs page

Ian Eure wrote 37 hours ago
(address . bug-guix@gnu.org)
874j00o65m.fsf@retrospec.tv
Found this one on accident today and was surprised. To reproduce:

- Remove your user account from your system configuration on
accident.
- `sudo guix system reconfigure'
- Realize your mistake. Observe that neither `su' nor `sudo'
work, because you don’t exist.
- Reboot in a state of mild panic.
- Select any previous system generation from GRUB.

Expected result: previous generations should have the account
which was deleted, since it was declared in the configurations
which produced them.

Actual result: They don’t.

-- Ian
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76928@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76928
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help