- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can not login as root after taking Red Hat Linux u...
Operating System - Linux
1820484
Members
2307
Online
109624
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2011 11:32 AM
03-22-2011 11:32 AM
Can not login as root after taking Red Hat Linux update
I am running Red Hat Linux 5.5 and last night I took the updates from the Red Hat Linux site. Now when I try to login as root it acts like my passwd is wrong. I have gone in thru VNC and reset my password but I still can't login as root, but I can login as other non-root users. How can reenable root acccess thru telnet? HELP! THanks!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2011 02:48 PM
03-22-2011 02:48 PM
Re: Can not login as root after taking Red Hat Linux update
What do you mean "gone in thru VNC and reset my password"? Where you able to login as another user and then switch to root?
If so, you should keep that terminal open and run the following commands:
tail -f /var/log/secure &
tail -f /var/log/messages &
Then login as root from another terminal and note the error messages.
In case you were not able to switch your user to root, you might want to reset the password during reboot of the server. Use the kernel parameter init=/bin/bash in the GRUB shell of your bootloader (press 'e' to edit your boot stanza when the boot menu appears).
Some ssh daemon configurations prohibit the direct login of the root user or permit the login only on a local terminal.
The default configuration should allow root logins, though.
You are using SSH, right? Usually telnet logins are not configured as this is an insecure login method from the ages of the dinosaurs.
If so, you should keep that terminal open and run the following commands:
tail -f /var/log/secure &
tail -f /var/log/messages &
Then login as root from another terminal and note the error messages.
In case you were not able to switch your user to root, you might want to reset the password during reboot of the server. Use the kernel parameter init=/bin/bash in the GRUB shell of your bootloader (press 'e' to edit your boot stanza when the boot menu appears).
Some ssh daemon configurations prohibit the direct login of the root user or permit the login only on a local terminal.
The default configuration should allow root logins, though.
You are using SSH, right? Usually telnet logins are not configured as this is an insecure login method from the ages of the dinosaurs.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP