- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Login problem
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
07-19-2001 11:30 PM
07-19-2001 11:30 PM
Hi all
When ever i login to a C class machine it showing a error like
"No utmp entry.You must exec "login" from the lowest level "sh". "
what could be the problem, can you please gide me
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 11:52 PM
07-19-2001 11:52 PM
Re: Login problem
It seems that the file "/etc/utmp" is missing ! You can telnet/rlogin to that machine and touch that file and reboot your machine . It wil be okay.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 12:03 AM
07-20-2001 12:03 AM
Solutiontelnet to the box; and ls -l /etc/utmp.
if it exists emty it by doing cat /dev/null > /etc/utmp.
if there is no /etc/utmp do touch /etc/utmp.
with this done you should reboot and the problem is gone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 12:38 AM
07-20-2001 12:38 AM
Re: Login problem
I faced this once. This is nothing but corrupted or missing /etc/utmp. The solution is rlogin to the workstation and do this
#touch /etc/utmp
Its permission is 644 and owner is root:root.
Then reboot the system. Now ur problem is killed.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 01:26 AM
07-20-2001 01:26 AM
Re: Login problem
Thank you guys, now the problem was solved, and i am able to login perfectly.
I followd Rainer von bongartz, i think it will help,
and once again thanks Rainer
bye and take care