Skip to main content

OnlineSupport4u

Install ZendGuard on cPanel server

By PrasadNaik
July 13, 2015

To install ZendGuard on cpanel server follow below steps SSH to server as root user and run below script root@online  [~]# /scripts/installzendopt Updating digest list Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (connected:0)…….(request attempt 1/12)…Using dns cache file /root/.HttpRequest/httpupdate.cpanel.net……searching for mirrors (mirror search attempt 1/3)……loaded mirror speeds from cache……mirror search success……connecting to 67.222.0.10…@67.222.0.10……connected……receiving…100%……request success……Done Downloading tarball for Zendopt Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz/Cpanel/Easy/Zendopt.pm.tar.gz.linux-generic-64 […]

Read More

Innodb recovery

By PrasadNaik
June 28, 2015

We were getting below error on checking #  /etc/init.d/mysqld status ERROR! MySQL is running but PID file could not be found On trying to restart were getting below error root@alpha [~]# /scripts/restartsrv_mysqlWaiting for “mysql” to restart ……………failed. Service ErrorThe “mysql” service failed to start. Startup LogStarting MySQL………… SUCCESS! Log Messages150627 23:53:37 mysqld_safe mysqld restarted150627 23:53:37 […]

Read More

lvremove to remove logical volume from LVG

By PrasadNaik
June 25, 2015

How to create spare Logical volume partition in linux server We had a default install of   [root@SRV-01 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_srv01-lv_root 50G 2.6G 45G 6% / tmpfs 7.8G 0 7.8G 0% /dev/shm /dev/sda1 477M 67M 385M 15% /boot /dev/mapper/vg_srv01-lv_home 860G 72M 816G 1% /home As KVM virtualization […]

Read More

Error from MySQL query: DBD::mysql::db do failed: Can’t find any matching row in the user table

By PrasadNaik
June 21, 2015

Have you been getting below error “Error from MySQL query: DBD::mysql::db do failed: Can’t find any matching row in the user table” To fix this issue follow below method, Please remove the following entry from /etc/my.cnf and then restart MySQL: skip-name-resolve The restart mysql using /scripts/restartsrv_mysql This fixes the issue

Read More

upcp cpanel error

By PrasadNaik
June 20, 2015

While running a upcp –force in cPanel server got below error [2015-06-20 13:48:48 -0400] see http://go.cpanel.net/rpmcheckfailed for more information [2015-06-20 13:48:48 -0400] The Administrator will be notified to review this output when this script completes => Log closed Sat Jun 20 13:48:48 2015 [2015-06-20 13:49:13 -0400] 17% complete [2015-06-20 13:49:13 -0400] E Running `/usr/local/cpanel/scripts/updatenow –upcp […]

Read More

kernel panic not syncing attempt to kill init

By PrasadNaik
April 2, 2015

Creating a New Initial RAM Disk If you have changed a motherboard or moved a disk to a different system it may fail to boot due to the lack of appropriate drivers in the initial RAM disk image (initramfs for CentOS 6, initrd for CentOS 5). Boot in Rescue Mode 1.Boot from a CentOS installation […]

Read More

SVNManager error in Softaculous

By PrasadNaik
March 22, 2015

SVNManager in Softaculous give erros while installing Came across this in a support request The following errors were found : – The SVN config directory does not exist. – The SVN password file does not exist. – The SVN access file does not exist.The solution is before installing svnmanager run: su – username svnadmin create […]

Read More

VM creation has failed. Reason: No ploop support in the kernel, or kernel is way too old. Make sure you have OpenVZ kernel 042stab058.7 or later running, and kernel ploop modules loaded.

By PrasadNaik
March 17, 2015

VM creation has failed. Reason: No ploop support in the kernel, or kernel is way too old. Make sure you have OpenVZ kernel 042stab058.7 or later running, and kernel ploop modules loaded. Creation of container private area failed SOlusi : cek file berikut : It seems you are using EL5 kernel. Edit /etc/vz/vz.conf change: VE_LAYOUT=ploop […]

Read More

email trace in cpanel shows invalid date

By PrasadNaik
March 17, 2015

We tried to repair the smtp table in the eximstats database and it showed the following result. myisamchk: error: ‘/var/lib/mysql/eximstats/smtp.MYI’ is not a MyISAM-table Fix: ls -al  /usr/local/cpanel/etc/eximstats_db.sql mysqladmin drop eximstats mysqladmin create eximstats mysql eximstats < /usr/local/cpanel/etc/eximstats_db.sql

Read More
1 18 19 20 25