GNU bug report logs - #35806
Login passwords incorrect on some newly installed 1.0.1 systems

Previous Next

Package: guix;

Reported by: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

Date: Mon, 20 May 2019 09:40:02 UTC

Severity: normal

Tags: notabug

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 35806 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: "pelzflorian \(Florian Pelz\)" <pelzflorian <at> pelzflorian.de>
Cc: 35806 <at> debbugs.gnu.org
Subject: Re: bug#35806: Login passwords incorrect on some newly installed
 1.0.1 systems
Date: Mon, 20 May 2019 17:01:40 +0200
[Message part 1 (text/plain, inline)]
Hi!

"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de> skribis:

> on a system newly installed from the 1.0.1 ISO image — on only some
> reinstalls.  Maybe it was my fault, but maybe not, it is kind of
> spooky.  Can others reproduce?

No.  (I did many installs in VMs before the release…  :-))

Note that you can check by doing an install in a VM using the attached
script.

> The content of /etc/shadow was
>
> root:$6$vWBy92HZjt$P.g83qzyyuZ0AebfKjsS/gZV.1SlaMkUqsmsO9cP1yXtpsCIE.9gDNDtMVwZWa..wmvVNqjqgjg7OFhKadshF.:18036::::::

So a password was set, as expected.  Maybe you tried the wrong password,
or with the wrong keyboard layout?

Thanks,
Ludo’.

[test-install.sh (text/plain, inline)]
#!/bin/sh
set -e
set -x
ISO="$(./pre-inst-env guix system disk-image --file-system-type=iso9660 gnu/system/install.scm)"
qemu-img create -f qcow2  /tmp/t.img 10G

#EFI_OPTS="-bios $(guix build ovmf)/share/firmware/ovmf_x64.bin"

exec qemu-system-x86_64 -enable-kvm -hda /tmp/t.img -cdrom "$ISO" -m 1024 -boot d -net user -net nic,model=virtio -no-reboot $EFI_OPTS

This bug report was last modified 5 years and 356 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.