I can't use my former root password anymore.
System: Debian Testing
What did I do:
- log into root
- doing updates (with
aptitude update && aptitude upgrade
) aptitude install cryptsetup
- starting encryption by triple-checked
cryptsetup -c aes-cbc-essiv:sha256 -y -s 256 luksFormat /dev/sdc7
Checked:
- date and time of
/etc/passwd
and/etc/shadow
are like before - no typing error (typed vissible)
- no one else logged in (
last
) - not possible:
/var/log/auth.log
(needs su rights)
Could the upgrade corrupt the password? (Help for resetting the password isn't needed, I think the old root shell "feature" still works.)
/dev/sdc7
? – terdon Mar 17 '15 at 18:31/var/log/auth.log
. – PythoNic Mar 18 '15 at 14:16