tmp folder 100% full
I recent came across an issue where the /tmp folder was being listed as 100% full df -H | grep -vE '^Filesystem|tmpfs|cdrom' /dev/sda7 2.1G 514M 1.5G 27% / /dev/sda8 124G…
I recent came across an issue where the /tmp folder was being listed as 100% full df -H | grep -vE '^Filesystem|tmpfs|cdrom' /dev/sda7 2.1G 514M 1.5G 27% / /dev/sda8 124G…
cPanel access denied for user modsec at mysql localhost If you get this email: /etc/cron.hourly/modsecparse.pl: DBI connect(’modsec:localhost’,'modsec’,…) failed: Access denied for user ‘modsec’@'localhost’ (using password: YES) at /etc/cron.hourly/modsecparse.pl line 19…
Fatal error: Maximum execution time of 300 seconds exceeded with phpMyAdmin In the past, when trying to upload a database, PHPMyAdmin will not work and will throw the error; ***Fatal…
Earlier a client was locked out of one of his server by cphulkd. When trying to access the servers WHM interface we were getting the following message: ————————————————————————————— This account…
This is in reference to the Cpanel Package creation warning message seen here: Attempt to free unreferenced scalar The client was attempting to create packages for a reseller via WHM.…
Here is a command that can help you figure out what rpms are installed and what they are for. To view the installed rpm information run from the command line;…
To remove invalid characters like ? & etc. in a file name, use this simple script; touch reminvchar.sh vim reminvchar.sh insert the following lines of code for i in `find…