- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No utmp entry.You must exec "login" from the lowes...
Categories
Company
Local Language
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
Forums
Discussions
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
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-25-2002 01:59 AM
тАО09-25-2002 01:59 AM
I attempted to rlogin in to a server, but was denied with the following error, any advice on what causes it and a resolution?
No utmp entry.You must exec "login" from the lowest level "sh".
Connection closed.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 02:07 AM
тАО09-25-2002 02:07 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
DO this in the remote server to resolve the issue.
# > /etc/utmp
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 02:12 AM
тАО09-25-2002 02:12 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 02:19 AM
тАО09-25-2002 02:19 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
2. rm /etc/utmp
3. touch /etc/utmp
4. Use chown and/or chmod to make changes to persmissions or owners as needed.
5. init q
If that doesn't work, then:
1. cp /etc/inittab /etc/inittab.orig
2. cp /usr/newconfig/etc/inittab /etc/inittab
3. init q
If that doesn't work, then shutdown and reboot the system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 02:24 AM
тАО09-25-2002 02:24 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
I used to reboot the m/c when i was facing this problem and this diesn't used to occur after the m/c comes up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 02:27 AM
тАО09-25-2002 02:27 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
I've had to reboot a machine in the past to get round this problems.
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 02:58 AM
тАО09-25-2002 02:58 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
I think you have spawned some subshells in the
local machine.
#ps
will show running shells
Logout and login again. Now try rlogin to remote server
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 03:02 AM
тАО09-25-2002 03:02 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
Clearing the /etc/utmpx file seemed to do the trick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 06:12 AM
тАО09-25-2002 06:12 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2002 06:25 AM
тАО09-25-2002 06:25 AM
Re: No utmp entry.You must exec "login" from the lowest level "sh".
If this is the case let me know and I'll give you the correction to the entry.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2003 05:28 PM
тАО09-07-2003 05:28 PM
Solutionif u can rlogin to the server
remsh remoteserver mv /etc/utmp /etc/utmp.old
remsh remoteserver mv /etc/utmpx /etc/utmpx.old
remsh remoteserver touch /etc/utmp
remsh remoteserver touch /etc/utmpx
init q
remsh is not avaialbe then boot to single user and perform these steps.
vt