--- login.defs 2010-02-06 18:31:36.000000000 -0500 +++ login.defs.fixed 2010-02-06 19:19:39.000000000 -0500 @@ -135,7 +135,7 @@ # # Min/max values for automatic gid selection in groupadd # -GID_MIN 100 +GID_MIN 1000 GID_MAX 60000 # @@ -210,3 +210,8 @@ # USERGROUPS_ENAB yes +# Set system users and groups for Arch Linux as 100-999 +SYS_UID_MIN 100 +SYS_UID_MAX 999 +SYS_GID_MIN 100 +SYS_GID_MAX 999