Page 1 of 1

Root Password [SOLVED]

PostPosted: Thu May 01, 2008 12:29 am
by steve423
When I recently installed 1.7 Ultimate Edition I was not asked to set a root (su) password. I can install and upgrade using my administrator password. I start a terminal type su I've tried every password that I would use but like I said I wasn't asked to create one. I can't config an app until I have root access.

What gives?


Steve

Re: Root Password

PostPosted: Thu May 01, 2008 12:51 am
by SaddleTramp
Look here: viewtopic.php?f=27&p=7205#p7205
see if that helps what you're looking for.

Re: Root Password

PostPosted: Thu May 01, 2008 3:58 am
by LeadFingers
steve423 wrote:When I recently installed 1.7 Ultimate Edition I was not asked to set a root (su) password. I can install and upgrade using my administrator password. I start a terminal type su I've tried every password that I would use but like I said I wasn't asked to create one. I can't config an app until I have root access.
What gives?
Steve

Normally the administrator password is the root password.

Re: Root Password

PostPosted: Thu May 01, 2008 7:46 am
by SaddleTramp
LeadFingers wrote:
steve423 wrote:When I recently installed 1.7 Ultimate Edition I was not asked to set a root (su) password. I can install and upgrade using my administrator password. I start a terminal type su I've tried every password that I would use but like I said I wasn't asked to create one. I can't config an app until I have root access.
What gives?
Steve

Normally the administrator password is the root password.

Lead it's never worked for me either. I can type 'su', when asked for password, I put in my admin password, it comes back with:

bobby@bobby-ultimate:~$ su
Password: (enter my admin password)
su: Authentication failure
Sorry.
bobby@bobby-ultimate:~$


Hasn't mattered to me much since I use 'sudo' most of the time anyway. That works with my admin password.

Re: Root Password

PostPosted: Thu May 01, 2008 8:50 am
by ima
I just tried it on my system and same thing but if you type in "sudo su" or "sudo -i" you should get root. I don't know the difference between the two but it works for me.

Hope this helps

Re: Root Password

PostPosted: Thu May 01, 2008 10:05 am
by ubunoob
I have seen this advice given to others, so maybe give this a try?

Open the terminal and type:
sudo passwd root
When you see the prompt that says “Enter new UNIX password”, enter the password you want for the root user and confirm it.

I think this next part is optional, but it was included here: http://www.sizlopedia.com/2008/04/16/ho ... root-user/

Type:
sudo gedit /etc/X11/gdm/gdm.conf
Locate the line that says “AllowRoot=false”. Change it to “AllowRoot=true”.
Save the file
Exit gedit, logout and then reboot.

Re: Root Password

PostPosted: Thu May 01, 2008 12:30 pm
by SaddleTramp
Thanx ima & ubunoob...good answers. Never hurts to have more than one avenue to git-r-dun ;)

Re: Root Password

PostPosted: Thu May 01, 2008 1:42 pm
by steve423
You guys are Awsome! :D

Thanks for the help!


Peace,
Steve

Re: Root Password

PostPosted: Thu May 01, 2008 10:32 pm
by LeadFingers
ubunoob wrote:I have seen this advice given to others, so maybe give this a try?
Open the terminal and type:
sudo passwd root
When you see the prompt that says “Enter new UNIX password”, enter the password you want for the root user and confirm it.
I think this next part is optional, but it was included here: http://www.sizlopedia.com/2008/04/16/ho ... root-user/
Type:
sudo gedit /etc/X11/gdm/gdm.conf
Locate the line that says “AllowRoot=false”. Change it to “AllowRoot=true”.
Save the file
Exit gedit, logout and then reboot.

Good job ubunoob <BREW>

Re: Root Password [SOLVED]

PostPosted: Mon Oct 10, 2011 3:01 pm
by mystqfae
Thank you, I am VERY new to Linux/Ubuntu/Ultimate Edition/etc... and am in Johnny 5 mode (need more input) This thread and this forum has helped me immensely just in the last 2-3 weeks. Lots of love from a Win/Mac convert!