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.

Sunday, April 8, 2012

cpnel can not update

Cpanel can not upgrade to 11.32. version

While trying to upgrade to the latest version from WHM 11.30.6 (build 6) to the latest version 11.32.x, it is not upgrading.
Why because you are using "stable" in your cpanel update configuration.

We can change this by editing cpanelupdate configuration file as follows.
root@server [~]# cat /etc/cpupdate.conf
CPANEL=release


Or you can change in your WHM Main >> Server Configuration >> Update Preferences

Friday, March 9, 2012

Enabling flash player in fedora.

My machine is 32 bit.So i have followed the the bellow steps.


[root@localhost ~]# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

[root@localhost ~]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

[root@localhost ~]# yum check-update

[root@localhost ~]# yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

After that go to your firefox browser and type about:plugins
Shockwave Flash = swf
FutureSplash Player = spl

Wednesday, March 7, 2012

enabling wireless in fedora

A Wireless network interface card with a USB i...Image via Wikipedia



Enabling wireless connection in Lenovo G550 with OS fedora 16

Today i have enabled wireless in my Lenovo G550. Please note down the steps for enabling this.

[root@localhost src]# lspci
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

[root@localhost src]# dmesg | grep 04:00.0
[ 0.167848] pci 0000:04:00.0: [14e4:4315] type 0 class 0x000280

From this we can identify PCI-ID for my broadcom hardware is 14e4:4315

For enabling we need to install wget and b43-fwcutter

# yum install b43-fwcutter

#[root@localhost src] export FIRMWARE_INSTALL_DIR="/lib/firmware"

#[root@localhost src] wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2


#[root@localhost src]# tar xjf broadcom-wl-5.100.138.tar.bz2

#[root@localhost src]# b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-5.100.138/linux/wl_apsta.o

Thats it my broadcom wireless got recognised in the fedora .....:-)




Enhanced by Zemanta

Sunday, February 12, 2012

LFD process ignore file

Sometime you will be logged out from your jailshell ssh without displaying any errors on your Putty.

This may be due to lfd is killing your jailshell process.

lfd[623238]: *User Processing* PID:622892 Kill:1 User:ajeesh Time:92 EXE:/home/virtfs/ajeesh/bin/bash CMD:-jailshell

We can fix this issue using the following steps:

1. Login to your whm > Plugins > ConfigServer Security&Firewall
2. csf.pignore, process tracking
edit and needs to update these rules.
exe:/home/virtfs/ajeesh/bin/bash
user:ajeesh
cmd:jailshell