You are not logged in.
Pages: 1
I see a new file `/etc/shadow.pacnew` file with just one entry for root. I am assuming this is the new format going forward. How do I safely transition to having a simplified shadow file? My current shadow file has all the users and their hashed passwords.
Offline
Do not overwrite /etc/shadow with that pacnew, you'll lose all user passwords! Delete the pacnew file as instructed by the warning in https://wiki.archlinux.org/index.php/Us … r_database .
Offline
Aslong
sudo pwck -r /etc/passwd /etc/shadowdoes not give an output and Pacman does not tell you to take action no action is needed. And in that case you can/need to disregard/remove the pacnew file.
Offline
Thank you @nl6720 @Archlin !
Offline
Pages: 1