- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Unrecognized name for user ID
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
тАО10-07-2003 07:54 PM
тАО10-07-2003 07:54 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 07:56 PM
тАО10-07-2003 07:56 PM
Re: Unrecognized name for user ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 08:05 PM
тАО10-07-2003 08:05 PM
Re: Unrecognized name for user ID
yourid:password or *:500:group id:some descriptive text:/bin/bash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 09:07 PM
тАО10-07-2003 09:07 PM
Re: Unrecognized name for user ID
Also check on/in the user directory to see who is the owner of file "most would normaly be owned by 'username 500'
Keep us informed.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 09:16 PM
тАО10-07-2003 09:16 PM
Re: Unrecognized name for user ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 09:25 PM
тАО10-07-2003 09:25 PM
Re: Unrecognized name for user ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 09:37 PM
тАО10-07-2003 09:37 PM
Re: Unrecognized name for user ID
/etc/passwd
/etc/groups
and in case you use shadow (this is the default) /etc/shadow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 09:51 PM
тАО10-07-2003 09:51 PM
Re: Unrecognized name for user ID
how do you create this new user?
Also make sure the /etc/groups is not corrupted
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 09:57 PM
тАО10-07-2003 09:57 PM
Re: Unrecognized name for user ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 10:11 PM
тАО10-07-2003 10:11 PM
Re: Unrecognized name for user ID
User names are not used in linux only user ID's. When an applciation needs to show you a user name (e.g. "ls -l") then it will take the user id and match it against a user name in either NIS or /etc/passwd depending on the values defined in /etc/nsswitch.conf
do you have NIS running. If you do, then it could be that your NIS maps are broken and you should get new maps from the NIS server or if this is a standalone machine stop using NIS.
Check /etc/nsswitch.conf to make sure the OS is check /etc/passwd first and then NIS .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 10:15 PM
тАО10-07-2003 10:15 PM
Solutionand /etc/passwd look like this on my system
-rw-r--r-- root root /etc/group
-rw-r--r-- root root /etc/passwd
and protection on home look like this
drwxr-xr-x 5 root root 4096 Sep 25 14:44 home
the directory of username set up like this
drwx------ 83 'username' 500 8192 Oct 8 10:40 'username'
This is all I can think of for now
Keep use informed
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2003 10:19 PM
тАО10-07-2003 10:19 PM