ModServ
- Total activity 182
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Comments
Recent activity by ModServ-
Issue this command to get any process that have cp or trans letters in it "cpanel, cpmove, transfer, etc...": ps aux | grep -E 'cp|trans' Then kill all of them using kill -9
-
WHM > DNS Functions > Edit DNS Zone
-
Take a look here:
-
So glad you got it working, I'm sorry I didn't receive an alert with your previous reply. You welcome :)
-
Do you see it here? httpd -l | grep -i qos Also you have to enable UniqueId in Exhaustive Options List, you can check if you have it from here: httpd -l | grep unique
-
From backup script "/usr/local/cpanel/bin/backup", you can find this: /usr/local/cpanel/scripts/postcpbackup if ( -e '/usr/local/cpanel/scripts/postcpbackup' && -x _ && ( !exists $$conf_ref{'...
-
You welcome, glad to hear that your problem has been fixed :)
-
The issue is a typo from your side, I will highlight it for you: Package name from command: bash-4.1.2-15.el6_5.2.i686 Package name you wrote: bash-4.1.2-15.e16_5.2.i686 Did you see the differen...
-
You can find the rpm using: rpm -qa | grep bash Then to remove the needed one, issue this: rpm -e PACKAGENAME
-
Try this: /usr/local/cpanel/scripts/check_cpanel_rpms --fix