Skip to main content

OnlineSupport4u

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

RTNETLINK answers: File exists

By Prasad Naik
June 3, 2014

Openvz architecture in Centos 6.5 has an issue If you are facing issues where ifconfig shows no ip address or below error root@server [/]# ifconfig root@server [/]# /etc/init.d/network restart Shutting down loopback interface:                          [  OK  ] Bringing up loopback interface:  RTNETLINK answers: Operation not supported Failed to bring up lo. [FAILED] Bringing up interface venet0:  […]

Read More

WordPress Asking For FTP details every time you want to add, delete or upgrade a plugin?

By Prasad Naik
June 2, 2014

Facing issues on wordpress blog where its asking for ftp login when trying to install new plugin ? Add the below lines in wp-config.php and save it This should do the trick in solving this issue //*added ftp login credentials to avoid WordPress asking for FTP details every time I wanted to upgrade a plugin* […]

Read More

Removing a LVM Volume Group in Linux

By Prasad Naik
May 21, 2014

[root@host1Z1 ~]# vgdisplay — Volume group — VG Name               vol_grp1 System ID Format                lvm2 Metadata Areas        1 Metadata Sequence No  165 VG Access             read/write VG Status             resizable MAX LV                0 Cur LV                10 Open LV               2 Max PV                0 Cur PV                1 Act PV                1 VG Size               839.84 GiB PE Size               4.00 MiB Total PE              […]

Read More
1 15 16 17 19