search for: gid_max

Displaying 7 results from an estimated 7 matches for "gid_max".

Did you mean: pid_max
2015 Sep 02
2
groupadd failure
...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 100 /etc/gr...
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 > > # /usr/sbin/groupadd -r munin > groupadd: Can't get unique system GID (no...
2013 Oct 11
1
Odd useradd/LDAP behaviour
...nge used by the Windows users. This is, users created before setting up LDAP are UID 501, 502 etc, but new users are 200XX. This then potentially causes problems when a new LDAP user is added, as we then have two users with the same UID/GID values. I've resolved this by editing the UID_MAX and GID_MAX fields in /etc/login.defs so the value is below the range used by the windows users. New test user gets UID/GID 503 as expected. I guess specifying the values in the useradd command would also work. So why is LDAP making useradd use the wrong values? Thanks for any suggestions, Paul
2015 Apr 05
2
Member server - winbind unable to resolve users/groups
On 05/04/15 13:47, buhorojo wrote: > On 05/04/15 14:25, Rowland Penny wrote: >> On 05/04/15 13:10, Luca Olivetti wrote: >>> El 05/04/15 a les 11:57, Rowland Penny ha escrit: >>> >>>>> dn: CN=Domain Users,CN=Users,DC=ads,DC=ccenter,DC=lan >>>>> objectSid: S-1-5-21-1031481445-3291699540-3997755762-513 >>>>> gidNumber: 513
2015 Sep 02
3
groupadd failure
...ably 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 > > machine. This is why > > > > # /usr/sbin/groupadd -r munin > > groupa...
2015 Apr 05
0
Member server - winbind unable to resolve users/groups
...map range to include lowest xid from the SAM database. Also, login.defs explained why I've got so high RID's in my database. Turned out, I've created the setup in Hardy, where it was largely ignored, but I've added many users in 10.04, where the setup was already different. UID_MAX/GID_MAX is 60000 in login.defs, and smbldap-tools selected RID's above local range to represent domain members. Thanks for not losing hope on me. I've got the basic setup working now. The promised writeup will be up soon enough. May be in a week. I have some stuff to attend to in the meantime, tha...
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 +