Bus error (core dumped)

Hello guys.
How you doing.

Could you please help me with this issue…?
I have this Alarm:

WARN - [agent] Version: 1.6.0p6, OS: linux, Missing agent sections: ntpWARN , execution time 0.3 sec


I did this in order to restart the ntp service
service ntpd stop
Shutting down ntpd: [ OK ]
[root@~]# service ntpd status
ntpd is stopped
[root@~]# service ntpd start
Starting ntpd: [ OK ]


The same Alarm still persists.


Tried to install the RPM with the check_mk_agent

[root@~]# rpm -ivh check-mk-agent-1.6.0p6-1.noarch.rpm
Bus error (core dumped)


Linux OS Version:
uname -a
Linux 2.6.39-400.278.1.el6uek.x86_64 #1
SMP Wed Apr 20 14:42:04 PDT 2016 x86_64 x86_64 x86_64 GNU/Linux


Thank you all…!!

Hi @brauliom,

can you check the output of your agent, especially the section for ntp? Is it empty or are some other infos provided?
You can check if ntp is working in general by issuing ntpq -p which gives you the peers for time synchronisation.

The core dump problem is not checkmk specific, it’s a problem of your operating system. This bug is known for older systems (2.6.39 sounds pretty old) and you can try to rebuild your rpm database, this may fix the problem.

Thank you so much for your reply. I could fix the problem.
Best Regards.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.