- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- no utmp : login from lowest of exec.sh
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
Forums
Discussions
Discussions
Discussions
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
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
11-11-2002 10:21 PM
11-11-2002 10:21 PM
I am having problem in my rp8400 server.
No user is able to login to server. Error message:
"No utmp: login from lowest of exec.sh".
Any clue?
Thanks and regards
Richard
Solved! Go to Solution.
- Tags:
- utmps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 10:25 PM
11-11-2002 10:25 PM
Re: no utmp : login from lowest of exec.sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 10:33 PM
11-11-2002 10:33 PM
SolutionIf your already logged in move the old /etc/utmp file out of the way and create a new one.
Be careful of the permissions, they should be 644 root root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 10:38 PM
11-11-2002 10:38 PM
Re: no utmp : login from lowest of exec.sh
If your already logged in move the old /etc/utmp file out of the way and create a new one.
Be careful of the permissions, they should be 644 root root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:04 PM
11-11-2002 11:04 PM
Re: no utmp : login from lowest of exec.sh
IF noone can login do this, reboot the system in to single user mode and give this command in the root prompt
>/etc/utmp
Go to multiuser mode your problem is solved.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:20 PM
11-11-2002 11:20 PM
Re: no utmp : login from lowest of exec.sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:53 PM
11-11-2002 11:53 PM
Re: no utmp : login from lowest of exec.sh
Thanks for your reply.
Yes, only one root is logged into the server.
Should I remove the /etc/utmp, recreate it with right permission?
Thanks all
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 12:15 AM
11-12-2002 12:15 AM
Re: no utmp : login from lowest of exec.sh
Don't remove the utmp as it is locked by login
process , so the login program may even hang.
This is safe to recreate it without removing
#cp /dev/null /etc/utmp
(or)
#>/etc/utmp
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2002 01:17 AM
11-12-2002 01:17 AM
Re: no utmp : login from lowest of exec.sh
Thank you all, it was really a great help. At least, now I know why it's happening.
I am following the hp doc.
Thanks again,
Richard