[Bug 1242376] Re: reload php5-fpm crashes

2014-09-28 Thread Michael Shadle
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

[Bug 1242376] Re: reload php5-fpm crashes

2014-06-25 Thread Michael Shadle
+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

[Bug 1230917] Re: php5-fpm logrotate errors after package switched to upstart

2014-03-04 Thread Michael Shadle
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

[Bug 1230917] Re: php5-fpm logrotate errors after package switched to upstart

2014-03-03 Thread Michael Shadle
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

[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)

2011-08-19 Thread Michael Shadle
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

[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)

2011-07-16 Thread Michael Shadle
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

[Bug 811273] [NEW] FTBFS due to libpng (and lesser libjpeg)

2011-07-15 Thread Michael Shadle
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

[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)

2011-07-15 Thread Michael Shadle
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

[Bug 811273] Re: FTBFS due to libpng (and lesser libjpeg)

2011-07-15 Thread Michael Shadle
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

[Bug 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Michael Shadle
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

[Bug 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Michael Shadle
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

[Bug 397721] Re: [needs-packaging] php-fpm

2010-04-06 Thread Michael Shadle
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