- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: not shutting down
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
тАО02-07-2003 03:35 AM
тАО02-07-2003 03:35 AM
Here is a strange message that i am seeing, when i issued shutdown command.
# id
uid=0() gid=3(sys) groups=0(root)
# shutdown -h now
getpwuid: Error 0
Unable to get username.
User not allowed to shut down this system -- exiting shutdown.
does anybody knows about this
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:41 AM
тАО02-07-2003 03:41 AM
Re: not shutting down
It appears that there's no valid entry for UID 0 - note the 'uid=0()'. It should say 'uid=0(root)'.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:43 AM
тАО02-07-2003 03:43 AM
Re: not shutting down
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:50 AM
тАО02-07-2003 03:50 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:51 AM
тАО02-07-2003 03:51 AM
Re: not shutting down
If '/etc/shutdown.allow' exists and isn't empty, you must have 'root' declared in it for 'root' to be able to shutdown the system.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:54 AM
тАО02-07-2003 03:54 AM
Re: not shutting down
Check /etc/passwd /etc/group
#pwck
#grpck
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 03:57 AM
тАО02-07-2003 03:57 AM
Re: not shutting down
then you need to apply this patch
http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_26962
to overcome this
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2003 04:23 AM
тАО02-07-2003 04:23 AM
Re: not shutting down
Thanx for all your responses.
Mani You are right.
Somebody from TX Series project, for their need they made a entry in passwd file :
rootl:nxdt.hT3Z7nqQ:0:3::/:/sbin/sh
after deleting this rootl user, i could do