Categories: Hostripples Featured

Auditd crashing

Auditd crashing

recent problem with RHEL and cPanel causes some servers to crash on a daily or every couple of days basis. The normal symptoms of this sort of crashing are having the server crashing at the same time every time that it crashes. If you are having these problems I would suggest that you go ahead and just disable the auditd for now since the system can run fine without it and it seems to be causing a lot of trouble for some people. The below has worked fine for me on hundreds of servers and should not cause any issues.

chkconfig audit off
service audit stop
ps -ef | grep auditd

You should not see any auditd process running after you run this. If so go ahead and run it again or maybe try killall -9 auditd.

service crond stop
service atd stop
rmmod audit
lsmod | grep audit

There should be no module listed now since we just removed it.

echo “alias char-major-10-224 off” >> /etc/modules.conf
service crond start
service atd start

Hopefully this will help you out. It has solved crashing issues on a few different servers that I have worked on so I know that it will work for some.


HR-ADMIN

Recent Posts

How to Choose the Right Digital Marketing Agency: 15 Smart Questions

Digital marketing directly impacts revenue, brand positioning, and customer acquisition cost. Choosing the wrong agency can result in wasted budgets,…

2 weeks ago

WordPress 6.9 Update Guide: What’s New in the Latest Version

The release of WordPress 6.9 introduces meaningful enhancements focused on performance, block editing flexibility, design precision, and long-term scalability. This…

3 weeks ago

WP-Content Uploads Folder Explained (With Step-by-Step Upload Methods)

The wp-content/uploads folder is the core storage location for media files in WordPress. Every image, PDF, video, or document uploaded…

1 month ago

WordPress User Roles Explained: A Complete Guide to Permissions

Managing access correctly is one of the most important aspects of running a secure and scalable WordPress website. Managing access…

1 month ago

How to Get More Customer Reviews That Build Trust and Sales?

Customer reviews have become one of the most influential factors in modern buying decisions. Before choosing a product, service, or…

2 months ago