MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: sandipcd on 2016-06-04, 07:24:09

Title: Kloxo-Mr failed installation
Post by: sandipcd on 2016-06-04, 07:24:09
I am following the steps to install Kloxo-Mr from this website - http://www.servermom.org/install-kloxo-mr-centos-vps/1832/ (http://www.servermom.org/install-kloxo-mr-centos-vps/1832/). Earlier I have always install following these steps. But now it is creating problem and not installing. 2 times reinstall the server to install Koloxo-Mr, but unsuccessful. Kloxo-MR is not opening here - http://195.154.237.29:7778/login/ (http://195.154.237.29:7778/login/).

Installation code in SSH given in the attached file. Server IP address is 195.154.237.29.

Can you please check which step is wrong or outdated ?
Title: Re: Kloxo-Mr failed installation
Post by: MRatWork on 2016-06-04, 08:29:57
Read https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt
Title: Re: Kloxo-Mr failed installation
Post by: sandipcd on 2016-06-04, 11:24:37
Have followed the steps - https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt and run these commands -

Code: [Select]
cd /
yum update -y
yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
yum install telnet wget -y
cd /
cd /tmp
rm -f mratwork*
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm
cd /
yum clean all
yum update mratwork-* -y
yum install kloxomr7 -y
sh /script/upcp

But when giving command 'yum update mratwork-* -y' - it is saying "Illegal Instruction". PLease see below.

Code: [Select]
[root@ip-172-31-1-127 /]# yum update mratwork-* -y
Loaded plugins: fastestmirror, presto, priorities
Setting up Update Process
Determining fastest mirrors
Illegal instruction
[root@ip-172-31-1-127 /]# yum install kloxomr7 -y
Freeing read locks for locker 0xb7: 6967/140234751268608
Freeing read locks for locker 0xb9: 6967/140234751268608
Loaded plugins: fastestmirror, presto, priorities
Setting up Install Process
Loading mirror speeds from cached hostfile
Illegal instruction

Can you please help ?
Title: Re: Kloxo-Mr failed installation
Post by: MRatWork on 2016-06-04, 14:28:20
Something wrong with yum or rpm.

Read https://www.centos.org/forums/viewtopic.php?t=58002 about this issue.
Title: Re: Kloxo-Mr failed installation
Post by: sandipcd on 2016-06-04, 15:40:51
From the link it seems that latest yum version has problem after updating.

So, after installing CentOS 6.5, if I do not update yum, is it possible to avoid this problem ? Will Kloxo-MR can be installed ?
Title: Re: Kloxo-Mr failed installation
Post by: MRatWork on 2016-06-04, 16:15:09
Try 'yum clean all; yum update -y' first before install Kloxo-MR.
Title: Re: Kloxo-Mr failed installation
Post by: sandipcd on 2016-06-04, 16:27:02
I have already tried this 'yum clean all; yum update -y', I have posted this in the message - https://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-mr-failed-installation/msg51354/#msg51354.

But it does not work.
Title: Re: Kloxo-Mr failed installation
Post by: MRatWork on 2016-06-04, 16:37:33
I have already tried this 'yum clean all; yum update -y', I have posted this in the message - https://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-mr-failed-installation/msg51354/#msg51354.

But it does not work.
I don't know about update from 6.5 to latest (6.8) version have always trouble or not. But, update from 6.6 look like OK.
Title: Re: Kloxo-Mr failed installation
Post by: sandipcd on 2016-06-04, 16:54:18
I have already tried this 'yum clean all; yum update -y', I have posted this in the message - https://forum.mratwork.com/kloxo-mr-technical-helps/kloxo-mr-failed-installation/msg51354/#msg51354.

But it does not work.
I don't know about update from 6.5 to latest (6.8) version have always trouble or not. But, update from 6.6 look like OK.

Actually I am using AWS Cloud Server. There CentOS 6.5 , 6.4 and 6.3 is only available. So will 6.4 or 6.3 work perfectly ?
Title: Re: Kloxo-Mr failed installation
Post by: MRatWork on 2016-06-04, 17:39:19
Try 6.4.
Title: Re: Kloxo-Mr failed installation
Post by: sandipcd on 2016-06-04, 18:23:22
Try 6.4.

Still in 6.4 in AWS cloud server it is showing same error. But in Dedicated server, install CentOS 6.8, this is currently working.
Title: Re: Kloxo-Mr failed installation
Post by: MRatWork on 2016-06-04, 19:00:02
So, something wrong with CentOS 6 OS template. It's because no issue for OpenVZ or KVM.