- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question about /var/spool/sockets/pwgr
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
05-05-2004 08:59 AM
05-05-2004 08:59 AM
srwxrwxrwx 1 root sys 0 May 5 15:55 client3063
On two of the servers the typical number of links is around 30 to 50, but on one of the servers that number can get to be around 1700.
I'm not sure why this is and I'm not sure what these links are used for. Can any help?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 09:34 AM
05-05-2004 09:34 AM
Re: Question about /var/spool/sockets/pwgr
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 09:51 AM
05-05-2004 09:51 AM
SolutionHow many users do you have defined on the machine with 1700 entries there? Most likely you have a lot more people connecting to that machine than you do to the others. If that is the case then this makes perfect sense.
If you want more information on pwgrd's function do:
# man pwgrd
I personally prefer to just turn this off. I don't have that many users connecting so I don't think there is that much of a benefit to letting pwgrd run and use resources itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 09:56 AM
05-05-2004 09:56 AM
Re: Question about /var/spool/sockets/pwgr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 02:46 AM
05-06-2004 02:46 AM
Re: Question about /var/spool/sockets/pwgr
I'm a fairly inexperienced SA and the few UNIX books I have fail to cover the pwgr. I looked at the man pages for pwgrd, but I'm still unsure on how to disable this daemon or how to restart it. I would guess that if I changed the /etc/rc.config.d/pwgr file to read PWGR=0 that would effectively disable it by not enabling it at start up, but I'd like a little more information.
1. How do you disable the pwgr daemon?
2. How do you restart the pwgr daemon?
3. What effect on the system would deleting all of the links within /var/spool/sockets/pwgr have?
Also I read in the /etc/rc.config.d/pwgr file that since pwgrd is a proxy service with root privledges, it would allow any cleint program to see encrypted passwords. If this is true why would you ever want to have this daemon enabled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 03:00 AM
05-06-2004 03:00 AM
Re: Question about /var/spool/sockets/pwgr
/sibn/init.d/pwgr stop
after stopping the daemon, I do not see any reason why not to remove the socket files.
And just to clarify on point, yes this daemon is running with root privileges but it is not a proxy and it will not let any client to see the encrypted passwords. It is just a facilitator to speed up the password lookups where there are too many login/out transactions on the server. At least this is my understanding of what the purpose of this daemon. So, it is not a security risk.
HTH.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 03:01 AM
05-06-2004 03:01 AM
Re: Question about /var/spool/sockets/pwgr
By the way, I should add that one way the socket files could be left in /var/spool/sockets/pwgr is through killing the pwgrd especially via kill -9 so that no cleanup is possible.