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-04-28, 00:51:29

Author Topic: Update problem  (Read 13249 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: Update problem
« Reply #15 on: 2014-04-16, 07:01:01 »
If it's fresh install, try using centos 5 (32 or 64bit).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline johnnyto1979

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Fixme - Freianzeigen.tk
Re: Update problem
« Reply #16 on: 2014-04-16, 14:03:31 »
Is not a fresh install and I don't want to downgrade.
Is an install guide / upgrade from older version to the last one.
6.5.1 is stable one ?

From this version
what are the required steps? for  UPDATE

A. Kloxo-MR: 6.5.0.f-2014013101
B. OS: CentOS release 6.5 (Final) x86_64
C. Apps:
   1. MySQL: mysql-5.5.34-1.el6.x86_64
   2. PHP: php53u-5.3.28-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.27-1.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.5.13-1.el6.x86_64
   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): mod_php_ruid2
- Steps

1. yum clean all . yum replace mysql --replace-with=mysql55
2. yum clean all.  yum update?
3. yum replace mratwork-release --replace-with=mratwork-testing
? sh /script/sh /script/php53s-installer  ??

4. yum update
5. sh /script/upcp ? or sh /script/cleanup (cleanup remove php53s)


Thanks for your time

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Update problem
« Reply #17 on: 2014-04-16, 14:11:33 »
Kloxo-MR 6.5.0.f still using php52s (special php 5.2 for panel). It's different with 6.5.1 because already using php53s (use 'standard' php53u with 'special' trick to setup in latest version; early version using special php53s).
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline johnnyto1979

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Fixme - Freianzeigen.tk
Re: Update problem
« Reply #18 on: 2014-04-18, 06:29:28 »
Hi Again.
I followed your guide.
and all was k bis here,.
yum clean all
yum replace mysql --replace-with=mysql55
chkconfig mysqld on
yum clean all
yum update php52s
yum install php52s
sh /script/restart-all
sh /script/cleanup
sh /script/restart-all


cd /
rm -f *.rpm
yum clean all
yum replace mratwork-release --replace-with=mratwork-testing
yum update kloxomr
sh /script/php53s-installer
sh /script/fixlxphpexe php53s
sh /script/restart-all
6.5.1.b-2014041704

then if i try an ucpc or cleanup
I get many missing php moduls
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/imap.so' - /usr/lib/php/modules/imap.so: cannot open shared object file: No such file or directory in Unknown on line 0

But many

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Update problem
« Reply #19 on: 2014-04-18, 06:32:46 »
Update your kloxomr with 'yum update kloxomr' and then run 'php53s-installer'. Or try 'sh /script/upcp'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline johnnyto1979

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Fixme - Freianzeigen.tk
Re: Update problem
« Reply #20 on: 2014-04-18, 10:29:27 »
I tried what you have said, but no success.
i tried cp /opt/php53s/usr/lib/php/modules/*  /usr/lib/php/modules/
and then sh upcp .. worked, no error
but my website not working  "Internal Server Error"
nginx say 2014/04/18 11:24:20 [crit] 9358#0: *1 openat() "/home/admin/site.xx/" failed (13: Permission denied), client: 178.115.131.17, server: site.xx, request: "GET / HTTP/1.1", host: "site.xx"
Permission denied. why?
I run fix-chmodchown - same stuff

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Update problem
« Reply #21 on: 2014-04-18, 10:43:06 »
I think you wrong for copy of /opt/php53s/usr/lib/php/modules/*  to /usr/lib/php/modules/.

Your problem is php53s and not php-branch  where Kloxo-MR panel using php53s instead php-branch for access panel.

Ok, inform here:
Code: [Select]
yum list installed php* mysql*
cat /usr/local/lxlabs/kloxo/bin/kloxoversion
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline johnnyto1979

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Fixme - Freianzeigen.tk
Re: Update problem
« Reply #22 on: 2014-04-18, 11:00:50 »
I created an subdomain .. and this work..


Loading mirror speeds from cached hostfile
 * base: mirrors.biztelecom.ro
 * extras: mirrors.xservers.ro
 * mratwork-epel: ftp.ines.lug.ro
 * mratwork-ius: download.srv.ro
 * updates: mirrors.xservers.ro
0 packages excluded due to repository protections
Installed Packages
mysql55.i686                                                                                                      5.5.37-1.ius.el6                                                                                            @mratwork-ius
mysql55-libs.i686                                                                                                 5.5.37-1.ius.el6                                                                                            @mratwork-ius
mysql55-server.i686                                                                                               5.5.37-1.ius.el6                                                                                            @mratwork-ius
mysqlclient16.i686                                                                                                5.1.61-4.ius.el6                                                                                            @kloxo-mr-ius
php53u.i686                                                                                                       5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-bcmath.i686                                                                                                5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-cli.i686                                                                                                   5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-common.i686                                                                                                5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-fpm.i686                                                                                                   5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-gd.i686                                                                                                    5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-mbstring.i686                                                                                              5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-mcrypt.i686                                                                                                5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-mysql.i686                                                                                                 5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-pdo.i686                                                                                                   5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-pear.noarch                                                                                                1:1.9.4-3.ius.el6                                                                                           @kloxo-mr-ius
php53u-pecl-geoip.i686                                                                                            1.0.8-1.ius.el6                                                                                             @kloxo-mr-ius
php53u-pecl-imagick.i686                                                                                          3.1.2-1.ius.el6                                                                                             @kloxo-mr-ius
php53u-pgsql.i686                                                                                                 5.3.28-2.ius.el6                                                                                            @mratwork-ius
php53u-xml.i686                                 

version 6.5.1.b-2014041802
« Last Edit: 2014-04-18, 11:03:08 by johnnyto1979 »

Offline Kloxo-DR

  • Senior Member
  • *
  • Posts: 239
  • Karma: +3/-9
    • View Profile
Re: Update problem
« Reply #23 on: 2014-04-18, 11:06:34 »
Hi,

If you do not need to update mysql, let it remain.

Just make an update of kloxo and be happy:

yum update kloxomr
sh /script/cleanup

And then you are done. Updating kloxomr is much more important than getting and resolving the mysql problems.

Kloxo-MR 6.5.1 will trouble you even more. Of course no one stops you from beta testing.

Offline johnnyto1979

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Fixme - Freianzeigen.tk
Re: Update problem
« Reply #24 on: 2014-04-18, 11:07:56 »
I think is a problem with some conf nginx
I deleted an domain and recreate. and works.
But the rest i cannot delete :)
« Last Edit: 2014-04-18, 11:11:02 by johnnyto1979 »

Offline Kloxo-DR

  • Senior Member
  • *
  • Posts: 239
  • Karma: +3/-9
    • View Profile
Re: Update problem
« Reply #25 on: 2014-04-18, 11:16:52 »
To solve problem of nginx conf files:

You could change the webserver in admin from nginx to apache. Then it will create all conf files for apache.

Thereafter, change from admin apache ---> nginx. Then it will recreate all conf files for nginx.

Offline johnnyto1979

  • Junior Member
  • *
  • Posts: 34
  • Karma: +0/-0
  • Gender: Male
    • View Profile
    • Fixme - Freianzeigen.tk
Re: Update problem
« Reply #26 on: 2014-04-18, 11:30:19 »
Conf files are ok .. are the same ..
I changed to php-fpm-event.. and works....
Thanks.. Thanks...

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.08 seconds with 19 queries.

web stats analysis