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:49:00

Author Topic: Backup from Kloxo 6.1.12 and Import in Kloxo MR  (Read 25975 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #15 on: 2013-03-18, 04:03:10 »
Try modified 'installer.php' with:
Code: [Select]
/*
if (!char_search_beg($osversion, "centos") && !char_search_beg($osversion, "rhel")) {
print("Kloxo is only supported on CentOS 5 and RHEL 5n");

exit;
}
*/
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #16 on: 2013-03-18, 04:05:37 »
Yes i already do that, and now kloxo install. But lets wait until install finish
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #17 on: 2013-03-18, 04:11:38 »
Congratulations. Kloxo-MR has been installed succesfully as master

Yes this tip work :)

but error at the end
[root@backupserver kloxo]# ../bin/common/function.sh: line 32: 15643 Terminated              $__path_php_path $__path_server_path $string > /dev/null 2>&1
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #18 on: 2013-03-18, 04:40:36 »
Don't care about '[root@backupserver kloxo]# ../bin/common/function.sh: line 32: 15643 Terminated $__path_php_path $__path_server_path $string > /dev/null 2>&1'.

Ok, I will remove identified os and just enough identified 'yum'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #19 on: 2013-03-18, 04:45:21 »
Yes, it will be enougth. Now we move to the next.

(4)Interrupted system call: FastCGI: comm with server "/home/*****  in /var/log/httpd/error_log
3 or 4 page refresh and its show 500 Internal Server Error

I set PHP_FCGI_MAX_REQUESTS=0 but no changes.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #20 on: 2013-03-18, 04:47:32 »
6.5.0.c.2013031704 already without identify os (just yum exist or not).
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #21 on: 2013-03-18, 04:49:04 »
It's another issue. Have you run 'sh /script/fixweb; sh /script/restart-services' after update?.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #22 on: 2013-03-18, 04:50:04 »
Yes and i reboot the server. Now i'm looking where can be this issue.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #23 on: 2013-03-18, 05:16:20 »
Could you please change this in installer.php
from:
Code: [Select]
// list os support
$ossup = array('redhat' => 'rhel', 'fedora' => 'fedora', 'centos' => 'centos');
to:
Code: [Select]
// list os support
$ossup = array('redhat' => 'rhel', 'fedora' => 'fedora', 'centos' => 'centos', 'cloudlinux' => 'cl');

Otherwise installer check only for rhel fc and centos.
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #24 on: 2013-03-18, 05:23:56 »
It's unnecessary. Just enough disable os identified. Without os identified, it's possible other oses based-on yum for installing Kloxo-MR (in certain condition with little trick).
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #25 on: 2013-03-18, 05:25:42 »
I just try reinstall kloxo and i saw same error. This Operating System is currently *NOT* supported.

When i add cloudlinux error dissapear and kloxo start install
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #26 on: 2013-03-18, 05:41:39 »
And the last thing from me for this night.
When add resource plan and set everything to unlimited.
Then add some user with this plan, phpMyAdmin button) not show for this user. (I saw this problem and on Kloxo official)
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #27 on: 2013-03-18, 05:42:55 »
6.5.0.c.2013031704+ already disable os detect.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #28 on: 2013-03-18, 05:46:15 »
Already found 'phpMyAdmin' on 'Domain' group for user login.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline insanity

  • Senior Member
  • *
  • Posts: 215
  • Karma: +0/-0
    • View Profile
Re: Backup from Kloxo 6.1.12 and Import in Kloxo MR
« Reply #29 on: 2013-03-26, 01:10:41 »
Restore failed:

Code: [Select]
Last Restore Status:   program_interrupted
Last Restore Status:   Restore failed due to objectclassname_doesnt_match: :
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.044 seconds with 21 queries.

web stats analysis