You are not logged in.
Pages: 1
Hello,
during the weekend a message saying that the shadow service failed to load appeared for the first time. It was complaining about cups (I don't use cups since octobre 2020, and no complaints happened there), but suddenly, the error message appeared: https://imgur.com/0PlnLxd.png
This is extremely awkward since I do not have any "cups" entries in /etc/passwd, nor in /etc/group - they were removed by me when the error happened for the 1st time. I will attach those files below.
Does anyone know what can be causing this?
/etc/group: https://pastebin.com/tQ5Z27fT
/etc/passwd: https://pastebin.com/imyxEfhh
Thank you
"Why join the navy if you can be a pirate?"
- Steve Jobs
Offline
You manually edited /etc/passwd and /etc/group instead of using userdel / groupdel and it appears you left behind the entries in /etc/shadow and /etc/gshadow.
Offline
You manually edited /etc/passwd and /etc/group instead of using userdel / groupdel and it appears you left behind the entries in /etc/shadow and /etc/gshadow.
Right, thanks, that solved my problem.
Would you mind showing me, how to "properly" use userdel/groupdel?
For example, I have a redundant entry in /etc/group:
libvirt:x:970:samoMind showing me, how to properly remove it?
Thanks a lot
"Why join the navy if you can be a pirate?"
- Steve Jobs
Offline
groupdel --helpOffline
Pages: 1