[Bug 1242376] Re: "reload php5-fpm" crashes
What I just noticed (on an Ubuntu 14.04.4 LTS, using ondrej's PPA) is that /etc/init.d/php5-fpm still exists. When I issue "service php5-fpm reload" - my FPM engines disappear, even though I have /etc/init/php5-fpm.conf and /etc/init/php5-fpm.override set to enable the "reload" parameter. Looks like when I run "service php5-fpm reload" it is trying to hit that (old, outdated) /etc/init.d/php5-fpm script, and wasn't hitting the upstart version. Removed the old init file, and now "reload" works fine. I am sure there are reasons for leaving it behind (such as if someone isn't using upstart?) but it causes a conflict if left in place. /etc/init.d/php5-fpm might need some additional attention, to read from the same pid files, or whatever (?) if it doesn't get removed soon. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1242376 Title: "reload php5-fpm" crashes To manage notifications about this bug go to: https://bugs.launchpad.net/php/+bug/1242376/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1242376] Re: "reload php5-fpm" crashes
+1 We have this issue too. Seems the "reload signal USR2" being in the official php5-fpm.conf is still commented out. Not sure why, as it should be able to be pinned just to recent versions of Upstart / releases. I have used Robie's suggestion #3 above in an .override file, and that seems to work at the moment. option #1 isn't really an option (same reasons in comment #15). option #2 is the best bet. Just a little more robustness is required in the Upstart script. Appreciate all the work so far, Upstart wasn't exactly designed in the beginning to support all these other actions. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1242376 Title: "reload php5-fpm" crashes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1242376/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1230917] Re: php5-fpm logrotate errors after package switched to upstart
yeah, woops. I did apt-add-repository ppa:ondrej/php5-oldstable, but apparently it redirects to ondrej/php5 without me realizing it. I do appreciate the new upstart style approach to the init script, that was a great change. I was concerned converting initscripts to upstart would lose custom actions and things like "reload" (which I see is commented out currently) That's unrelated to this though. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1230917 Title: php5-fpm logrotate errors after package switched to upstart To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 1230917] Re: php5-fpm logrotate errors after package switched to upstart
will this be backported to php5-oldstable as well? I'm running saucy, which means php5-oldstable is PHP 5.5.3 currently. there is no PHP 5.4 from dotdeb. I am a little hesitant to change to just "php5" instead of "php5-oldstable" as I don't want to inherit PHP 5.6/something else in the future on accident. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1230917 Title: php5-fpm logrotate errors after package switched to upstart To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1230917/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)
I don't consider that correct. It worked fine prior to 11.04. I consider this a regression, all that needs to be done is add a symlink in the libpng package and a symlink in libjpeg (possibly depending on version used) and PHP is happy. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/811273 Title: FTBFS due to libpng (and lesser libjpeg) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)
Building it from source from php.net. Not Ubuntu source packages. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/811273 Title: FTBFS due to libpng (and lesser libjpeg) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)
It might also be fixed by the same approach used here: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/739977 Working configure string (for PHP 5.3.6, but was the same since PHP 5.3.3) ./configure \ --enable-fpm \ --enable-cli \ --enable-inline-optimization \ --disable-rpath \ --disable-ipv6 \ --enable-mbstring \ --enable-mbregex \ --enable-sqlite-utf8 \ --with-gettext \ --enable-intl \ --with-mysql=mysqlnd \ --with-mysqli=mysqlnd \ --with-pdo-mysql=mysqlnd \ --with-curl \ --with-zlib \ --with-freetype-dir \ --enable-shmop \ --with-xsl=shared \ --with-mssql=shared \ --enable-soap=shared \ --enable-sockets \ --enable-pcntl=shared \ --with-mcrypt \ --with-bz2 \ --with-tidy \ --with-pcre-dir \ --with-openssl \ --with-pear \ --with-gmp \ --with-jpeg-dir \ --enable-gd-native-ttf \ --enable-exif Either of these won't work due to PHP trying to locate libpng.so. --with-gd --with-png-dir -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/811273 Title: FTBFS due to libpng (and lesser libjpeg) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)
This could be filed under libpng perhaps, as that seems like the place to put a workaround; not sure. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/811273 Title: FTBFS due to libpng (and lesser libjpeg) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 811273] [NEW] FTBFS due to libpng (and lesser libjpeg)
Public bug reported: As described here: http://www.nigeldunn.com/2011/05/14/ubuntu-11-04-libjpeg-so-libpng-so-php-installation-issues/ There is no proper fix yet for libpng - just manually symlinking, which is bad. For libjpeg, I was able to use the "libjpeg8-dev" package and that resolved it. I believe this is a multiarch issue, and I am not sure if Ubuntu can provide a fix (perhaps drop a symlink in the right places through libpng-dev?) or push/suggest the right way for PHP to detect the library location. ** Affects: php5 (Ubuntu) Importance: Undecided Status: New ** Tags: ftbfs libpng -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/811273 Title: FTBFS due to libpng (and lesser libjpeg) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/php5/+bug/811273/+subscriptions -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 397721] Re: [needs-packaging] php-fpm
When the source is merged (PHP 5.4 is when I expect it) it -will- be part of PHP core and can enabled with a simple configure switch. It won't require any patches or anything special. I don't see why when PHP 5.4 comes out it wouldn't be an option to include. If someone installs a PHP 5 w/ FastCGI it should be included and considered to be two-in-a-box with the cgi-fcgi SAPI. -- [needs-packaging] php-fpm https://bugs.launchpad.net/bugs/397721 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 397721] Re: [needs-packaging] php-fpm
I meant in the description or changelog putting a note "PHP-FPM SAPI included (experimental)" or something. It should be included in PHP 5.4 core, which should make it good enough to add in :) -- [needs-packaging] php-fpm https://bugs.launchpad.net/bugs/397721 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs
[Bug 397721] Re: [needs-packaging] php-fpm
It should be included but marked as experimental. It is stable in the 5.2 patch, and by the time Debian will adopt it I would say the new PHP core-packaged 5.3.x/5.4+ version would be stable enough to include, perhaps with small print of "experimental" Without that option it will never have a chance to get truly widespread properly either. -- [needs-packaging] php-fpm https://bugs.launchpad.net/bugs/397721 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs