Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 14:17:27

Author Topic: Kloxo-Mr failed installation  (Read 5528 times)

0 Members and 1 Guest are viewing this topic.

Offline sandipcd

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Kloxo-Mr failed installation
« 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/. 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/.

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 ?
« Last Edit: 2016-06-04, 07:26:21 by sandipcd »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sandipcd

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: Kloxo-Mr failed installation
« Reply #2 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 ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo-Mr failed installation
« Reply #3 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.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sandipcd

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: Kloxo-Mr failed installation
« Reply #4 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 ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo-Mr failed installation
« Reply #5 on: 2016-06-04, 16:15:09 »
Try 'yum clean all; yum update -y' first before install Kloxo-MR.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sandipcd

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: Kloxo-Mr failed installation
« Reply #6 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.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo-Mr failed installation
« Reply #7 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.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sandipcd

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: Kloxo-Mr failed installation
« Reply #8 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 ?

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo-Mr failed installation
« Reply #9 on: 2016-06-04, 17:39:19 »
Try 6.4.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline sandipcd

  • Senior Member
  • *
  • Posts: 167
  • Karma: +0/-0
    • View Profile
Re: Kloxo-Mr failed installation
« Reply #10 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.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Kloxo-Mr failed installation
« Reply #11 on: 2016-06-04, 19:00:02 »
So, something wrong with CentOS 6 OS template. It's because no issue for OpenVZ or KVM.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.027 seconds with 19 queries.

web stats analysis