MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: MRatWork on 2014-01-07, 12:53:22

Title: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-07, 12:53:22
I saw many report that have trouble install Kloxo-MR in OpenVZ VPS.

In my investigate, I didn't saw the same issue for KVM (I am sure also Xen) VPS.

For this issue, I need help for user(s) that OpenVZ VPS for give permission to me to access to their VPS. I want to know what's happen this issue appear in OpenVZ only.

So, send your ssh access to my PM.

----------------------------

FIXED:

This issue already fixed. Appear because wrong detect for Centos version.

Latest update (2014010701) already with the patch.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-07, 13:31:33
Yes there is issue,I tryed many times but not be able to install.I want to say that I installed Kloxo MR many time on Centos 6 on my dedicated server.
For how long you need access? I can make fresh install Centos 5 or 6 on my VPS and provide you with IP/Port/User/pass for  SSH access.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-07, 13:37:19
There is allready  fresh installed Centos 6 on my VPS,so if you want I can provide you SSH access for testing,I don't need this VPS for some time.

EDIT:
I send you a P.M with SSH access data
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: insanity on 2014-01-07, 14:16:47
PM sent.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: ebokalsel on 2014-01-07, 19:23:15
It's just about error with InnoDB AIO. You just have to add these lines to /etc/my.cnf

Code: [Select]
[mysqld]
innodb_use_native_aio = 0


Prior to install KloxoMR. That's it.

Adding this to /etc/sysctl.conf wouldn't help you either. Because some of openvz vps provider doesn't give us a permission.

Code: [Select]
fs.aio-max-nr =
Code: [Select]
[root@love ~]# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 2
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
error: permission denied on key 'fs.aio-max-nr'
error: permission denied on key 'fs.file-max'
error: permission denied on key 'vm.swappiness'
error: permission denied on key 'vm.vfs_cache_pressure'
error: permission denied on key 'vm.dirty_background_ratio'
error: permission denied on key 'vm.dirty_ratio'
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: chut on 2014-01-08, 03:40:09
PM Sent
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-08, 14:13:59
It's just about error with InnoDB AIO. You just have to add these lines to /etc/my.cnf

Code: [Select]
[mysqld]
innodb_use_native_aio = 0


Prior to install KloxoMR. That's it.

Adding this to /etc/sysctl.conf wouldn't help you either. Because some of openvz vps provider doesn't give us a permission.

Code: [Select]
fs.aio-max-nr =
Code: [Select]
[root@love ~]# sysctl -p
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 2
net.ipv4.tcp_syncookies = 1
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key
error: "net.bridge.bridge-nf-call-iptables" is an unknown key
error: "net.bridge.bridge-nf-call-arptables" is an unknown key
error: permission denied on key 'fs.aio-max-nr'
error: permission denied on key 'fs.file-max'
error: permission denied on key 'vm.swappiness'
error: permission denied on key 'vm.vfs_cache_pressure'
error: permission denied on key 'vm.dirty_background_ratio'
error: permission denied on key 'vm.dirty_ratio'
My problem wasnt that and I had installation problem only with Centos 6 not with Centos 5.I will try now again .
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: hasanuls on 2014-01-09, 09:36:10
Any update?  :'(
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-09, 13:11:14
I tryed yesterday to install kloxo on centos 6 (openVZ),installation was sucess till last step and after services restart got mysql error(stop mysql failed,reset mysql  password failed ,start mysql failed..) .When try to access URL:7777/7778 got: conection problem server......After some time I fixed mysql error and kloxo login page shows up but I coudn't log in( user/pass wrong) try to reset mysql and kloxo pasword but again kloxo user/pass wrong .
Now I rebuild VPS with h install and I will try again.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-09, 14:55:47
Here is what I got every time and can't access Kloxo MR at  url://my_ip:7778/7777 .I can fix this error and after that Kloxo MR login page shows up but I can't log in because what ever User/Pass I use it say wrong User/Pass.
Complete!

MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Stop MySQL service...
MySQL ROOT password reset...
Start MySQL service...
Connect failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

