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, 23:34:45

Author Topic: php-fpm failing after yum update  (Read 14853 times)

0 Members and 1 Guest are viewing this topic.

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
php-fpm failing after yum update
« on: 2014-03-14, 15:26:18 »
Mustafa,

I updated a server last night, newest KloxoMR and another php54 update - on script/cleanup when php-fpm restarted it failed.

I did all old tricks, changed php branch, changed php type, changed webserver.  Ran fix-all, fixphpfpm, nothing would get php-fpm running.  I replaced php54 with php53u and fix scripts.  Somehow it is working.

Just now updated another server.  Same problem.  This time I can not get php-fpm to work.  Something is wrong.  I am not updating any more servers.

Please advise.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #1 on: 2014-03-14, 15:28:36 »
Look like something wrong with php54 from IUS.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #2 on: 2014-03-14, 15:33:05 »
php53u, php54, and php55 will not work on latest try.  php-fpm continues to fail

I was able to get php54 running on first server, but not on newest try.
« Last Edit: 2014-03-14, 15:38:31 by chrisf »
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #3 on: 2014-03-14, 16:04:57 »
You can try with 'yum replace php53u --replace-with=php54' to know what's wrong with php54.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #4 on: 2014-03-14, 16:08:38 »
Nothing abnormal.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #5 on: 2014-03-14, 16:13:22 »
And try 'php-fpm -v' and 'service php-fpm status' for php54.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #6 on: 2014-03-14, 16:29:32 »
php-fpm is not starting.  I have a few joomla 3.0 sites that need php54 or greater.  Is the problem with php or configuration in KloxoMR?   I was able to get it working, but can't get the other server to run on anything but php53u. 
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #7 on: 2014-03-14, 17:13:46 »
Inform here 'yum list php*'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #8 on: 2014-03-14, 17:46:19 »
There is a problem with /cleanup and /fix-all

I have php53u installed, all working,
yum replace php53u --replace-with=php54
service php-fpm restart
ALL OK, php -v displays 5.4.26

Websites display.

sh /script/fix-all or cleanup
service php-fpm restart FAILS
php -v DISPLAYS NOTHING.

I can only get php53 to make it past a fix-all

THIS HAS BEEN REPRODUCED ON 3 SERVERS.  And I can reproduce over and over again!

PLEASE INVESTIGATE
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #9 on: 2014-03-14, 18:07:37 »
[root@cc-server1 ~]# yum replace php53u --replace-with=php54
Loaded plugins: fastestmirror, priorities, protectbase, replace
Loading mirror speeds from cached hostfile
 * base: mirror.es.its.nyu.edu
 * extras: mirror.ash.fastserv.com
 * mratwork-epel: ftp.cse.buffalo.edu
 * mratwork-ius: dl.iuscommunity.org
 * updates: mirrors.lga7.us.voxel.net
base                                     | 3.7 kB     00:00
extras                                   | 3.4 kB     00:00
mratwork-centalt                         |  951 B     00:00
mratwork-epel                            | 4.2 kB     00:00
mratwork-google-mod-pagespeed            |  951 B     00:00
mratwork-ius                             | 2.1 kB     00:00
mratwork-ius-c5                          | 2.1 kB     00:00
mratwork-litespeed                       |  951 B     00:00
mratwork-litespeed-update                |  951 B     00:00
mratwork-release-neutral-arch            |  951 B     00:00
mratwork-release-neutral-noarch          |  951 B     00:00
mratwork-release-version-arch            |  951 B     00:00
mratwork-release-version-noarch          |  951 B     00:00
mratwork-testing-neutral-noarch          |  951 B     00:00
mratwork-varnish-3.0                     |  951 B     00:00
rsyslog_v7                               | 2.5 kB     00:00
updates                                  | 3.4 kB     00:00
vz-base                                  |  951 B     00:00
vz-updates                               |  951 B     00:00
28 packages excluded due to repository protections
Replacing packages takes time, please be patient...

WARNING: Unable to resolve all providers: ['config(php53u-common)', 'curl.so()(64bit)', 'fileinfo.so()(64bit)', 'json.so()(64bit)', 'phar.so()(64bit)', 'php53(api)', 'php53(zend-abi)', 'php53-api', 'php53-bz2', 'php53-calendar', 'php53-common', 'php53-ctype', 'php53-curl', 'php53-date', 'php53-exif', 'php53-ftp', 'php53-gettext', 'php53-gmp', 'php53-hash', 'php53-iconv', 'php53-json', 'php53-libxml', 'php53-openssl', 'php53-pcre', 'php53-pecl(Fileinfo)', 'php53-pecl(json)', 'php53-pecl(phar)', 'php53-pecl(zip)', 'php53-pecl-Fileinfo', 'php53-pecl-json', 'php53-pecl-phar', 'php53-pecl-zip', 'php53-posix', 'php53-reflection', 'php53-session', 'php53-shmop', 'php53-simplexml', 'php53-sockets', 'php53-spl', 'php53-sqlite3', 'php53-sysvmsg', 'php53-sysvsem', 'php53-sysvshm', 'php53-tokenizer', 'php53-wddx', 'php53-zend-abi', 'php53-zip', 'php53-zlib', 'php53u(api)', 'php53u(zend-abi)', 'php53u-api', 'php53u-bz2', 'php53u-calendar', 'php53u-ctype', 'php53u-curl', 'php53u-date', 'php53u-exif', 'php53u-fileinfo', 'php53u-ftp', 'php53u-gettext', 'php53u-gmp', 'php53u-hash', 'php53u-iconv', 'php53u-json', 'php53u-libxml', 'php53u-openssl', 'php53u-pcre', 'php53u-pecl(Fileinfo)', 'php53u-pecl(json)', 'php53u-pecl(phar)', 'php53u-pecl(zip)', 'php53u-pecl-Fileinfo', 'php53u-pecl-json', 'php53u-pecl-phar', 'php53u-pecl-zip', 'php53u-posix', 'php53u-reflection', 'php53u-session', 'php53u-shmop', 'php53u-simplexml', 'php53u-sockets', 'php53u-spl', 'php53u-sqlite3', 'php53u-sysvmsg', 'php53u-sysvsem', 'php53u-sysvshm', 'php53u-tokenizer', 'php53u-wddx', 'php53u-zend-abi', 'php53u-zip', 'php53u-zlib', 'zip.so()(64bit)', 'php53u-common', 'php53u-common(x86-64)', 'config(php53u-pdo)', 'pdo.so()(64bit)', 'pdo_sqlite.so()(64bit)', 'php53-pdo', 'php53-pdo-abi', 'php53-pdo_sqlite', 'php53u-pdo-abi', 'php53u-pdo', 'php53u-pdo(x86-64)', 'php53-cgi', 'php53-cli', 'php53-pcntl', 'php53-readline', 'php53u-cgi', 'php53u-pcntl', 'php53u-readline', 'php53u-cli', 'php53u-cli(x86-64)', 'config(php53u)', 'mod_php53u', 'php53', 'php53u', 'php53u(x86-64)', 'config(php53u-fpm)', 'php53-fpm', 'php53u-fpm', 'php53u-fpm(x86-64)', 'config(php53u-pgsql)', 'pdo_pgsql.so()(64bit)', 'pgsql.so()(64bit)', 'php53-pgsql', 'php53u-pgsql', 'php53u-pgsql(x86-64)', 'config(php53u-mysql)', 'mysql.so()(64bit)', 'mysqli.so()(64bit)', 'pdo_mysql.so()(64bit)', 'php53-mysql', 'php53-mysqli', 'php53u-mysqli', 'php_database', 'php53u-mysql', 'php53u-mysql(x86-64)', 'config(php53u-mbstring)', 'mbstring.so()(64bit)', 'php53-mbstring', 'php53u-mbstring', 'php53u-mbstring(x86-64)', 'libphp5.so()(64bit)', 'php53-zts', 'php53u-zts', 'php53u-zts(x86-64)', 'config(php53u-gd)', 'gd.so()(64bit)', 'php53-gd', 'php53u-gd', 'php53u-gd(x86-64)', 'config(php53u-process)', 'php-posix', 'php-sysvmsg', 'php-sysvsem', 'php-sysvshm', 'php53-posix', 'php53-process', 'php53-sysvmsg', 'php53-sysvsem', 'php53-sysvshm', 'php53u-posix', 'php53u-sysvmsg', 'php53u-sysvsem', 'php53u-sysvshm', 'posix.so()(64bit)', 'sysvmsg.so()(64bit)', 'sysvsem.so()(64bit)', 'sysvshm.so()(64bit)', 'php53u-process', 'php53u-process(x86-64)', 'config(php53u-xml)', 'dom.so()(64bit)', 'php53-dom', 'php53-domxml', 'php53-xml', 'php53-xsl', 'php53u-dom', 'php53u-domxml', 'php53u-xsl', 'wddx.so()(64bit)', 'xmlreader.so()(64bit)', 'xmlwriter.so()(64bit)', 'xsl.so()(64bit)', 'php53u-xml', 'php53u-xml(x86-64)', 'bcmath.so()(64bit)', 'config(php53u-bcmath)', 'php53-bcmath', 'php53u-bcmath', 'php53u-bcmath(x86-64)', 'config(php53u-mcrypt)', 'mcrypt.so()(64bit)', 'php53-mcrypt', 'php53u-mcrypt', 'php53u-mcrypt(x86-64)']

