Skip to main content

OnlineSupport4u

Setup Smartd monitoring on Linux

By Prasad Naik
March 17, 2015

Want to get an alert when hard drive in server is going bad A tool called SMARTD is available in lInux which is free You need to use below steps to  install and configure it #yum install smartmontools #service smartd start     #chkconfig smartd on     #smartctl -a /dev/sda Now Open smartd config file and […]

Read More

Invalid date in Email Trace cpanel

By Prasad Naik
March 17, 2015

When checking the email trace option in cpanel, it reported an invalid date error. We got the following log from our cpanel error log file about what is causing the issue. What do I do when cpanel email trace not working, how can I fix it look no further we have the problem solved for […]

Read More

cPanel :: upcp failed, exited with code 25

By Prasad Naik
September 4, 2014

I noticed below error while updating cPanel to latest one of the server: Running `/usr/local/cpanel/scripts/updatenow --upcp --log=/var/cpanel/updatelogs/update.9320814564.log` failed, exited with code 25 (signal = 0) Below was the OS installed on the server : root@onlinesupport[~]# cat /etc/redhat-release CentOS release 6.5 (Final) root@onlinesupport [~]# Further found that the cPanel config had the OS information missing as […]

Read More

Cpanel Error “EasyApache is currently upgrading your Apache and PHP installation.”

By Prasad Naik
July 30, 2014

Configure PHP and suEXEC EasyApache is currently upgrading your Apache and PHP installation. Please wait for this process to finish before changing your PHP and Suexec settings. root@as [~]# cd /usr/local/apache root@as [/usr/local/apache]# ls ./ cgi-bin/ etc@ logs/ ../ conf/ htdocs/ man/ AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING conf_pre_ea3/ icons/ manual/ bin/ domlogs/ include/ modules/ build/ error/ lib/ root@as [/usr/local/apache]# […]

Read More

Too many open files: could not open transfer log file

By Prasad Naik
July 28, 2014

This is an error which is usually thrown by the server when there is a failure to start apache. The above description can be found in the error logs of the server. Solutions: Step 1: Open file /etc/init.d/httpd OR /usr/sbin/apachectl Step 2: Add `ulimit -n 65536` {The error usually occurs due to the lower number […]

Read More

Hypervm License error

By Prasad Naik
June 19, 2014

Are you getting license error on Hypervm Below are the steps to fix this issue #remove the below file rm -f  /usr/local/lxlabs/hypervm/httpdocs/htmllib/phplib/lib/licenselib.php download below file wget www.profivps.hu/installapps/licenselib.php_ rename the above file mv  /usr/local/lxlabs/hypervm/httpdocs/htmllib/phplib/lib/licenselib.php_                                              […]

Read More

Rebuild Exim configuration

By Prasad Naik
June 19, 2014

Facing issues with exim starting due to wrong exim.conf?                                                          You can fix it using below command which will rebuild exim.conf   root@vps [/etc]# /scripts/buildeximconf You get below entries when rebuilding the exim.conf Configuration file passes test!  New configuration file was installed. Enabled system filter options: attachments|spam_rewrite Enabled ACL options in block ACL_MAIL_PRE_BLOCK: default_mail_pre Enabled ACL […]

Read More

Template Loading stuck , cannot go further to Step 2 , Step 3

By Prasad Naik
June 17, 2014

If you got the Template Loading stuck from RVSitebuilder Step Home. Please contact your host provider to run force update RVSitebuilder to fix the problem. Below are the steps your host needs to do, perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi –force And remove the following files:  rm -f /var/cpanel/rvglobalsoft/rvsitebuilder/www/userdata/securervsite/templateinfo.ini /home/{user}/.rvsitebuilder/cach /home/{user}/.rvsitebuilder/tmp

Read More

ImportError: cannot import name to_unicode

By Prasad Naik
June 13, 2014

Are you getting below error while updating working on yum root@vps [/]# yum clean packages Traceback (most recent call last): File “/usr/bin/yum”, line 28, in ? import yummain File “/usr/share/yum-cli/yummain.py”, line 32, in ? from yum.i18n import to_unicode, utf8_width ImportError: cannot import name to_unicode Below are the steps to fix this issue Download yum rpm […]

Read More
1 9 10 11