kwiznoz
Jul 19 2005, 08:55 AM
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
Jul 19 2005, 09:14 AM
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
Jul 19 2005, 09:23 AM
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
Jul 19 2005, 09:33 AM
try: /sbin/chkconfig audit off
Yivit
Jul 19 2005, 09:33 AM
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
Jul 19 2005, 10:14 AM
I bow at your feet o might ones, thanks again!
Worked perfectly AND I learned something...
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.