Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
root password problem
Name: Jagu Date: August 20, 2002 at 01:59:11 Pacific
Comment:
I have Linux Redhat server and I am trying to login as root with root password to Xwindows. But I am not available to login Xwindows. The error is failed. I have write my root password in notepad. Sorry for my english. Please help me ? Thanks Advance
Name: 3Dave Date: August 20, 2002 at 02:23:28 Pacific
Reply:
Can you log in as another user and not root? You do also know that your username and password are case sensitive?
0
Response Number 2
Name: Jagu Date: August 20, 2002 at 02:55:51 Pacific
Reply:
Yes I can log in another user. but not root. Yes I can check case sensitive. When I am shutdown the server then show me NFS service failed.
0
Response Number 3
Name: Hank Date: August 20, 2002 at 03:26:58 Pacific
Reply:
If you can login to a virtual console and not ot X it means you deleted the content of /root directory. You must copy them from /etc/skel to /root cp -a /etc/skel /root (go to the single user mode)
Try to change your password by goin to singleuser mode.
If u r using LILO : boot the system and press Ctrl+x as soon as u see the LIlO message then type linux 1 and then chnage your password by typing passwd.
For Grub, choose the kernel image that you want to boot with and press e on it then add single to the end of the line and chnage the password.
For NFS just stop nfs and nfslock service by typing
chkconfig --level 2345 nfs off chkconfig nfslock --level 2345 off
H
0
Response Number 4
Name: Jagu Date: August 20, 2002 at 04:05:47 Pacific
Reply:
Thank you very much your help. I can use LILO option. Now my linux server root password working fine. Thanks again
0
Response Number 5
Name: Jagu Date: August 20, 2002 at 04:06:14 Pacific
Reply:
Thank you very much your help. I can use LILO option. Now root password is working fine. Thanks again
0
Response Number 6
Name: armin Date: August 20, 2002 at 04:16:49 Pacific
Summary: some one has changed root password. i dont have any other user in my system except root. how can i boot in a single user mode? the problem is when i boot the system it is going to the login and iam ...
Summary: Dear all I am facing problem with root password. I have installed Linux Redhat 7.1. Please help me what is the problem. Disable my linux server root password. Then I reboot the server and change the ...
Summary: WEll, when I ran into the same problem, I rebooted and during the boot up process I paused the bootload, changed it to boot to single mode grub asked me for a new root password and then finished the b...