Thursday, May 31, 2012

upgrading google chrome

Please note down google-chrome web browser upgrading steps

Recently my google-chrome web browser crashed regularly. Chrshed google-chome will take 1-2 minutes to come back in normal performance.

These are the steps i have issued in my computer.

root@fs2:/home/ajeesh# sudo apt-get update
root@fs2:/home/ajeesh# sudo apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree      
Reading state information... Done

Monday, May 28, 2012

Table 'mysql.servers' doesn't exist

mysql> flush privileges;
ERROR 1146 (42S02): Table 'mysql.servers' doesn't exist


Solution:
run this command
# mysql_fix_privilege_tables --password=ajeesh123




Thursday, May 17, 2012

TypeError: mcval.plsFun is not a function

While running radio on shoutcast i got this error, TypeError: mcval.plsFun is not a function

But i have refreshed the firefox web browser using tab "f5" and take the radio station its works for me.

Monday, May 14, 2012

Removing R1Soft cpanel plugin

If you want to remove the R1Soft CDP server plugin from your cpanel server,

1. /usr/lib/buagent/control-panels/cpanel/remove-cpanel-integration.sh

If this is not work , then you may need to call the r1soft cpanel plugin manual uninstaller.

1. /usr/local/cpanel/bin/unregister_cpanelplugin /var/cpanel/registered_cpanelplugins/righteousbackup

Saturday, April 28, 2012

RVSitebuilder Publshing error curl_init

Publshing found the error “Cannot connect to yourdomain.com using curl_init”.

If you working on your RVSitebulider on your step 7 while clicking "publishing" you will get this error. This time you may need to contact your hosting provider to fix the issue and they will do the following steps to fix your issue(Cpanel servers).

Go to /var/cpanel/rvglobalsoft/rvsitebuilder/var
[/var/cpanel/rvglobalsoft/rvsitebuilder/var]#
and create a file name called "skip_validate_domain" and add your domain name on that file. This will fix the issue.

Wednesday, April 25, 2012

Changing mysql global variable Value

Changing mysql global variable Value

Here iam changing "character_set_server" from latin1 to utf8

[~]# cat /etc/my.cnf
[mysqld]
collation_server=utf8_unicode_ci
character_set_server=utf8

Installing GlobalSign OneClickSSL cPanel pugin


For installing oneclickssl please do the following steps on your cpanel server.

/scripts/perlinstaller CGI::Session
/scripts/perlinstaller Time::Local
/scripts/perlinstaller MIME::Base64
/scripts/perlinstaller WWW::Mechanize
/scripts/perlinstaller File::Touch
/scripts/perlinstaller HTTP::Headers::Util
/scripts/perlinstaller Config::Crontab
/scripts/perlinstaller Mozilla::CA
/scripts/perlinstaller YAML::Syck
/scripts/perlinstaller XML::Simple
/scripts/perlinstaller Date::Simple
/scripts/perlinstaller JSON
/scripts/perlinstaller LWP::UserAgent
/scripts/perlinstaller HTTP::Request::Common
/scripts/perlinstaller HTTP::Headers::Util
/scripts/perlinstaller WWW::FieldValidator
/scripts/perlinstaller Digest::MD5
/scripts/perlinstaller Template is
/scripts/perlinstaller IO::Handle
/scripts/perlinstaller IPC::Open3

 /scripts/perlinstaller SOAP::Lite
sometime you can not install this using this scripts

it will strucked like this Press to see the detailed list. 


root@server [/usr/local/src]# 


So you can try this one
perl -MCPAN -e 'install SOAP::Lite'

 PAN: LWP::UserAgent loaded ok (v6.04)
Fetching with LWP:
http://mirrors.mednor.net/CPAN/modules/03modlist.data.gz

 So i have gone for a manual installation as like below.

 root@server [/usr/local/src]# wget http://prdownloads.sourceforge.net/soaplite/SOAP-Lite-0.65_3.tar.gz?download
root@server [/usr/local/src]# tar zxf SOAP-Lite-0.65_3.tar.gz
[/usr/local/src/SOAP-Lite-0.65_3]# perl Makefile.PL
]# make
make test
make install



cd /usr/local/src/
wget www.globalsign.com/downloads/oneclickssl/cpanel/cpanel-plugin-2.6.sea
or
 wget http://www.globalsign.com/downloads/oneclickssl/cpanel/GlobalSign-OneClickSSL-cPanel-Plugin-2.87.sea

chmod +x cpanel-plugin-2.6.sea
./cpanel-plugin-2.6.sea

**********************
 12-09-2012
latest cpanel plugin for oneclick ssl is
 https://www.globalsign.com/downloads/oneclickssl/cpanel/GlobalSign-OneClickSSL-cPanel-Plugin-2.90.sea
**********************
Error:
There was an error. Please contact GlobalSign support. Error: System Error (The 'Temporary' certificate necessary to allow the OneClickSSL process to be completed cannot be aquired from the target domain). Please retry and if the issue persists then contact support with detailed information concerning the issue.


Solution:
Try reinstall with the latest globalSign plugin and disabling csf, then check your domain is resolving to the correct server.