- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: supplemental group number limit?
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
06-26-2005 11:35 PM
06-26-2005 11:35 PM
when i execute the following command:
"useradd -m -G g1,g2,g3,g4,g5,g6,g7,g8,g9,g10,g11,g12,g13,g14,g15, g16,g17,g18,g19,g20,g21 user1".
i receive the following error:
Group does not exist
Group list specified with -G is invalid
i'd like to know if it is possible or no to create a user with more than 20 supplemental group ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 11:52 PM
06-26-2005 11:52 PM
Re: supplemental group number limit?
You need to have all these groups defined in the system. Check /etc/group file if it contains all these groups. The error indicates that all groups are not defined in /etc/group. So first do a group add for all the groups.
I do not think there should be any restictions of no. of supplemental groups.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 11:53 PM
06-26-2005 11:53 PM
Solution"No user should be associated with more than NGROUPS (see setgroups(2)) groups in /etc/logingroup."
and setgroup:
"The parameter ngroups indicates the number of entries in the array and must be no more than NGROUPS_MAX, as defined in
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 11:54 PM
06-26-2005 11:54 PM
Re: supplemental group number limit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 11:56 PM
06-26-2005 11:56 PM
Re: supplemental group number limit?
is it possible to modify this param?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2005 12:03 AM
06-27-2005 12:03 AM
Re: supplemental group number limit?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=383686
I guess you would alter /usr/include/limits.h and then build a new kernel??
Pete
Pete