The system used to ask me no password when entered sudo
then...
I upgraded my linux ubuntu system with the following commands:
$ sudo apt-get update
$ sudo apt-get upgrade
I accepted to overwrite some config files with the update. (I think the problem was created here) I think this was the problem... ... Configuration file `/etc/sudoers' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : start a shell to examine the situation The default action is to keep your current version. *** sudoers (Y/I/N/O/D/Z) [default=N] ? Y ...
Now I can't acces root privileges with sudo bitnami@XXXD:~$ sudo su [sudo] password for bitnami: Sorry, try again.
I've tried 'bitnami', 'password', just enter, 'passwd' but nothing works
Any ideas?