After performing the regular update of my Ubuntu 10.04.1, and a reboot (because kernel update), I opened a terminal window and entered
$ su -
Password:
su: Authentication failure
$
$ su -
Password:
Added user root.
#
(First I entered a wrong password (I think))
I do that all the time but this is the first time I get Added user root
.
Does somebody know from where does this message come? Should I worry?
The message probably comes from PAM. Though I can't think of any module that would add a user account just like that. You may want to post
/etc/pam.d/su
and/etc/pam.d/common-*
.Check
/etc/passwd
, look for files starting with passwd in /etc. If there aren't any additional ones (especially with dpkg or similar ending) and passwd file doesn't list suspicious users (or more than one user with UID 0) then I think you shouldn't worry.change root password to temporary
Console 1:
Console2:
Console1:
Then mail ~/strace to bindbn at gmail.com