Page 1 of 1

NTPD consuming lots of CPU

Posted: Tue Mar 19, 2019 11:23 am
by kandalf
I have a server with Centos 6.5 and from about 2 week ago almost everyday my server have a NTPD service hanging around consuming about 98% of CPU.

When I do a htop this is the service that is consuming my CPU

Code: Select all

ntpd -u ntp:ntp -p /var/run/ntpd.pid -g
If I do a

Code: Select all

service ntpd restart
it start working corretly but in the next day the problem appear again.
Any ideas how to solve this issue?