MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Bugs and Requests => Topic started by: brianhill on 2017-03-13, 13:15:48

Title: Unable to install
Post by: brianhill on 2017-03-13, 13:15:48
Hi, i have tried to install kloxo7 in CentOS release 6.6 (Final), but unable to finish installation. It looks like the kloxo is not installed. I'm following the instruction from how-to-install.txt strictly. Please advise what to do now. Thank you.

Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 13:23:06
Inform here 'yum list kloxomr7 --showduplicates'.
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 13:27:02
Below are several last records.


kloxomr7.noarch      7.0.0.c-2017022701.mr      mratwork-release-neutral-noarch
kloxomr7.noarch      7.0.0.c-2017022802.mr      mratwork-release-neutral-noarch
kloxomr7.noarch      7.0.0.c-2017030102.mr      mratwork-release-neutral-noarch
kloxomr7.noarch      7.0.0.c-2017030201.mr      mratwork-release-neutral-noarch
kloxomr7.noarch      7.0.0.c-2017030803.mr      mratwork-release-neutral-noarch
kloxomr7.noarch      7.0.0.c-2017031002.mr      mratwork-release-neutral-noarch
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 13:30:33
Did you run:
Code: [Select]
yum update mratwork-* -y
yum install kloxomr7 -y
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 13:34:18
Below are commands i was running to install kloxo.

  B.1.2. for version 7.0.0 (rpm naming as kloxomr7-7.0.0-*.rpm)

        # move to /
        cd /tmp

        # remove old rpm
        rm -f mratwork*

        # install rpm (read Warning)
        rpm -ivh https://github.com/mustafaramadhan/rpms/raw/master/mratwork/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm

        # move to /
        cd /

        # update
        yum clean all

        yum update mratwork-* -y

        yum install kloxomr7 -y

        sh /script/upcp
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 13:48:04
Try again:
Code: [Select]
yum install kloxomr7 -y
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 13:50:18

Quote
[root@a /]# yum install kloxomr7 -y
Loaded plugins: fastestmirror, presto, priorities, replace
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: mirror.supremebytes.com
 * extras: mirror.supremebytes.com
 * mratwork-epel: mirror.sjc02.svwh.net
 * mratwork-ius-archive: dfw.mirror.rackspace.com
 * mratwork-ius-stable: dfw.mirror.rackspace.com
 * mratwork-release-neutral-noarch: rpms.mustafa.id
 * mratwork-release-version-arch: rpms.mustafa.id
 * mratwork-webtatic: us-east.repo.webtatic.com
 * updates: mirror.supremebytes.com
