PDA

View Full Version : how to login as root on Ubuntu 8.04 LTS (Hardy Heron)


webbie_webb
6th May 2008, 14:37
Hello everyone

i try to login as root on Ubuntu 8.04 LTS (Hardy Heron) with: su

the terminal retrieves: su: Authentication failure


for sudo it retrieves:

sudo: unable to resolve host named-desktop
usage: sudo -h | -K | -k | -L | -l | -V | -v
usage: sudo [-bEHPS] [-p prompt] [-u username|#uid] [VAR=value]
{-i | -s | <command>}
usage: sudo -e [-S] [-p prompt] [-u username|#uid] file ...


Any sugestions=?

Thanks in advance,

: respect :

Leszek
6th May 2008, 15:57
Ubuntu comes with disabled root account by default so You can log in after giving root a password:
sudo passwd root
and entering the password of the first user added to the system.

Keep in mind that You don't have to enable root account to have root privileges.You can use sudo instead.For example:
sudo [command]
will execute a command after entering the password of the first user added to the system.
sudo su
will let You have root privileges without typing sudo all the time.

webbie_webb
6th May 2008, 19:57
ok many thanks ;- )

its seems to work though i still get some errors...

for example, for file share configuration i get this screen bellow

http://domains.groovedesign.eu/cms/temp/Screenshot-1.png

Any sugestions for this? How should activate the "Administrator Mode" button?

Thanks and best wishes

:cool:

falko
7th May 2008, 18:04
Is it possible that the "Adminsitrator Button" is hidden because the window is too small? Can you enlarge the window?