I compiled a new kernel(3.2) and I have it running on an ARM board.
I wanted to enable some params on the /proc directories. Therefore I have to be logged in as root.
Hence I did the following on my newly compiled system:
sudo passwd su
and set a new root password.
Then I logged in as root.
However I get the error message su-Authentication failure.
How do I solve this problem? Has this to do with the /usr/bin file permissions?
What setting should I change to be able to login as root?

Then I logged in as root. However I get su-Authentication failure error message., were you doing root login or su login? – warl0ck Sep 28 '12 at 12:42sudo su -? – Mat Sep 28 '12 at 13:07