- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bad group 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
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
03-26-2003 06:55 AM
03-26-2003 06:55 AM
Bad group id
When i try to login via telnet to HP-UX 11.00 server, i get the following message if i login other than root
Wait for login Bad group id: ..
If i try to login as root, it exits immediately after login without giving any message. THis system is trusted system.
The /etc/group and /etc/passwd /tcb looks ok
I even tried
/usr/lbin/modprpw -k nonroot
/usr/lbin/modprpw -k root
Right now i am using ssh to login.
Any input regarding above problem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2003 07:02 AM
03-26-2003 07:02 AM
Re: Bad group id
I forgot to mention one more stuff. System was ok until i rebuilt the kernel. I was getting follwoing message
queueup cannot lock No locks available
so i increased nflocks and rebuilt the kernel in the single user mode.
This server is sendmail server.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 08:02 AM
03-28-2003 08:02 AM
Re: Bad group id
Any input?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 08:16 AM
03-28-2003 08:16 AM
Re: Bad group id
Thats not a bad thing, you're better off not using telnet anyway, as it sends passwords across the network in clear text.
If you really want to fix it:
This thread should help.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x416f107d277ad611abdb0090277a778c,00.html
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
03-28-2003 08:20 AM
03-28-2003 08:20 AM
Re: Bad group id
I would start by checking the permissions on /etc/passwd /etc/group. Make sure they are world readable.
Take a look at the man pages for login and setuid / setgid.
Check the group of the user is present in /etc/group.
There was a bug in make_recovery some time ago that took the world read permission off /etc/group on a recover. Have you rebuilt recently?
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 09:06 AM
03-28-2003 09:06 AM
Re: Bad group id
/etc/group and /etc/passwd is world readable.
This system was not recovered from make_recovery.
I was able to login through telnet before building the kernel in the single user mode. All problem started after kernel rebuild.
"authck -p" does not give any error. The /etc/group file is ok.
Also i ran modprpw -k
I just created new user and same problem "Wait for login Bad group id: .."
still no luck....
Thanks for the input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 09:15 AM
03-28-2003 09:15 AM
Re: Bad group id
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 09:33 AM
03-28-2003 09:33 AM
Re: Bad group id
Here is the one I should have posted. 10 lashings with a wet noodle.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6169972194d6d5118ff40090279cd0f9,00.html
flipping linux link....
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
03-28-2003 09:52 AM
03-28-2003 09:52 AM
Re: Bad group id
Have you ran
pwck
or
grpck
to verify the integrity of the passwd & group files?
Rgds,
Jeff