This may be normal depending on the package.  Continue? [y/N] y
Resolving Dependencies
--> Running transaction check
---> Package php53u.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-bcmath.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-cli.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-common.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-fpm.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-gd.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-mbstring.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-mcrypt.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-mysql.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-pdo.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-pear.noarch 1:1.9.4-3.ius.el6 will be erased
---> Package php53u-pecl-geoip.x86_64 0:1.0.8-1.ius.el6 will be erased
---> Package php53u-pgsql.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-process.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-xcache.x86_64 0:3.1.0-1.ius.el6 will be erased
---> Package php53u-xml.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php53u-zts.x86_64 0:5.3.28-2.ius.el6 will be erased
---> Package php54.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-bcmath.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-cli.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-common.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-fpm.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-gd.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-mbstring.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-mcrypt.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-mysql.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-pdo.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-pear.noarch 1:1.9.4-2.ius.el6 will be installed
---> Package php54-pecl-geoip.x86_64 0:1.0.8-3.ius.el6 will be installed
---> Package php54-pgsql.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-process.x86_64 0:5.4.26-1.ius.el6 will be installed
---> Package php54-xcache.x86_64 0:3.1.0-1.ius.el6 will be installed
---> Package php54-xml.x86_64 0:5.4.26-1.ius.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================
 Package           Arch   Version           Repository     Size
================================================================
Installing:
 php54             x86_64 5.4.26-1.ius.el6  mratwork-ius  2.7 M
 php54-bcmath      x86_64 5.4.26-1.ius.el6  mratwork-ius   25 k
 php54-cli         x86_64 5.4.26-1.ius.el6  mratwork-ius  2.6 M
 php54-common      x86_64 5.4.26-1.ius.el6  mratwork-ius  902 k
 php54-fpm         x86_64 5.4.26-1.ius.el6  mratwork-ius  1.3 M
 php54-gd          x86_64 5.4.26-1.ius.el6  mratwork-ius  117 k
 php54-mbstring    x86_64 5.4.26-1.ius.el6  mratwork-ius  909 k
 php54-mcrypt      x86_64 5.4.26-1.ius.el6  mratwork-ius   25 k
 php54-mysql       x86_64 5.4.26-1.ius.el6  mratwork-ius  110 k
 php54-pdo         x86_64 5.4.26-1.ius.el6  mratwork-ius   95 k
 php54-pear        noarch 1:1.9.4-2.ius.el6 mratwork-ius  380 k
 php54-pecl-geoip  x86_64 1.0.8-3.ius.el6   mratwork-ius   13 k
 php54-pgsql       x86_64 5.4.26-1.ius.el6  mratwork-ius   87 k
 php54-process     x86_64 5.4.26-1.ius.el6  mratwork-ius   35 k
 php54-xcache      x86_64 3.1.0-1.ius.el6   mratwork-ius  109 k
 php54-xml         x86_64 5.4.26-1.ius.el6  mratwork-ius  145 k
