- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pwgrd: Invalid entry found in group file /etc/grou...
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
02-24-2005 07:36 AM
02-24-2005 07:36 AM
pwgrd: Invalid entry found in group file /etc/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 07:39 AM
02-24-2005 07:39 AM
Re: pwgrd: Invalid entry found in group file /etc/group
logins -d
Does it retur any erros??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 07:42 AM
02-24-2005 07:42 AM
Re: pwgrd: Invalid entry found in group file /etc/group
Multiples of these just dif groups:
Acctg::108:bob,sandy,judyk,james,paulj,williams,michael
williams - Logname not found in password file
michael - Logname not found in password file
blank line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 07:45 AM
02-24-2005 07:45 AM
Re: pwgrd: Invalid entry found in group file /etc/group
edit /etc/group and remove the login names that are no longer valid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 07:46 AM
02-24-2005 07:46 AM
Re: pwgrd: Invalid entry found in group file /etc/group
remove them from /etc/group file.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 07:55 AM
02-24-2005 07:55 AM
Re: pwgrd: Invalid entry found in group file /etc/group
syslog: libc: bad lookup policy for hosts in /etc/nsswitch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 08:02 AM
02-24-2005 08:02 AM
Re: pwgrd: Invalid entry found in group file /etc/group
# grep "^host" /etc/nsswitch.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 08:05 AM
02-24-2005 08:05 AM
Re: pwgrd: Invalid entry found in group file /etc/group
Here is the output:
# grep "^host" /etc/nsswitch.conf
hosts: dns
#
However this inof is now in the syslog:
telnetd[4197]: gethostbyaddr: wendy_herbstman.superbainc.pr
iv. != 192.1.1.230
Is the above because I am now resolving correctly???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 08:14 AM
02-24-2005 08:14 AM
Re: pwgrd: Invalid entry found in group file /etc/group
iv. != 192.1.1.230
You should not get the above error message. Make sure you have the correct DNS servers listed in the /etc/resolv.conf file.
When there is a new connection to your system, system does a gethostbyname & gethostbyaddr and expects that the result matches.
If it doesnt, then you get the above message. This effectively means the forward and reverse look up of the host name is not in wack.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 08:22 AM
02-24-2005 08:22 AM
Re: pwgrd: Invalid entry found in group file /etc/group
nsquery hosts "wendy_herbstman.superbainc.pr
iv." dns
Does it return OK?? Does "wendy_herbstman.superbainc.priv." has entry in /etc/hosts?? If yes, modify your nsswitch.conf file as follows. (hosts directive)
hosts : files [NOTFOUND-continue] dns
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 08:39 AM
02-24-2005 08:39 AM
Re: pwgrd: Invalid entry found in group file /etc/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 08:56 AM
02-24-2005 08:56 AM
Re: pwgrd: Invalid entry found in group file /etc/group
Feb 24 13:53:38 RP74 syslog: libc: bad lookup policy for hosts in /etc/nsswitch.
conf, using defaults..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 09:02 AM
02-24-2005 09:02 AM
Re: pwgrd: Invalid entry found in group file /etc/group
typo from me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 09:05 AM
02-24-2005 09:05 AM
Re: pwgrd: Invalid entry found in group file /etc/group
hosts: files [NOTFOUND=continue] dns