- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: unable to log on as root...
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
09-01-2009 12:44 PM
09-01-2009 12:44 PM
unable to log on as root...
I do not know what happened, I suspect foul play, but, now that I try to log onto my TRU64 UNIX system as root I get login: no shell, no such file or directory. Is there a way to get the shell link re-etablished or is it a corrupt shell.
Thanks,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 03:19 PM
09-01-2009 03:19 PM
Re: unable to log on as root...
Try to login from console vs. network.
Test login from root rather than as a user.
Test login as a different user.
Test su access if a user can login.
Use fverify(8) against OSFBASE to see if permissions are OK.
Questions:
If NIS is being used, can this be isolated to NIS users ?
Is C2 (Enhanced security) being used?
Things to check:
Check logs after each test, is the error the same or different ?
Check /usr/adm/sialog if it exists.
Check audit logs( if applicable)
Check Accounting (also if applicable)
Check the login files specific to that shell, such as /etc/profile and .profile (if ksh/sh)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 06:50 PM
09-01-2009 06:50 PM
Re: unable to log on as root...
How/where? Local workstation keyboard?
Serial port? Telnet? rsh? ssh?
> [...] as root [...]
> If NIS is being used, [...]
Normally, "root" is in the local passwd file,
and the local file is searched before the NIS
data. Problems with /etc/passwd or
/etc/nsswitch.conf (or whatever) could
violate this expectation, of course.
Does single-user mode work better?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2009 10:25 PM
09-01-2009 10:25 PM
Re: unable to log on as root...
Can you please post output of:
# grep root /etc/passwd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2009 06:38 AM
09-02-2009 06:38 AM
Re: unable to log on as root...
Thanks to all.
Anthony