Removing:
 php53u            x86_64 5.3.28-2.ius.el6  @mratwork-ius 4.4 M
 php53u-bcmath     x86_64 5.3.28-2.ius.el6  @mratwork-ius  29 k
 php53u-cli        x86_64 5.3.28-2.ius.el6  @mratwork-ius 7.9 M
 php53u-common     x86_64 5.3.28-2.ius.el6  @mratwork-ius 3.4 M
 php53u-fpm        x86_64 5.3.28-2.ius.el6  @mratwork-ius 4.0 M
 php53u-gd         x86_64 5.3.28-2.ius.el6  @mratwork-ius 336 k
 php53u-mbstring   x86_64 5.3.28-2.ius.el6  @mratwork-ius 2.1 M
 php53u-mcrypt     x86_64 5.3.28-2.ius.el6  @mratwork-ius  46 k
 php53u-mysql      x86_64 5.3.28-2.ius.el6  @mratwork-ius 219 k
 php53u-pdo        x86_64 5.3.28-2.ius.el6  @mratwork-ius 126 k
 php53u-pear       noarch 1:1.9.4-3.ius.el6 @mratwork-ius 2.2 M
 php53u-pecl-geoip x86_64 1.0.8-1.ius.el6   @mratwork-ius  29 k
 php53u-pgsql      x86_64 5.3.28-2.ius.el6  @mratwork-ius 156 k
 php53u-process    x86_64 5.3.28-2.ius.el6  @mratwork-ius  65 k
 php53u-xcache     x86_64 3.1.0-1.ius.el6   @mratwork-ius 317 k
 php53u-xml        x86_64 5.3.28-2.ius.el6  @mratwork-ius 312 k
 php53u-zts        x86_64 5.3.28-2.ius.el6  @mratwork-ius 4.6 M

Transaction Summary
================================================================
Install      16 Package(s)
Remove       17 Package(s)

