Page 2 of 4
Re: Apply configuration doesn't finish
Posted: Mon Oct 28, 2013 2:16 am
by Frédéric GRANAT
did you try changing your nagiosadmin password at some point?
=> Yes a long time ago, but let the old password and no impact on performances
does this user account work properly?
=> How could I check that ?
Re: Apply configuration doesn't finish
Posted: Mon Oct 28, 2013 3:06 pm
by abrist
Frédéric GRANAT wrote:=> How could I check that ?
Can you log in to XI with the nagiosadmin user?
Is winbindd still using 90%+ of your cpu?
Re: Apply configuration doesn't finish
Posted: Tue Oct 29, 2013 2:24 am
by Frédéric GRANAT
Hi,
I always log under nagiosadmin.
I restart the server so now here's the result of top command (no winbind process visible)
Mem: 3107036k total, 2685912k used, 421124k free, 208984k buffers
Swap: 1048568k total, 12k used, 1048556k free, 2040884k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4298 apache 17 0 43076 20m 6164 S 7.6 0.7 9:09.55 httpd
21449 root 15 0 2432 1108 808 R 0.3 0.0 0:00.33 top
22705 postgres 15 0 21912 4504 3500 S 0.3 0.1 0:00.01 postmaster
1 root 15 0 2168 668 576 S 0.0 0.0 0:00.98 init
Re: Apply configuration doesn't finish
Posted: Tue Oct 29, 2013 1:09 pm
by lmiltchev
Go to Admin->System Profile->Download Profile, save and send the "profile.zip" to
[email protected]. We will examine the log files, and will try to find out what is causing the issue.
Re: Apply configuration doesn't finish
Posted: Wed Oct 30, 2013 8:16 am
by Frédéric GRANAT
Please find attached the file profile.txt
Re: Apply configuration doesn't finish
Posted: Wed Oct 30, 2013 12:44 pm
by abrist
Additionally, what is the output of:
Re: Apply configuration doesn't finish
Posted: Wed Nov 06, 2013 9:44 am
by Frédéric GRANAT
Last password change : Mar 14, 2013
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
Re: Apply configuration doesn't finish
Posted: Wed Nov 06, 2013 12:22 pm
by scottwilkerson
Can you run
Code: Select all
ls -l /usr/local/nagiosxi/etc/htpasswd.users
and return the output
Re: Apply configuration doesn't finish
Posted: Thu Nov 07, 2013 2:40 am
by Frédéric GRANAT
-rw-r--r-- 1 500 apache 186 Mar 14 2013 /usr/local/nagiosxi/etc/htpasswd.users
Re: Apply configuration doesn't finish
Posted: Thu Nov 07, 2013 1:16 pm
by sreinhardt
Did you alter the uid of the nagios user? Generally we only see a uid of 500 on file permissions if the nagios user has been altered from that, which is default.
Code: Select all
grep -i 'nag' /etc/passwd
grep -i 'nag' /etc/group