PDA

View Full Version : root password issue


pigwot
05-24-2007, 09:45 AM
Had a medical procedure yesterday; and afterward in the fog of in and out of anesthesia grogginess I was playing with getting the Holux GPS paired with the N800 and setting up maemo mapper. I installed becomeroot as per the maemo mapper instructions at:
http://www.internettablettalk.com/forums/showthread.php?t=4024
but now in xterm I can't seem to use "sudo <command>" as the N800 doesn't recognize my root password??? If I type "sudo gainroot" I get a root prompt? Is this usual behavior?

lucky-luke
05-24-2007, 10:21 AM
typing "sudo gainroot" should display a root prompt.

Tragos
05-24-2007, 12:21 PM
-- but now in xterm I can't seem to use "sudo <command>" as the N800 doesn't recognize my root password??? If I type "sudo gainroot" I get a root prompt? Is this usual behavior?

Yes, that is the normal behavior.

Sudo asks for the password of user, not root. User is only allowed to use sudo for those commands which are specified in file /etc/sudoers. Google "man sudo" to find more information about how to use sudo and edit /etc/sudoers.