Hello,
I have a problem. The situation is as follows:
I installed Nagwin while running the local admin.
I log in as the local admin, I check the config files with nagios -v nagios.cfg, everything's fine.
I log in as the domain admin, I check the config files with nagios -v nagios.cfg, I get this error:
...
Reading configuration data...
Read main config file okay...
Warning: Could not get passwd entry for 'SvcNagwin'
Warning: Possibly root user failed dropping privileges with initgroups()
Failed to drop privileges. Aborting.
...
So I do:
bin\bash.exe
mkgroup > /etc/group
Now it works. Well, just for a while, when I restart Nagios, I get the same error and
I need to re-run mkgroup > /etc/group again.
How does this happen? Can't I fix this problem permanently?