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-04-29, 16:28:26

Author Topic: installation Failed  (Read 6611 times)

0 Members and 1 Guest are viewing this topic.

Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
installation Failed
« on: 2014-04-29, 04:54:49 »
I cant installed kloxo..

error image attached


Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: installation Failed
« Reply #1 on: 2014-04-29, 04:56:51 »
another image added:

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: installation Failed
« Reply #2 on: 2014-04-29, 05:06:12 »
To make sure, use latest upload (2014042801 for Kloxo-MR 6.5.0.f or 2014042803 for 6.5.1.b).

And then run 'sh /script/upcp -y'.
« Last Edit: 2014-04-29, 06:37:36 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: installation Failed
« Reply #3 on: 2014-04-29, 06:29:49 »
I just followed the installation procedure here https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt

my question is how can I install the;

2014042801 for Kloxo-MR 6.5.0.f or 2014042802 for 6.5.1.b

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: installation Failed
« Reply #4 on: 2014-04-29, 06:39:04 »
if nothing problem/issue for 'yum', running 'cleanup' will be automatically update.

To make sure for update, run 'cd /; yum clean all; yum update'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: installation Failed
« Reply #5 on: 2014-04-29, 07:41:35 »
full of errors.. :(


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: installation Failed
« Reply #6 on: 2014-04-29, 08:01:29 »
Have run 'sh /script/cleanup' after 'yum update'?.

Remember, don't enable other repos except mratwork.repo and CentOS*.repo in /etc/yum.repos.d/
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Kloxo-DR

  • Senior Member
  • *
  • Posts: 239
  • Karma: +3/-9
    • View Profile
Re: installation Failed
« Reply #7 on: 2014-04-30, 09:17:10 »
Hi uzer,

full of errors.. :(

The install script is buggy or does not work on many systems. In the installation, you will find /usr/local/lxlabs/kloxo/install/setup.sh that is not executable.

I have seen this error many times and found that it occurs when setup.sh was not properly executed.
Do the following:

Code: [Select]
cd /usr/local/lxlabs/kloxo/install
chmod +x setup.sh
rpm -Va --nofiles --nodigest
sh ./setup.sh
sh /script/upcp

Then you may also have problems later at the stage when it will give a mysql connection error.

If this happens, do the following:

Code: [Select]
sh /script/reset-mysql-root-password
sh /script/reset-mysql-root-password root

Mustafa,

I suggest that you break the setup process into three, one pre-installation to prepare server for kloxomr installation, one normal setup for kloxomr and one post installation setup specific to user and server.

In the post installation, you can have the process of setup under an interactive installation procedure.

Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: installation Failed
« Reply #8 on: 2014-05-01, 07:57:34 »
I hope that someone will post a proper/updated Installation Guide here in MRforum.

The installation guide in LXCenter is great unlike the MR Github, so complicated and worst of all the english instruction txt. :(

I tried also this http://zmsn.com/how-to-install-kloxo-mr-on-centos-6-4-vps-machine/ and this https://sites.google.com/site/enhostingtutorial/how-to-install-kloxo-mr-on-vps

still nothing.

compare to Kloxo-LXCenter, ISPConfig, VestaCP, Webmin/Virtualmin, OpenPanel, Zpanel..

kloxo-MR is user unfriendly. :(




Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: installation Failed
« Reply #9 on: 2014-05-01, 08:19:49 »
We can not compare Kloxo-MR install process with Kloxo official.

The reason are:
1. Kloxo-MR able to Centos 5 and 6 (more complex) and Kloxo only for Centos 5
2. Kloxo-MR using external repo (centalt, ius, epel and any others) for some packages (php, httpd, nginx and etc) and Kloxo tend to compile their packages
3. Kloxo-MR (still) using github for primary repo and Kloxo using their own servers for this purpose
4. Also many different

For ISPConfig, they have different approach where packages tend to compile by yourself. Webmin use perl for their panel.

Most issue in Kloxo-MR is installing in Centos 6 in OpenVZ VPS. It's OpenVZ behaviour (install Centos 5 but some detections with result Centos 6).

I try fix this issue in latest Kloxo-MR (6.5.0 and 6.5.1). If using latest version, try running 'sh /script/upcp' instead 'sh /script/cleanup' or try 'sh /script/fixrepo' before running 'sh /script/cleanup'.

I your issue, look like something wrong with php52s. Maybe conflict with certain packages or still using 'old' php52s where not match new other packages.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: installation Failed
« Reply #10 on: 2014-05-01, 08:58:36 »
As of 3:00PM = GMT + 8:00 (Philippine Time)
2:00PM = GMT + 7:00 (Indonesia Time)

Update:
1. Reinstalled Fresh CentOS 5
2. Followed the Step form Kloxo-MR Github -> A. -> B. -> B.2
3.
Quote
I try fix this issue in latest Kloxo-MR (6.5.0 and 6.5.1). If using latest version, try running 'sh /script/upcp' instead 'sh /script/cleanup' or try 'sh /script/fixrepo' before running 'sh /script/cleanup'.

and still nothing.. :(



:(

« Last Edit: 2014-05-01, 09:13:56 by uzer »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: installation Failed
« Reply #11 on: 2014-05-01, 09:25:32 »
Your install process unperfectly.

Before I was wrote my post to you, I try install with screnario (under Centos 6) with:

1. Fresh install Kloxo-MR 6.5.1
2. Install 6.5.0 and then update 6.5.1.

No issue found like your report.

Ok, try reinstall Fresh Centos 5 and send to me your ssh access via PM.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline uzer

  • Junior Member
  • *
  • Posts: 7
  • Karma: +0/-0
  • Gender: Male
    • View Profile
Re: installation Failed
« Reply #12 on: 2014-05-02, 05:15:53 »
pm sent! :)

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine

Page created in 0.029 seconds with 19 queries.

web stats analysis