Don't create users / groups in offline installation
Posted: Wed Jan 09, 2019 7:51 am
How can I omit the the step ./2-usersgroups in an offline installation? Creating the installed.usersgroups in the fullinstall directory didn't do the trick. I have to omit it because of an existing user in AD and the install script is failing here:
The version I'm struggling to install is nagiosxi-5.5.8-1.el7.x86_64 on CentOS 7.5.1804.
Code: Select all
Running './2-usersgroups'...
Adding users and groups...
useradd: user 'nagios' already exists
groupadd: group 'nagios' already exists
groupadd: group 'nagcmd' already exists
ERROR: User 'nagios' was not created - exiting.
RESULT=1