MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Releases => Topic started by: MRatWork on 2014-03-16, 21:51:00

Title: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: MRatWork on 2014-03-16, 21:51:00
Any trouble if someone update to 6.5.1.b-201403160x.

To fix this issue, run from ssh:
Code: [Select]
cd /
yum clean all
yum update
yum remove php53s*
rpm -e php53s-fpm --noscripts
sh /script/php53s-installer
sh /script/fixlxphpexe

and then, better:
Code: [Select]
sh /script/cleanup
reboot
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: MRatWork on 2014-03-16, 22:01:29
Any trouble if someone update to 6.5.1.b-201403160x.

To fix this issue, run from ssh:
Code: [Select]
cd /
yum clean all
yum update
yum remove php53s*
rpm -e php53s-fpm --noscripts
sh /script/php53s-installer
sh /script/fixlxphpexe

and then, better:
Code: [Select]
sh /script/cleanup
reboot

For users not using 201403160x, still better php53s (after update 2014031701) to with:
Code: [Select]
yum remove php53s*
rpm -e php53s-fpm --noscripts
sh /script/php53s-installer
sh /script/fixlxphpexe

The reason for need update php53s because Kloxo-MR 6.5.1 not using 'special' php53s (compile by MRatWork) but using regular php53u (from IUS) for the same purpose. It's one step to implementing 'multiple-php'.
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: sIiiS on 2014-03-18, 11:32:42
Can not update from 6.5.1.a to 6.5.1.b , why ?

run : yum clean all,  yum update,  sh /script/cleanup but still version is old (6.5.1.a-2014020301)
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: MRatWork on 2014-03-18, 12:07:42
Try 'yum update --enablerepo=mratwork-testing*'.
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: sIiiS on 2014-03-18, 12:32:39
Try 'yum update --enablerepo=mratwork-testing*'.

After this command must again run above commands that I said in prev. post ??

---

I ran your command, now I have not access to anything, all pages 403, also panel in 7778 port !
nothing is ok, sh /script/... do not work and none of the files have correct permission !

What happened ?  :-[
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: MRatWork on 2014-03-18, 13:17:02
If you not able update, it's not possible impact for your system.

If update successful, need running 'sh /script/cleanup' as usual.
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: sIiiS on 2014-03-18, 13:28:49
If you not able update, it's not possible impact for your system.

If update successful, need running 'sh /script/cleanup' as usual.

I ran 'yum update --enablerepo=mratwork-testing*' as well, new version downloaded and update, after this, ran 'sh /script/cleanup' but all pages got 403 error

none of the sh scripts work now and "qmail splogger" send me 1000000~ error again and again

reboot server but after restart again error, can not run any command

I don't know happened here

[root@ZTZN001 ~]# yum update
Loaded plugins: fastestmirror, priorities, protectbase, replace, security
Loading mirror speeds from cached hostfile
 * base: centos.mirror.transip.nl
 * epel: mirror.nl.leaseweb.net
 * extras: mirror.widexs.nl
 * mratwork-epel: mirror.nl.leaseweb.net
 * mratwork-ius: ius.cu.be
 * updates: mirrors.supportex.net
0 packages excluded due to repository protections
Setting up Update Process
No Packages marked for Update
Title: Re: [UPDATE] Please update to 6.5.1.b to 2014031701 (from 201403160x)
Post by: Spacedust on 2014-03-22, 23:48:45
Do I have to update if I use php 5.4 from remi repo ?