The following error was getting generated while installing modsecurity. /opt/lua/lib/liblua.a: could not read symbols: Bad value Fix yum install lua lua-devel libsmi-devel.x86_64
Day: August 28, 2018
Nagios virtfs warning
When you see the following error in the nagios, do the step below. DISK CRITICAL - /home/virtfs/bunny/lib is not accessible: Permission denied Fix Login to the vps main node and issue the following command. for i in `cat /proc/mounts | grep virtfs | awk {'print $2'}`; do echo "Umounting $i"; umount $i; done Also use … Continue reading Nagios virtfs warning