search for: gid_min

Displaying 4 results from an estimated 4 matches for "gid_min".

Did you mean: id_min
2015 Sep 02
2
groupadd failure
...particular machine. This is why # /usr/sbin/groupadd -r munin groupadd: Can't get unique system GID (no more available GIDs) # but I don't understand why this happens. Even after checking the man pages for groupadd and login.defs, I have been unable to determine what the settings for SYS_GID_MIN/SYS_GID_MAX on RHEL/CentOS are. None of the 5/6 machines I have access to list them in login.defs. Even assuming relatively conservative values of 201/499, resp. (examples from other distros include 101/999), this doesn't add up. # grep munin /etc/group # ypmatch munin group # wc -l /etc/group...
2015 Sep 02
0
groupadd failure
The groupadd manpage gives this clue: The default is to use the smallest ID value greater than or equal to GID_MIN and greater than every other group. Maybe you have a group numbered GID_MAX or more already? 60000, according to the manpage. On Wed, Sep 02, 2015 at 09:42:29PM +0100, isdtor wrote: > The munin rpms from EPEL failed to install correctly on a particular > machine. This is why > > # /u...
2015 Sep 02
3
groupadd failure
...up. Still, looking inside of /etc/group to see what system groups already exist is probably a good idea. On Wed, Sep 02, 2015 at 02:19:51PM -0700, Greg Lindahl wrote: > The groupadd manpage gives this clue: > > The default is to use the smallest ID value greater than or equal to > GID_MIN and greater than every other group. > > Maybe you have a group numbered GID_MAX or more already? 60000, > according to the manpage. > > On Wed, Sep 02, 2015 at 09:42:29PM +0100, isdtor wrote: > > The munin rpms from EPEL failed to install correctly on a particular > > m...
2012 Apr 18
1
[PATCH RFC] sysprep: remove user accounts
Hi Rich, This patch attends to remove the user accounts in the guest, I send this out to request your comments, if the concept is correct and you can point out some syntax error for me. Thanks a lot, Wanlong Gao Remove user accounts except the root user. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- sysprep/Makefile.am | 2 +