Total download size: 9.4 M
Is this ok [y/N]: y
Downloading Packages:
(1/16): php54-5.4.26-1.ius.el6.x86_64.rp | 2.7 MB     00:00
(2/16): php54-bcmath-5.4.26-1.ius.el6.x8 |  25 kB     00:00
(3/16): php54-cli-5.4.26-1.ius.el6.x86_6 | 2.6 MB     00:00
(4/16): php54-common-5.4.26-1.ius.el6.x8 | 902 kB     00:00
(5/16): php54-fpm-5.4.26-1.ius.el6.x86_6 | 1.3 MB     00:00
(6/16): php54-gd-5.4.26-1.ius.el6.x86_64 | 117 kB     00:00
(7/16): php54-mbstring-5.4.26-1.ius.el6. | 909 kB     00:00
(8/16): php54-mcrypt-5.4.26-1.ius.el6.x8 |  25 kB     00:00
(9/16): php54-mysql-5.4.26-1.ius.el6.x86 | 110 kB     00:00
(10/16): php54-pdo-5.4.26-1.ius.el6.x86_ |  95 kB     00:00
(11/16): php54-pear-1.9.4-2.ius.el6.noar | 380 kB     00:00
(12/16): php54-pecl-geoip-1.0.8-3.ius.el |  13 kB     00:00
(13/16): php54-pgsql-5.4.26-1.ius.el6.x8 |  87 kB     00:00
(14/16): php54-process-5.4.26-1.ius.el6. |  35 kB     00:00
(15/16): php54-xcache-3.1.0-1.ius.el6.x8 | 109 kB     00:00
(16/16): php54-xml-5.4.26-1.ius.el6.x86_ | 145 kB     00:00
----------------------------------------------------------------
Total                           4.1 MB/s | 9.4 MB     00:02
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : php54-common-5.4.26-1.ius.el6.x86_64        1/33
warning: /etc/php.ini created as /etc/php.ini.rpmnew
  Installing : php54-cli-5.4.26-1.ius.el6.x86_64           2/33
  Installing : php54-pdo-5.4.26-1.ius.el6.x86_64           3/33
  Installing : 1:php54-pear-1.9.4-2.ius.el6.noarch         4/33
  Installing : php54-pecl-geoip-1.0.8-3.ius.el6.x86_64     5/33
  Installing : php54-mysql-5.4.26-1.ius.el6.x86_64         6/33
  Installing : php54-pgsql-5.4.26-1.ius.el6.x86_64         7/33
  Installing : php54-5.4.26-1.ius.el6.x86_64               8/33
  Installing : php54-mbstring-5.4.26-1.ius.el6.x86_64      9/33
  Installing : php54-xml-5.4.26-1.ius.el6.x86_64          10/33
  Installing : php54-gd-5.4.26-1.ius.el6.x86_64           11/33
  Installing : php54-fpm-5.4.26-1.ius.el6.x86_64          12/33
  Installing : php54-process-5.4.26-1.ius.el6.x86_64      13/33
  Installing : php54-mcrypt-5.4.26-1.ius.el6.x86_64       14/33
  Installing : php54-xcache-3.1.0-1.ius.el6.x86_64        15/33
  Installing : php54-bcmath-5.4.26-1.ius.el6.x86_64       16/33
  Erasing    : php53u-mysql-5.3.28-2.ius.el6.x86_64       17/33
  Erasing    : php53u-pgsql-5.3.28-2.ius.el6.x86_64       18/33
  Erasing    : php53u-pecl-geoip-1.0.8-1.ius.el6.x86_64   19/33
  Erasing    : 1:php53u-pear-1.9.4-3.ius.el6.noarch       20/33
  Erasing    : php53u-pdo-5.3.28-2.ius.el6.x86_64         21/33
  Erasing    : php53u-xcache-3.1.0-1.ius.el6.x86_64       22/33
  Erasing    : php53u-bcmath-5.3.28-2.ius.el6.x86_64      23/33
  Erasing    : php53u-fpm-5.3.28-2.ius.el6.x86_64         24/33
  Erasing    : php53u-5.3.28-2.ius.el6.x86_64             25/33
  Erasing    : php53u-cli-5.3.28-2.ius.el6.x86_64         26/33
  Erasing    : php53u-mcrypt-5.3.28-2.ius.el6.x86_64      27/33
  Erasing    : php53u-mbstring-5.3.28-2.ius.el6.x86_64    28/33
  Erasing    : php53u-process-5.3.28-2.ius.el6.x86_64     29/33
  Erasing    : php53u-gd-5.3.28-2.ius.el6.x86_64          30/33
  Erasing    : php53u-zts-5.3.28-2.ius.el6.x86_64         31/33
  Erasing    : php53u-xml-5.3.28-2.ius.el6.x86_64         32/33
  Erasing    : php53u-common-5.3.28-2.ius.el6.x86_64      33/33
  Verifying  : php54-mbstring-5.4.26-1.ius.el6.x86_64      1/33
  Verifying  : php54-xml-5.4.26-1.ius.el6.x86_64           2/33
  Verifying  : php54-gd-5.4.26-1.ius.el6.x86_64            3/33
  Verifying  : php54-pecl-geoip-1.0.8-3.ius.el6.x86_64     4/33
  Verifying  : php54-mysql-5.4.26-1.ius.el6.x86_64         5/33
  Verifying  : php54-fpm-5.4.26-1.ius.el6.x86_64           6/33
  Verifying  : php54-process-5.4.26-1.ius.el6.x86_64       7/33
  Verifying  : php54-common-5.4.26-1.ius.el6.x86_64        8/33
  Verifying  : php54-mcrypt-5.4.26-1.ius.el6.x86_64        9/33
  Verifying  : php54-5.4.26-1.ius.el6.x86_64              10/33
  Verifying  : php54-xcache-3.1.0-1.ius.el6.x86_64        11/33
  Verifying  : 1:php54-pear-1.9.4-2.ius.el6.noarch        12/33
  Verifying  : php54-cli-5.4.26-1.ius.el6.x86_64          13/33
  Verifying  : php54-pgsql-5.4.26-1.ius.el6.x86_64        14/33
  Verifying  : php54-pdo-5.4.26-1.ius.el6.x86_64          15/33
  Verifying  : php54-bcmath-5.4.26-1.ius.el6.x86_64       16/33
  Verifying  : php53u-pdo-5.3.28-2.ius.el6.x86_64         17/33
  Verifying  : php53u-xml-5.3.28-2.ius.el6.x86_64         18/33
  Verifying  : php53u-zts-5.3.28-2.ius.el6.x86_64         19/33
  Verifying  : php53u-pecl-geoip-1.0.8-1.ius.el6.x86_64   20/33
  Verifying  : php53u-gd-5.3.28-2.ius.el6.x86_64          21/33
  Verifying  : php53u-pgsql-5.3.28-2.ius.el6.x86_64       22/33
  Verifying  : php53u-process-5.3.28-2.ius.el6.x86_64     23/33
  Verifying  : php53u-mysql-5.3.28-2.ius.el6.x86_64       24/33
  Verifying  : php53u-mbstring-5.3.28-2.ius.el6.x86_64    25/33
  Verifying  : 1:php53u-pear-1.9.4-3.ius.el6.noarch       26/33
  Verifying  : php53u-mcrypt-5.3.28-2.ius.el6.x86_64      27/33
  Verifying  : php53u-common-5.3.28-2.ius.el6.x86_64      28/33
  Verifying  : php53u-fpm-5.3.28-2.ius.el6.x86_64         29/33
  Verifying  : php53u-5.3.28-2.ius.el6.x86_64             30/33
  Verifying  : php53u-bcmath-5.3.28-2.ius.el6.x86_64      31/33
  Verifying  : php53u-cli-5.3.28-2.ius.el6.x86_64         32/33
  Verifying  : php53u-xcache-3.1.0-1.ius.el6.x86_64       33/33

