Issue
Sometimes you may see the following entries in the /var/log/messages:
Feb 28 13:07:15 jp74 kernel: Event buffer is too long. Any new events are NOT being logged! (events_in_buffer(500000) >= max_events(500000)
Environment
- CloudLinux OS
- cloudlinux-file-change-collector
Solution
1. Check the status of the cloudlinux-file-change-collector service:
systemctl status cloudlinux-file-change-collector
2. If it's down, recreate the database:
mv /var/lve/cloudlinux-fchange.db /var/lve/cloudlinux-fchange.db.broken
3. And start it:
systemctl start cloudlinux-file-change-collector
4. It should work fine now!
Useful links
https://docs.cloudlinux.com/cloudlinux_os_kernel/#file-change-api
Comments
0 comments
Please sign in to leave a comment.