- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lsof: no pwd entry for UID
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
тАО01-29-2003 11:22 PM
тАО01-29-2003 11:22 PM
Running lsof as root gives me about 50 lines saying:
lsof: no pwd entry for UID 1162
Beside this lsof work fine.
Any ideas what lsof trys telling me ????
Regards
Rainer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2003 11:27 PM
тАО01-29-2003 11:27 PM
Re: lsof: no pwd entry for UID
what lsof -u "user_name of 1162" gives? Post results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2003 11:27 PM
тАО01-29-2003 11:27 PM
Re: lsof: no pwd entry for UID
I've not seen this error before, but have you tried to see if there is files on your system owned by uid 1162 and there is no user with this uid?
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2003 11:34 PM
тАО01-29-2003 11:34 PM
SolutionI have tried this:
- creating a user
- login with this user and create and open a file with vi
- remove this user from /etc/passwd manually
- running lsof
result:
a lot of
lsof: no pwd entry for UID 550
lsof: no pwd entry for UID 550
lsof: no pwd entry for UID 550
lsof: no pwd entry for UID 550
lsof: no pwd entry for UID 550
lsof: no pwd entry for UID 550
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-29-2003 11:37 PM
тАО01-29-2003 11:37 PM
Re: lsof: no pwd entry for UID
Thanks folks,
My error:
I removed an old user from passwd
but the squid proxy server was running under this ID.
Stopping squid and starting it under a different ID solved the problem
Regards
Rainer