I have downloaded & installed the rpm for For 64-bit CentOS/RHEL 6 Nagios servers - NagiosXI 2014 - no problems with the yum install.
The gearmand service starts but then exits.
Code: Select all
# service gearmand status
gearmand dead but pid file exists
Code: Select all
Jul 23 15:13:34 bdcvngs006 mod_gearman_worker: *** glibc detected *** /usr/bin/mod_gearman_worker: double free or corruption (!prev): 0x0000000000f64770 ***
Jul 23 15:13:34 bdcvngs006 mod_gearman_worker: *** glibc detected *** /usr/bin/mod_gearman_worker: double free or corruption (!prev): 0x0000000000f64770 ***
Jul 23 15:13:34 bdcvngs006 mod_gearman_worker: *** glibc detected *** /usr/bin/mod_gearman_worker: double free or corruption (!prev): 0x0000000000f64770 ***
Jul 23 15:13:34 bdcvngs006 mod_gearman_worker: *** glibc detected *** /usr/bin/mod_gearman_worker: double free or corruption (!prev): 0x0000000000f64770 ***
Jul 23 15:13:34 bdcvngs006 mod_gearman_worker: *** glibc detected *** /usr/bin/mod_gearman_worker: double free or corruption (!prev): 0x0000000000f64770 ***
Jul 23 15:13:34 bdcvngs006 kernel: Pid 9490(mod_gearman_wor) over core_pipe_limit
Jul 23 15:13:34 bdcvngs006 kernel: Skipping core dump
Jul 23 15:13:34 bdcvngs006 abrt[10649]: Not dumping repeating crash in '/usr/bin/mod_gearman_worker'
Jul 23 15:13:34 bdcvngs006 kernel: abrt-hook-ccpp[10648]: segfault at 60 ip 0000003300d3357f sp 00007fff89602ea8 error 4 in libc-2.12.so[3300c00000+18a000]
Jul 23 15:13:34 bdcvngs006 kernel: Process 10648(abrt-hook-ccpp) has RLIMIT_CORE set to 1
Jul 23 15:13:34 bdcvngs006 kernel: Aborting core
Code: Select all
15-07-23 15:15:01 - localhost:4730
failed to connect to localhost:4730 - Connection refused
Code: Select all
# ps -ef | grep gear
nagios 1134 1 0 14:57 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
nagios 12618 1134 0 15:17 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
nagios 12619 1134 0 15:17 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
nagios 12620 1134 0 15:17 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
nagios 12621 1134 0 15:17 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
nagios 12622 1134 0 15:17 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
nagios 12870 1134 0 15:17 ? 00:00:00 /usr/bin/mod_gearman_worker -d --config=/etc/mod_gearman/mod_gearman_worker.conf --pidfile=/var/mod_gearman/mod_gearman_worker.pid
I am running NagiosXI 2014R2.7 on a Nagios supplied VM - CentOS 6.3
There really is nothing else in the doco to explain what to do/check if there is a problem.
Can you advise what I need to check next ?
regards.... Fred