Creating Vpopmail database...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Prepare /home/kloxo/httpd...
Create mysql.sock...
Stopping mysqld:                                           [  OK  ]
MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]
Setting Mysql for always running after reboot and restart now...
MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]
Unknown option. Use '-h' for help.
MySQL Daemon failed to start.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Starting mysqld:                                           [FAILED]
Stop MySQL service...
MySQL ROOT password reset...
Start MySQL service...
Connect failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
NO driverapp for ipaddress
MySQL Daemon failed to start.
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Starting mysqld:                                           [FAILED]
Stop MySQL service...
MySQL ROOT password reset...
Start MySQL service...
Connect failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
NO driverapp for ipaddress
MySQL Daemon failed to start.
Starting mysqld:                                           [FAILED]
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Stop MySQL service...
MySQL ROOT password reset...
Start MySQL service...
Connect failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
NO driverapp for ipaddress

Run 'sh /script/restart-all' to make sure all services running well
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-10, 02:48:53
Try add 'innodb_use_native_aio = 0' under '[mysqld]' in /etc/my.cnf. And then restart mysql.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-10, 08:22:00
I tryed but not help,also if try to reset kloxo password it say "not_admin_password_reset failed"
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-10, 09:00:41
Inform here what's you see if running 'sh /script/restart-all'.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-10, 12:22:34
Here is,you have SSH access data for this VPS in your forum inbox so if you have time you can look directly.

[root@host ~]# sh /script/restart-all
Stopping qmail-toaster: svscan qmail logging.
Starting qmail-toaster: svscansupervise: fatal: unable to acquire smtp/supervise/lock: temporary failure
supervise: fatal: unable to acquire smtp/supervise/lock: temporary failure
supervise: fatal: unable to acquire log/supervise/lock: temporary failure
supervise: fatal: unable to acquire authlib/supervise/lock: temporary failure
.
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
supervise: fatal: unable to acquire pop3/supervise/lock: temporary failure
supervise: fatal: unable to acquire imap4/supervise/lock: temporary failure
Stopping kloxo-phpcgi: supervise: fatal: unable to acquire pop3-ssl/supervise/lock: temporary failure
supervise: fatal: unable to acquire smtp-ssl/supervise/lock: temporary failure
supervise: fatal: unable to acquire imap4-ssl/supervise/lock: temporary failure
supervise: fatal: unable to acquire smtp/supervise/lock: temporary failure
supervise: fatal: unable to acquire pop3-ssl/supervise/lock: temporary failure
supervise: fatal: unable to acquire smtp-ssl/supervise/lock: temporary failure
supervise: fatal: unable to acquire smtp/supervise/lock: temporary failure
supervise: fatal: unable to acquire imap4-ssl/supervise/lock: temporary failure
                                                           [  OK  ]
Starting kloxo-phpcgi:                                     [  OK  ]
Stopping kloxo-hiawatha:                                   [FAILED]
Starting kloxo-hiawatha: Error loading RSA private key (-0x2E00): PK - Read/write of file failed
                                                           [FAILED]
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-10, 14:38:44
No, message from nelsa1412 in my PM.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-10, 14:47:45
Sent again,If needed fresh OS install no problem and thanks for your time.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-10, 15:51:03
Your VPS running well after running 'sh /script/cleanup', except mysql where update panel password not work. So, then I was running 'sh /script/upcp -y' (remember, with '-y' which that mean 'force upcp').

After reboot, look all running well.

Your Kloxo-MR panel password is the same as ssh password. Better change all password because too easy.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-10, 16:37:18
Thank you very much
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: nelsa1412 on 2014-01-10, 16:40:28
Work like a charm thanks once again
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-01-19, 14:33:50
So, everything okay now?
We can use Centos6/6.5 32bit and 64bit?
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-19, 14:44:09
Already fix for OpenVZ. If still trouble that mean still have another issue.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-01-19, 17:38:25
Yes, I just finished setup KloxoMr on CentOS 6 64 bit Centos-6-x86_64

With command below:
Quote

# yum update -y
# yum install yum-utils yum-priorities vim-minimal subversion curl zip unzip -y
# yum install telnet -y
# setenforce 0
# echo ‘SELINUX=disabled’ > /etc/selinux/config
# cd /etc/yum.repos.d/
# wget https://github.com/mustafaramadhan/kloxo/raw/release/kloxo-mr.repo --no-check-certificate
# cd /

Install KloxoMR:
# yum install kloxomr -y
# sh /script/upcp
#reboot


From SolusiVM Panel:
Ram usage:694.46MB [ Is 512MB Ram enough ...figure it out yourself ] 
Disc Space: 1.22 GB
Bandwidth Usage:714.59 MB

