- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- No utmp entry. You must exec "login" from the lowe...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
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
11-20-2000 07:44 AM
11-20-2000 07:44 AM
No utmp entry. You must exec "login" from the lowest level "sh"
644 root:root
This problem has just started, after maintenance (cabling, new F/W cards).
Any suggestions?
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 07:51 AM
11-20-2000 07:51 AM
Re: No utmp entry. You must exec "login" from the lowest level "sh"
Have you changed any suid programs (eg. dtterm ) ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 07:52 AM
11-20-2000 07:52 AM
Re: No utmp entry. You must exec "login" from the lowest level "sh"
>/etc/utmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 09:09 AM
11-20-2000 09:09 AM
Re: No utmp entry. You must exec "login" from the lowest level "sh"
I have seen this lots of times. There installer creates an entry in /etc/inittab which needs to be modified. (You dont mention it, so probably not) but here is the change.
spbd:234:respawn:/etc/SpaceWare/spaceballd -d /dev/tty1p0
to
spbd:234:respawn:/etc/SpaceWare/spaceballd -d /dev/tty1p0 /dev/null 2>&1
If not, reset the utmp file by copying /dev/null . I.E. cp /dev/null /etc/utmp. chown root:root /etc/utmp; chmod 644 /etc/utmp. You may need to redo this for /etc/utmpx if you still have problems.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 05:40 PM
11-20-2000 05:40 PM
Re: No utmp entry. You must exec "login" from the lowest level "sh"
Hope this (maybe) helps,
Brad