from the console I cannot login as user: root.
Went to the console and hit ctrl+alt+f1,f2...nothing
I login as myself and run "sudo id". I get prompted for a password and enter in my user password (not SU), and machine responds...
"User1 is not in the sudoers file. This incident will be reported"
Main Topics
Browse All Topics





by: oklitPosted on 2009-01-22 at 09:27:54ID: 23441495
with command 'su' (just two letters) you are switching to user root - you should provide root's password.
Are you able to login as root directly (ie. from console - from x server, you can get to text console be pressing ctrl-alt-f1/f2/f3.../f6. To move back to your xserver, press alt-f7).
Do you have sudo command?
Try to run ie.: "sudo id" (without "" of course) and post here an output. If you are asked for password, provide _your_ password, not the root one.