Comment 18 for bug 834137

Revision history for this message
Felix Möller (felix-derklecks) wrote :

This is in fact caused by the UID/GID.

It can be worked arround by putting the following into /etc/login.defs
   167 UID_MIN 500
   168 UID_MAX 60000
   169 # System accounts
   170 #SYS_UID_MIN 100
   171 #SYS_UID_MAX 999
   172
   173 #
   174 # Min/max values for automatic gid selection in groupadd
   175 #
   176 GID_MIN 500
   177 GID_MAX 60000

I have no idea why this is assigned to casper, I neither have that installed.