prymasze

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Centos 6 nx installation error (cannot add user: nx) #15654
    prymasze
    Participant

    Hi,

    Yes, I use LDAP.

    Here are the outputs (all run as root):

    1. id: nx: No such user
    2. nothing is returned
    3. useradd: Invalid configuration: SYS_UID_MIN (201), UID_MIN (200), SYS_UID_MAX (199)
      useradd: can’t create user

    Following up on the error message from point 3 I added in /etc/login.defs

    SYS_UID_MIN=101
    
    SYS_UID_MAX=199

    Those are default values according to manual of /etc/login.defs. With this modification NX installs and works correctly. This behavior is a bit strange because I didn’t modify /etc/login.defs ever before, so the default values should be used from the start.

    Problem is solved, thank you for the help.

Viewing 1 post (of 1 total)