[Bug 1554806] Re: Change of behavior: "dpkg-reconfigure -f noninteractive" unconditionally overwrites /etc/timezone now

2016-05-16 Thread Michael Shadle
Looks like for the time being this is the best:

# change this based on desired locale
ln -fs /usr/share/zoneinfo/US/Pacific-New /etc/localtime
dpkg-reconfigure -f noninteractive tzdata

ignore /etc/timezone, that seems to be properly reflected after the
dpkg-reconfigure...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1554806

Title:
  Change of behavior: "dpkg-reconfigure -f noninteractive"
  unconditionally overwrites /etc/timezone now

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/1554806/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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

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 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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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 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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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

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 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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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 accident.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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)

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 member of Ubuntu
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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)

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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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 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 \
--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)

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 (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)

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 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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 \
--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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220092] Re: Collectd using a lot of CPU?

2011-05-20 Thread Michael Shadle
recent versions seem to be fine, from what i can tell.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/220092

Title:
  Collectd using a lot of CPU?

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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


[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 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

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 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

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 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 352440] Re: Hardy: igb support for Intel 82576

2010-02-10 Thread Michael Shadle
Again - can someone make a CD w/ this kernel on it already for us? :)
Even a vanilla server CD w/ the kernel injected in it would work.
Ideally it would be an official CD, but even someone who knows how to do
it would work.

-- 
Hardy: igb support for Intel 82576
https://bugs.launchpad.net/bugs/352440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 352440] Re: Hardy: igb support for Intel 82576

2009-11-26 Thread Michael Shadle
+1 that would greatly help the adoption of this. probably isn't -too-
difficult for someone who knows what they're doing.

of course, i assume that once it is installed that it won't downgrade
the kernel to a previous version - that the hardy kernels now all have
this in it.

-- 
Hardy: igb support for Intel 82576
https://bugs.launchpad.net/bugs/352440
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs