When I enter sudo su or sudo -i in terminal on Ubuntu 12.04, I cannot become superuser. When I enter the password nothing happens. Its like:
user@host~: sudo -i
enter passwd: ******
user@host~: nothing happened
And then:
user@host~: sudo -s
root@user~: WTF?
Instead when my normal user enters sudo -s it becomes root. Wtf...?