Removed:
  php53u.x86_64 0:5.3.28-2.ius.el6
  php53u-bcmath.x86_64 0:5.3.28-2.ius.el6
  php53u-cli.x86_64 0:5.3.28-2.ius.el6
  php53u-common.x86_64 0:5.3.28-2.ius.el6
  php53u-fpm.x86_64 0:5.3.28-2.ius.el6
  php53u-gd.x86_64 0:5.3.28-2.ius.el6
  php53u-mbstring.x86_64 0:5.3.28-2.ius.el6
  php53u-mcrypt.x86_64 0:5.3.28-2.ius.el6
  php53u-mysql.x86_64 0:5.3.28-2.ius.el6
  php53u-pdo.x86_64 0:5.3.28-2.ius.el6
  php53u-pear.noarch 1:1.9.4-3.ius.el6
  php53u-pecl-geoip.x86_64 0:1.0.8-1.ius.el6
  php53u-pgsql.x86_64 0:5.3.28-2.ius.el6
  php53u-process.x86_64 0:5.3.28-2.ius.el6
  php53u-xcache.x86_64 0:3.1.0-1.ius.el6
  php53u-xml.x86_64 0:5.3.28-2.ius.el6
  php53u-zts.x86_64 0:5.3.28-2.ius.el6

Installed:
  php54.x86_64 0:5.4.26-1.ius.el6
  php54-bcmath.x86_64 0:5.4.26-1.ius.el6
  php54-cli.x86_64 0:5.4.26-1.ius.el6
  php54-common.x86_64 0:5.4.26-1.ius.el6
  php54-fpm.x86_64 0:5.4.26-1.ius.el6
  php54-gd.x86_64 0:5.4.26-1.ius.el6
  php54-mbstring.x86_64 0:5.4.26-1.ius.el6
  php54-mcrypt.x86_64 0:5.4.26-1.ius.el6
  php54-mysql.x86_64 0:5.4.26-1.ius.el6
  php54-pdo.x86_64 0:5.4.26-1.ius.el6
  php54-pear.noarch 1:1.9.4-2.ius.el6
  php54-pecl-geoip.x86_64 0:1.0.8-3.ius.el6
  php54-pgsql.x86_64 0:5.4.26-1.ius.el6
  php54-process.x86_64 0:5.4.26-1.ius.el6
  php54-xcache.x86_64 0:3.1.0-1.ius.el6
  php54-xml.x86_64 0:5.4.26-1.ius.el6