Thank You
Have a great day!
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-01-19, 19:16:05
I think you read old 'how-to-install'. Read again https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-01-20, 02:30:39
I think I am more flexible.
I tried the new ..didn't install well.

Quote
Follow this: https://github.com/mustafaramadhan/kloxo/blob/dev/how-to-install.txt

Problem of installation:
/usr/local/lxlabs/kloxo/install/setup.sh: line 154: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 161: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 161: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 161: lxphp.exe: command not found

Run 'sh /script/restart-all' to make sure all services running well [ >> Run also no use ]

That's just my feedback
Thank you

Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: josifbg on 2014-01-20, 19:06:34
Before executing    "yum install kloxomr -y" and "sh /script/upcp -y" go to root!!!

Read the Installation instructions carefully! See Below!


Quote
# move to /
    cd /
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-02-05, 05:26:05
Centos 6 - 32 bit.
Always give me this error?

Quote
Error Downloading Packages:
  php52s-5.2.17-11.mr.el6.i386: failure: php52s-5.2.17-11.mr.el6.i386.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.

/usr/local/lxlabs/kloxo/install/setup.sh: line 155: lxphp.exe: command not found

Will PM you the details of login.

Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-05, 05:33:26
There are something wrong with github because main repo exist in github.

Try modified /etc/yum.repos.d/mratwork.repo where:
Code: [Select]
#mirrorlist=http://rpms.mratwork.com/repo/mirrors/
change to:
Code: [Select]
mirrorlist=http://rpms.mratwork.com/repo/mirrors/

and then 'yum clean all'.

If still not work, change:
Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/rpmsto:
Code: [Select]
http://rpms.mratwork.com/repo/mratwork/
and then 'yum clean all'.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-02-05, 05:40:02
You're expert...
I already sent you the info.
Hopefully, make my life and other people life easy in the near future for using Kloxomr flawlessly.
 
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-02-05, 06:19:13
Dear Mr,
Once you have finished the testing, pls reply here.

Of coz we would like to hear everything is fix...:)

Thank you
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-05, 06:25:12
Try next hour or more because ius repo also not able to access. Usually because they are update their repo.

BTW, you only have 1 nameserver inside /etc/resolv.conf and I was add another.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: henry on 2014-02-05, 09:41:36
Failed to install on Centos 6 - 32bit for 3 times.

Tried Centos 5.9 - 32 bit, at an interval time,
Execute:
# sh ./kloxo-mr-dev.sh

Quote
/usr/local/lxlabs/kloxo/install/setup.sh: line 155: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 168: lxphp.exe: command not found
---------------------------

Proceed:
# cd /
# yum install kloxomr
# sh /script/upcp
Quote
/usr/local/lxlabs/kloxo/install/setup.sh: line 169: lxphp.exe: command not found

# sh /usr/local/lxlabs/kloxo/install/setup.sh

Succeed!
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-05, 10:31:19
Don't follow use dev with 'sh ./kloxo-mr-dev.sh'. It's not recomendated.

Follow install via rpm.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: phule on 2014-02-08, 06:09:01
I am running into this issue as well.  Are you still looking for a server to test with?  I am running CentOs 6.5 x32bit.  And am seeing the same issue.

When I try to do a restart-all the only thing restarted are xinetd.

Here is the error msg when loading the software.

PM me and I can give you login information since this is a new VPS to me that I'm trying to setup.  In the meantime I will try a different version of CentOs

