Perl error while running weblogs on the server

Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you are getting perl error while running /scripts/runweblogs do as follows : 1) Check the perl version on the server using following command Perl -v 2)  If you are getting following error while running runweblogs script […]

How to run bash scripts from local machine to remote linux machine

Q. How to run bash script from local machine to remote linux machine ? Ans : We can run the bash script from our local machine to remote machine without login to remote server. We will get the result of some commands on our local machine. The syntax of this command is ssh [user]@[server] ‘[command]’ […]

Enabling CageFS truned into “Could not connect to the database” error on CPanel

Enabling CageFS truned into “Could not connect to the database” error on cPanel   We need to be very careful while configuring/enabling CageFS on the dedicated linux as this may cause many error if its not configured properly. Below is the common issue comes with the database sites after enabling the cageFS on the server. […]