- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Failed to find user "" in passwd file
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
01-12-2009 11:32 AM
01-12-2009 11:32 AM
Failed to find user "" in passwd file
In the /var/adm/rc.log file I found the following;
VxVM INFO V-5-2-3360 VxVM device node check
Output from "/sbin/rc1.d/S091vxvm-nodes-check start":
----------------------------
insf: Failed to find user bin in passwd file; using uid 2 instead.
insf: Failed to find user root in passwd file; using current uid (0) instead.
insf: Failed to find user bin in passwd file; using uid 2 instead.
insf: Failed to find user root in passwd file; using current uid (0) instead.
The entries for 'root' and 'bin' are in the password file.
Any suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2009 12:51 PM
01-12-2009 12:51 PM
Re: Failed to find user "" in passwd file
It is very easy to mess up the file when editing it manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2009 12:59 PM
01-12-2009 12:59 PM
Re: Failed to find user "" in passwd file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2009 06:38 PM
01-12-2009 06:38 PM
Re: Failed to find user "" in passwd file
grep -e ^root -e ^bin /etc/passwd
Is this a Trusted system (hint: there is a directory called /tcb)? Do you see the bin and root files in /tcb/files/auth/b and /tcb/files/auth/r?
Is the /etc/passwd file stored on another filesystem using a symlink (very bad idea)?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 10:44 AM
01-13-2009 10:44 AM
Re: Failed to find user "" in passwd file
root:erI9jxYwQr4Gg:0:3::/:/sbin/sh
bin:*:2:2::/usr/bin:/sbin/sh
No this is not a trusted system.
The password file is stored in the standay location, no symbolic links.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 10:57 AM
01-13-2009 10:57 AM
Re: Failed to find user "" in passwd file
/sbin/rc1.d/S091vxvm-nodes-check start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 11:27 AM
01-13-2009 11:27 AM
Re: Failed to find user "" in passwd file
Ran succesfully. So it is only during system startup that this occurs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 11:40 AM
01-13-2009 11:40 AM
Re: Failed to find user "" in passwd file
Could you again check by rebooting, if the server is not under production !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 11:44 AM
01-13-2009 11:44 AM
Re: Failed to find user "" in passwd file
When the root file system gets full some releases of HP-UX tend to hammer the passwd file.
Best if there are a lot of missing users to restore the file to another name and restore the missing users one by one.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 11:44 AM
01-13-2009 11:44 AM
Re: Failed to find user "" in passwd file
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 11:54 AM
01-13-2009 11:54 AM
Re: Failed to find user "" in passwd file
the "/" root file system is not full, it stand at 55% currently.
No this s a production server so I will not be able to preform a unscheduled reboot. Durning the quaterly maintenance, I did a second reboot with the same results.
The following startup script also get the error about not find "root" and "bin" in the password file.
"/sbin/rc2.d/S400nfs.core start"
Nothing was changed to the server after bootup, other then a license manger was started manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2009 09:49 PM
01-13-2009 09:49 PM
Re: Failed to find user "" in passwd file
For instance something in /usr ?
It will be run quite early in the runlevel 1, before the localmount. In our case localmount is S100localmount, so S091vxvm-nodes-check would be run before /usr is mounted !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 01:33 AM
01-14-2009 01:33 AM
Re: Failed to find user "" in passwd file
Could it be that you have a strange PATH environment variable when booting the system, resulting in the usage of commands outside /sbin ? Or changed something in PAM ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 09:20 AM
01-14-2009 09:20 AM
Re: Failed to find user "" in passwd file
I am not sure what you mean by PAM. the cobwebs in my head are not breaking free. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 01:40 PM
01-14-2009 01:40 PM
Re: Failed to find user "" in passwd file
Pluggable Authentication Modules. Security checking for passwords, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2009 01:58 PM
01-14-2009 01:58 PM
Re: Failed to find user "" in passwd file
Thank you for the reminder.