/usr/local/lxlabs/kloxo/install/setup.sh: line 155: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-08, 06:38:43
Try 'sh /script/upcp -y' (it's will be force to reinstall; remember with '-y').
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: phule on 2014-02-08, 07:32:40
yep tried that.  Also tried installing per your instructions via rpm and then as dev.  Also tried what henry said worked for him on page 2.  Just reloaded again as x64 and was going to try again.

On my centos6 X64 it loaded ver kloxomr.noarch 0:6.5.0.f-2014020301.mr
is that correct?

Ok so loading the CentOs6x64 worked where the x32 would not.  Only thing I saw was at one point it was stopping the Hiawatha web server and that failed but later it stopped and started a kloxo-hiawatha service, which was 'OK'

Other then the missing icons in the menu which I have tried different browsers, and clearing cache to fix.  I'm good.  The missing icon is only a minor inconvenience so nothing to worry about at this time.  Also just as an FYI I am running this server on RamNode it is 1GB memory.  Could that make any difference?
Thanks for all your hard work on this project.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-08, 08:01:20
For using Kloxo-MR, don't use 'default' skin. Because remove in 6.5.1 but add new 'simplicity' skin.

Try go to 'appearance' if you found something wrong with the panel. Anda then change skin to 'feather'.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: djscooby on 2014-02-09, 13:48:15
@MR there is some problem with   :
Code: [Select]
php52s-5.2.17-11.mr.el6.i386: failure: php52s-5.2.17-11.mr.el6.i386.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.


If enable mirror list the installations works fine...
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-09, 14:13:28
@MR there is some problem with   :
Code: [Select]
php52s-5.2.17-11.mr.el6.i386: failure: php52s-5.2.17-11.mr.el6.i386.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.


If enable mirror list the installations works fine...
Look like github (where KLoxo-MR rpms hosting in) often trouble at this moment.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: pats on 2014-02-14, 11:27:44
still trouble..
fresh install on OpenVZ Centos 6 32bit

Quote
Downloading Packages:
(1/10): aspell-0.60.6-12.el6.i686.rpm                                                    | 629 kB     00:00
(2/10): libc-client-2007e-11.el6.i686.rpm                                                | 524 kB     00:00
(3/10): libmcrypt-2.5.8-9.el6.i686.rpm                                                   |  94 kB     00:00
(4/10): libtidy-0.99.0-19.20070615.1.el6.i686.rpm                                        | 129 kB     00:00
(5/10): libxml2-2.9.1-1.mr.el6.i686.rpm                                                  | 611 kB     00:00
(6/10): mhash-0.9.9.9-3.el6.i686.rpm                                                     | 109 kB     00:00
(7/10): net-snmp-5.5-49.el6.i686.rpm                                                     | 304 kB     00:00
(8/10): net-snmp-libs-5.5-49.el6.i686.rpm                                                | 1.5 MB     00:00
(9/10): php52s-5.2.17-11.mr.el6.i386.rpm                                                 | 7.1 MB     00:00
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos6/i386/php52s-5.2.17-11.mr.el6.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=mratwork-release-version-arch clean metadata
Trying other mirror.
(10/10): postgresql-libs-8.4.18-1.el6_4.i686.rpm                                         | 205 kB     00:00


Error Downloading Packages:
  php52s-5.2.17-11.mr.el6.i386: failure: php52s-5.2.17-11.mr.el6.i386.rpm from mratwork-release-version-arch: [Errno 256] No more mirrors to try.

/usr/local/lxlabs/kloxo/install/setup.sh: line 155: lxphp.exe: command not found
/usr/local/lxlabs/kloxo/install/setup.sh: line 162: lxphp.exe: command not found
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: pats on 2014-02-14, 22:10:56
Mustafa,
lot of ppl can't update/upgrade also due to this error..
Code: [Select]
https://github.com/mustafaramadhan/kloxo/raw/rpms/release/centos6/i386/php52s-5.2.17-11.mr.el6.i386.rpm:
 [Errno -1] Package does not match intended download.
and then..
Code: [Select]
Error Downloading Packages:
  php52s-5.2.17-11.mr.el6.i386: failure: php52s-5.2.17-11.mr.el6.i386.rpm from mratwork-release-version-arch:
 [Errno 256] No more mirrors to try.

it says Package doesn't match..  thats why it seems, it doesn't download it.
Any help?
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: MRatWork on 2014-02-15, 03:46:16
What's about centos 5/6 64bit?. I didn't this issue when testing php53s.
Title: Re: [NEED] Trouble install Kloxo-MR in OpenVZ
Post by: pats on 2014-02-15, 14:54:39
Mustafa,

Centos 6  - 64bit - OK
Centos 6  - 32bit - again fresh install - same error as above
Centos 5 - 32bit - OK

Code: [Select]
[root@al2 ~]# sh /script/sysinfo

A. Kloxo-MR: 6.5.0.f-2014020301

B. OS: CentOS release 5.10 (Final) i686

C. Apps:
   1. MySQL: mysql55-5.5.35-1.ius.el5
   2. PHP: php53u-5.3.28-1.ius.el5
   3. Httpd: httpd-2.2.26-1.el5
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.35.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el5
   7. Dns: bind-9.9.5-1.el5

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           512        493         18          0          0        366
   -/+ buffers/cache:        126        385
   Swap:          512          6        505


so for now in 32bit have to be happy with Centos 5 ?  :-[