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-29, 07:23:19

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - baijianpeng

Pages: [1]
1
hi, I live in China, I tried dozens of times to install Kloxo-MR on VPS located inside China but all failed.

I noticed that during the installing of Kloxo-MR, the installer will request many dependency files such as php, apache, ftp, etc. from mirrors outside China. Since most of those mirrors are NOT reachable from China, the installing will fail.

In fact, there are many public CentOS and other Linux and LAMP related mirrors inside China, could you please add these mirrors to the mirrors lists in the installer of Kloxo-MR, so that users in China will be easier to enjoy Kloxo-MR?

Following are some public mirrors in China:

http://mirrors.163.com
http://mirrors.aliyun.com/
http://mirrors.sohu.com/
https://mirrors.ustc.edu.cn/
http://mirror.lzu.edu.cn/
http://mirror.bjtu.edu.cn/cn/
http://ftp.sjtu.edu.cn/
http://mirrors.neusoft.edu.cn/
http://mirrors.tuna.tsinghua.edu.cn/


Thank you.

2
hi, I had tried more than 20 times to install kloxomr but all failed.

The reason is : my VPS is located in China and the VPS can not reach many dependency resources need by kloxomr during installation.

But today I found a new way to manage to  install kloxomr.

Each time when the installation process broken by errors like:

Quote
Error: Cannot retrieve repository metadata (repomd.xml) for repository: mratwork-mariadb-32. Please verify its path and try again

I know I need to manually download that repomd.xml file and then upload it to my VPS to the repo "mratwork-mariadb-32" which is in this path " /var/cache/yum/x86_64/6/ ".

This is a good idea to help me. By this method, my installation continued somewhat.

However, there are too many files that can not be downloaded by the installation script itself. I need to manually handle them all.

So, I think I need a detaild list of dependency files and corresponding repo path. If I have such a list, I can download each file and upload them all to VPS then start the installation again.

Do you have such a list?

Thank you!

3
Translations / Where is the original English language files?
« on: 2015-12-08, 02:27:39 »
I am planning to help translating KloxoMR. Where can I find/download  the latest version of original English language files?

Thank you.

4
After reading some introduction articles about Kloxo-MR, I think this is a great Control Panel for me. But, I tried many times to install it on my CentOS 64 bit, it just can not be done!

I followed this installation guide because the official one on Github (how-to-install.txt) is very bad:

http://lintut.com/how-to-install-kloxomr-on-centos-5-x6-x-32-or-64-bit/

Yes, I am doing fresh install, because I had formated my VPS many times to get a fresh CentOS, just in order to get Kloxo-MR installed !

All steps executed without problem until this step:

Code: [Select]
# yum install kloxomr -y
There flys many messages then the end is:

Code: [Select]
http://dl.iuscommunity.org/pub/ius/archive/Redhat/6/x86_64/repodata/primary.sqlite.bz2: [Errno 12] Timeout on http://dl.iuscommunity.org/pub/ius/archive/Redhat/6/x86_64/repodata/primary.sqlite.bz2: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')
Trying other mirror.
Error: failure: repodata/primary.sqlite.bz2 from mratwork-ius-archive: [Errno 256] No more mirrors to try.

I even tried "yum clean all" to solve this "no more mirrors to try" issue, this command was executed successfully.

Then I input "yum makecache" and run, it ended up with:

Code: [Select]
http://dl.iuscommunity.org/pub/ius/archive/Redhat/6/x86_64/repodata/filelists.sqlite.bz2: [Errno 12] Timeout on http://dl.iuscommunity.org/pub/ius/archive/Redhat/6/x86_64/repodata/filelists.sqlite.bz2: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')
Trying other mirror.
http://dl.iuscommunity.org/pub/ius/archive/Redhat/6/x86_64/repodata/primary.sqlite.bz2: [Errno 12] Timeout on http://dl.iuscommunity.org/pub/ius/archive/Redhat/6/x86_64/repodata/primary.sqlite.bz2: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')
Trying other mirror.
Error: failure: repodata/primary.sqlite.bz2 from mratwork-ius-archive: [Errno 256] No more mirrors to try.


My God! This is driving me crazy! I crashed my head on the wall many times but I still don't know how to install Kloxo-MR !

( By the way, I tried to install webmin , another CPanel, the installation is very fast and smooth. )

Could you please make the installation of Kloxo-MR easier?

Did I missed anything?

Can someone here help me to install Kloxo-MR ?

Thank you in advance.

5
Today I tried several times to install KloxoMR on my newly bought VPS which uses centOS 6.5 64bit as the OS.

Finally, I followed exactly every step on KloxoMR github wiki:

https://github.com/mustafaramadhan/kloxo/blob/release/how-to-install.txt

I entered following commands one after one:

Code: [Select]
# cd /
# yum update -y
# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
# yum install telnet wget -y
# setenforce 0
# echo 'SELINUX=disabled' > /etc/selinux/config
# cd /tmp
# 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
# rpm -ivh https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
# cd /
# yum update mratwork-* -y
# mv -f /etc/yum.repos.d/lxcenter.repo /etc/yum.repos.d/lxcenter.nonrepo
# yum clean all
# yum update -y
# sh /script/convert-to-qmailtoaster
# yum install kloxomr -y
# sh /script/upcp -y
# sh /script/restart-all
# reboot

Well, though finally KloxoMR installed and I can see the login form when visiting IP:7778 , I still have something very confused:

Q1. which source should I use? In the wiki, it is:

Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm
but on this forum announcement : http://forum.mratwork.com/non-technical-discussions/(howto)-kloxo-mr-installing/, it is:

Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo
Which one is correct?

Q2. After installation, I login in KloxoMR panel and clicked on the phpmyadmin button, but the page only show me one messaage:

Quote
PHP 5.3+ is required

However, I checked system info by this command and got following information:

Code: [Select]
# sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2014042802

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.37-1.ius.el6.x86_64
   2. PHP: php53u-5.3.28-2.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.38.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.16.mr.el6.x86_64
   7. Dns: bind-9.9.5-1.el6.x86_64

D. Php-type (for Httpd/proxy):

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           994        411        582          0         10        190
   -/+ buffers/cache:        211        783
   Swap:            0          0          0

It seems that php 5.3 had already been installed. Why phpmyadmin can not be open and still ask for php 5.3 ?


Q3. According to above sysinfo, Lighttpd and NginX were not installed. Why? How can I install them after KloxoMR installation is finished? (sorry I am Windows user and no nothing about centOS, just follow your instructions to install them).

Thank you in advance.


Pages: [1]

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

Page created in 0.046 seconds with 16 queries.

web stats analysis