Package kloxomr7-7.0.0.c-2017031002.mr.noarch already installed and latest version
Nothing to do
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 13:55:01
And then you run:
Code: [Select]
sh /script/upcp
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 13:59:51
Quote
=== BEGIN 'php56s' install ===
- Dependencies rpms... Please wait!
-- Check dependencies rpms
-- Install dependencies rpms
- Download all rpms (not including debuginfo)... Please wait!
Command line error: no such option: --downloadonly
dir: cannot access *.rpm: No such file or directory
- Extract all rpms to '/opt/php56s'
ls: cannot access ./*.rpm: No such file or directory
- Disable certain modules (rename to .nonini) in 'php.d' and 'php-zts.d'
- Copy certain files to '/opt/php56s/custom'
-- Processing for 'php.ini.base'
-- Processing for 'php-cgi.sh/php-cli.sh/php-fpm.sh/php-ls.sh'
-- Processing for 'php52-fpm.conf.base/php53-fpm.conf.base'
- Setting .sh to 755
- Creating .sh symlink
-- From '/opt/php56s/custom/php-cgi.sh' to '/usr/bin/php56s-cgi'
-- From '/opt/php56s/custom/php-cgi.sh' to '/usr/sbin/php56s-cgi'
-- From '/opt/php56s/custom/php-cli.sh' to '/usr/bin/php56s-cli'
-- From '/opt/php56s/custom/php-cli.sh' to '/usr/sbin/php56s-cli'
-- From '/opt/php56s/custom/php-ls.sh' to '/usr/bin/php56s-ls'
-- From '/opt/php56s/custom/php-ls.sh' to '/usr/sbin/php56s-ls'
-- From '/opt/php56s/custom/php-fpm.sh' to '/usr/bin/php56s-fpm'
-- From '/opt/php56s/custom/php-fpm.sh' to '/usr/sbin/php56s-fpm'
- Create symlink from /opt/php56s/usr/lib64 to /opt/php56s/usr/lib
- Need php56s installing with 'sh /script/phpm-installer php56s'
cp: cannot stat `/opt/configs/php-fpm/conf/php/php-fpm.d/default.conf': No such file or directory
- Enable for all php-fpm (branch and multiple phps)
-- Enable for php56s-fpm
=== END 'php56s' install ===

*** Process Time: 00:00:00:08.8079 (dd:hh:mm:ss:xxxxxx) ***


Note:
- See '/opt/php56s/install.log' for detail install process
- Example: copy 'xcache.nonini' to '_xcache.ini' or 'xcache_used.ini'
           for enable 'xcache' module in '/etc/php56s/etc/php.d'
- For config setup only, run 'sh /script/phpm-config-setup php56s

Execute fixlxphpexe for php56s...
/usr/bin/lxphp.exe: line 10: /opt/php56s/usr/bin/php: No such file or directory
/usr/bin/lxphp.exe: line 10: exec: /opt/php56s/usr/bin/php: cannot execute: No such file or directory

... Wait until finished (restart services) ...

[root@a /]#
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 14:01:57
Try:
Code: [Select]
sh /script/phpm-install php56s
sh /script/fixlxphpexe php56s
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 14:07:16
I can send you the vps info if needed.

Quote
[root@a /]# sh /script/phpm-install php56s
sh: /script/phpm-install: No such file or directory
[root@a /]# sh /script/fixlxphpexe php56s
Execute fixlxphpexe for php56s...
[root@a /]#
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 14:43:46
Try:
Code: [Select]
ln -sf /usr/local/lxlabs/kloxo/pscript /script
sh /script/upcp -y
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 14:47:59
Same error.

Quote
cp: cannot stat `/opt/configs/php-fpm/conf/php/php-fpm.d/default.conf': No such file or directory
- Enable for all php-fpm (branch and multiple phps)
-- Enable for php56s-fpm
=== END 'php56s' install ===

*** Process Time: 00:00:00:08.8179 (dd:hh:mm:ss:xxxxxx) ***


Note:
- See '/opt/php56s/install.log' for detail install process
- Example: copy 'xcache.nonini' to '_xcache.ini' or 'xcache_used.ini'
           for enable 'xcache' module in '/etc/php56s/etc/php.d'
- For config setup only, run 'sh /script/phpm-config-setup php56s

Execute fixlxphpexe for php56s...
/usr/bin/lxphp.exe: line 10: /opt/php56s/usr/bin/php: No such file or directory
/usr/bin/lxphp.exe: line 10: exec: /opt/php56s/usr/bin/php: cannot execute: No such file or directory

... Wait until finished (restart services) ...

[root@a /]#
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 14:56:56
Inform here:
Code: [Select]
dir -l /etc/yum.repos.d
yum list php*
[code]
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 15:16:31
Please check the attached file.
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 15:19:56
It's weird, php56u already exists and use for php-branch and 'special' php for panel.

I have no issue yesterday for fresh install with using the Kloxo-MR 7.0 version.
Title: Re: Unable to install
Post by: brianhill on 2017-03-13, 15:41:23
Do i need to reinstall OS and try again? The reinstallation only takes a few minutes.
Title: Re: Unable to install
Post by: MRatWork on 2017-03-13, 18:59:07
Try reinstall OS dan Kloxo-MR.
Title: Re: Unable to install
Post by: brianhill on 2017-03-14, 07:23:50
I have reinstalled the OS and send you the login info. Could you help check how to make it work? Thank you very much.
Title: Re: Unable to install
Post by: MRatWork on 2017-03-14, 08:37:44
Did you already installed Kloxo-MR 7.0 (with running 'sh /script/upcp')?.
Title: Re: Unable to install
Post by: brianhill on 2017-03-14, 09:25:16
I have made it work now. Just tried switch back from apache to nigix and then restart or fix web. It's running well for the moment. Will report back if problem occurs. Thank you so much!