- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Line too long in /etc/group ??!
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
10-25-2002 03:43 AM
10-25-2002 03:43 AM
and when I do /var/yp/ypmake it is reporting the following error:
_______________________________________________
Building the group map(s)... problem storing 101 groupA::101:groupA,ftam000,ftam001,ftam002,ftam003,ftam004,ftam005,ftam006,ftam007,ftam008,
...
ftam121,ftam122,ftam123,ftam124
ERROR (ypmake): in group build.
_______________________________________________
But, if I split the single line of 130 users into two ypmake works fine.
What could be wrong here ?
Aravind
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 03:48 AM
10-25-2002 03:48 AM
Re: Line too long in /etc/group ??!
130 users in single group.
seems the ypmake problem to me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 03:57 AM
10-25-2002 03:57 AM
Re: Line too long in /etc/group ??!
The length of each line in /etc/group is limited to LINE_MAX, as
defined in
*//
man group
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 04:01 AM
10-25-2002 04:01 AM
Re: Line too long in /etc/group ??!
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0x62f556bd90a9d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 04:20 AM
10-25-2002 04:20 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 04:31 AM
10-25-2002 04:31 AM
Re: Line too long in /etc/group ??!
You have reached your max user limits.
Whjat you can do is following,
edit /etc/group and make an aditionel group fo groupA like groupa01 with the same group number.
groupA::101:*users*
groupA01::101:*users*
Regards
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2002 05:33 AM
10-25-2002 05:33 AM
Re: Line too long in /etc/group ??!
grp1::1234:user1,user2,user3
grp1::1234:user4,user5,user6
grp1::1234:user7,user8,user9
NOTE: It is is not necessary to list any user's initial group in the group file for HP-UX as this info is taken from the passwd file. This makes for much shorter lines in the group file. This is a feature introduced at 10.0
Bill Hassell, sysadmin