by Joel | Aug 1, 2014 | cPanel/WHM
Has the firewall csf along with lfd crashed in your server ? When trying to restart the service, you might find the following error : Starting lfd: Error: You have an unresolved error when starting csf. You need to restart csf successfully before starting lfd (see...
by Joel | Jul 26, 2014 | cPanel/WHM, Mail service
In order to change the exim interface IP, do the following : -SSH to your server and edit the file – /etc/mailips : This file controls the IP address from which each domains are allowed to send the mails. If the file is not present, create it. Open the file for...
by Joel | Jul 24, 2014 | cPanel/WHM
On checking the disk usage of your server, you might notice that /root/.cpanel/comet consumes considerable amount of disk space. This happens when high number of emails are in the mail queue manager which can occur when spamming is carried out in the server. Manually...
by Joel | Jul 24, 2014 | cPanel/WHM
SSH to the server and issue the following commands to remove fantastico : # rm -rf /var/netenberg/ # rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/fantastico/ # rm -rf /usr/local/cpanel/3rdparty/fantastico* # rm -rf /usr/local/cpanel/base/frontend/*/fantastico #...
by Joel | Jul 24, 2014 | cPanel/WHM, MySQL
With the recent upgrade of WHM/cPanel, the users get the ability to upgrade their MySQL server to 5.6.x ( x > 6 ). However, when this upgrade is done, lot of server owners are seeing memory drainage issues. An idle MySQL server tends to consume around 50% of your...
by Joel | Jul 16, 2014 | cPanel/WHM, SSH
When trying to change the shell access for a user from WHM, do you face the following issue ? – Even when trying to change the setting via back-end, you might face the issue : # chsh -s /bin/bash xChanging shell for xsetpwnam: File existsShell *NOT*...