Complete!
[root@cc-server1 ~]# service php-fpm restart
Stopping php-fpm:                                          [  OK  ]
Starting php-fpm:                                            [  OK. ]             
[root@cc-server1 ~]# php -v
PHP 5.4.26 (cli) (built: Mar  7 2014 10:09:20)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with XCache v3.1.0, Copyright (c) 2005-2013, by mOo
    with XCache Optimizer v3.1.0, Copyright (c) 2005-2013, by mOo
    with XCache Cacher v3.1.0, Copyright (c) 2005-2013, by mOo
    with XCache Coverager v3.1.0, Copyright (c) 2005-2013, by mOo
[root@cc-server1 ~]#

After running sh/script/fixphpfpm, service php-fpm restart displays:

Stopping php-fpm:                                          [FAILED]
Starting php-fpm: [14-Mar-2014 12:57:59] ERROR: [/etc/php-fpm.conf:1] unknown entry '<?xml version'
[14-Mar-2014 12:57:59] ERROR: failed to load configuration file '/etc/php-fpm.conf'
[14-Mar-2014 12:57:59] ERROR: FPM initialization failed
                                                           [FAILED]
[root@cc-server1 ~]#

Running fix-all is worse! It chkconfig php-fpm OFF and FAILS with no warning or error.

Only php (5.3.3) and php53u is working
« Last Edit: 2014-03-14, 18:13:02 by chrisf »
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #10 on: 2014-03-14, 18:52:30 »
Kloxo-MR wrong detect php  version or wrong information from php packages.

Copy '/home/php-fpm/etc/php53-fpm.conf' to '/etc/php-fpm.conf' and then run again fixweb and restart-web.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #11 on: 2014-03-14, 19:25:39 »
Not good enough.  Php-fpm will start, but no websites will display.

Unable to run any fix scripts, even fixweb after copying makes it fail.

Please fix Mustafa.
Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #12 on: 2014-03-14, 20:22:20 »
inform your 'sh /script/sysinfo'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: php-fpm failing after yum update
« Reply #13 on: 2014-03-14, 20:55:14 »
Open 'web__lib.php' file and change all 'getPhpVersion()' to 'phpversion()'.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline chrisf

  • Senior Master
  • **
  • Posts: 883
  • Karma: +11/-1
  • Gender: Male
  • Be the change that you wish to see in the world.
    • View Profile
    • Conviction's Hosting
Re: php-fpm failing after yum update
« Reply #14 on: 2014-03-14, 21:30:14 »
A. Kloxo-MR: 6.5.1.b-2014031203

B. OS: CentOS release 6.5 (Final) x86_64

C. Apps:
   1. MySQL: mariadb-5.5.36-1.el6.x86_64
   2. PHP: php53u-5.3.28-2.ius.el6.x86_64
   3. Httpd: httpd-2.2.26-2.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Hiawatha: hiawatha-9.3.1-1.mr.el6.x86_64
   6. Nginx: --uninstalled--
   7. Cache: --uninstalled--
   8. Dns: djbdns-1.05-17.3.mr.el6.x86_64
   9. 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

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

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          4096        877       3218          0          0        356
   -/+ buffers/cache:        520       3575
   Swap:         4096          2       4093

Made the changes you advised to web__lib.php, replaced php53u with php54.  sh /script/fixweb. Php-fpm FAILED.

Christopher

Knowledge in: PHP, Perl, MySQL, Javascript, Actionscript, FLASH, HTML, CSS
Server Administrator / Developer: https://convictionshosting.com

 


Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.045 seconds with 18 queries.

web stats analysis