Help - Search - Members - Calendar
Full Version: LAuS error, what to do?
The Planet Forums > Control Panels > cPanel/WHM
kwiznoz
We are receiving a new error and it showing up hundreds of times in logs:

Jul 18 02:15:00 SERVER CROND[20287]: LAuS error - do_command.c:182 - laus_log: (19) laus_log: No such device

What do we need to do to remove it?

Thanks..

Paul
Yivit
It sounds like auditd may have been disabled (which is SHOULD be disabled on a cpanel server - there's problems with it), but that it wasn't completely and properly disabled. Try the steps at this cpanel thread:
http://forums.cpanel.net/showpost.php?p=15...97&postcount=15
kwiznoz
Tried the steps in the thread (thanks!!)

But at root, it says this:
root@localhost# chkconfig audit off
bash: chkconfig command not found

Was able to successfully do this:
ps -ef | grep auditd
echo "alias char-major-10-224 off" >> /etc/modules.conf
rpm -e laus

What am i doing wrong?

Thanks.

Paul
theuruguayan
try: /sbin/chkconfig audit off
Yivit
chkconfig is in /sbin, and if you switched to root with 'su' instead of 'su -' you didn't get root's environment (including the /sbin, /usr/sbin and /usr/local/sbin paths). You can either call it explicitly with '/sbin/chkconfig' or use 'su -' instead ('su -' should be how you switch anyway).
kwiznoz
I bow at your feet o might ones, thanks again!

Worked perfectly AND I learned something...


icon_wink.gif


Paul
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.