Activity log for bug #1216817

Date Who What changed Old value New value Message
2013-08-26 08:47:18 Arnaud bug added bug
2013-11-18 00:40:17 Joe Clifford nginx: status New Confirmed
2013-11-18 02:49:41 Thomas Ward nginx: status Confirmed Incomplete
2013-11-19 15:14:01 Thomas Ward bug task added nginx (Ubuntu)
2013-12-03 19:16:06 Will Glynn bug added subscriber Will Glynn
2013-12-03 19:16:17 Launchpad Janitor nginx (Ubuntu): status New Confirmed
2013-12-15 14:55:46 Juan Carlos Bauza Ogazón bug added subscriber Juan Carlos Bauza Ogazón
2013-12-15 23:49:18 Thomas Ward nginx: importance Undecided Low
2013-12-15 23:49:50 Thomas Ward nginx (Ubuntu): importance Undecided Low
2013-12-16 00:01:12 Thomas Ward nginx: status Incomplete Opinion
2013-12-16 00:01:14 Thomas Ward nginx: status Opinion Confirmed
2013-12-16 00:24:11 Thomas Ward bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732251
2013-12-16 00:24:11 Thomas Ward bug task added nginx (Debian)
2013-12-16 00:27:04 Thomas Ward nginx: status Confirmed Triaged
2013-12-16 00:27:06 Thomas Ward nginx (Ubuntu): status Confirmed Triaged
2013-12-16 01:14:21 Bug Watch Updater nginx (Debian): status Unknown New
2013-12-17 19:19:35 Thomas Ward summary issue with nginx cache and nginx push module in nginx-extra package Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.
2014-03-11 20:43:24 Bug Watch Updater nginx (Debian): status New Confirmed
2014-03-19 01:42:05 Bug Watch Updater nginx (Debian): status Confirmed Fix Released
2014-10-23 12:29:54 Thomas Ward nominated for series Ubuntu Trusty
2014-10-23 12:29:54 Thomas Ward nominated for series Ubuntu Precise
2014-10-23 12:30:31 Thomas Ward nginx: status Triaged Fix Committed
2014-10-24 14:23:47 Thomas Ward nginx: status Fix Committed Fix Released
2014-10-27 16:49:55 Marc Deslauriers bug task added nginx (Ubuntu Precise)
2014-10-27 16:50:03 Marc Deslauriers bug task added nginx (Ubuntu Trusty)
2014-10-27 16:51:34 Thomas Ward nginx (Ubuntu): status Triaged Fix Released
2014-10-27 16:51:55 Thomas Ward nginx (Ubuntu Precise): importance Undecided Low
2014-10-27 16:51:55 Thomas Ward nginx (Ubuntu Precise): status New In Progress
2014-10-27 16:51:55 Thomas Ward nginx (Ubuntu Precise): assignee Thomas Ward (teward)
2014-10-27 16:52:08 Thomas Ward nginx (Ubuntu Trusty): importance Undecided Low
2014-10-27 16:52:08 Thomas Ward nginx (Ubuntu Trusty): status New In Progress
2014-10-27 16:52:08 Thomas Ward nginx (Ubuntu Trusty): assignee Thomas Ward (teward)
2014-10-27 17:29:57 Thomas Ward attachment added Precise Debdiff to fix #1216817 https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1216817/+attachment/4246390/+files/lp1216817-precise.debdiff
2014-10-27 17:30:54 Thomas Ward attachment added Trusty Debdiff to fix #1216817 https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1216817/+attachment/4246391/+files/lp1216817-trusty.debdiff
2014-10-27 17:31:09 Thomas Ward nginx (Ubuntu Precise): status In Progress Triaged
2014-10-27 17:31:09 Thomas Ward nginx (Ubuntu Precise): assignee Thomas Ward (teward)
2014-10-27 17:31:23 Thomas Ward nginx (Ubuntu Trusty): status In Progress Triaged
2014-10-27 17:31:23 Thomas Ward nginx (Ubuntu Trusty): assignee Thomas Ward (teward)
2014-10-27 17:32:11 Thomas Ward bug added subscriber Ubuntu Sponsors Team
2014-10-27 17:42:27 Thomas Ward description system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise Hello, if you try to use proxy_cache or fastcgi_cache you got this error in error.log of nginx : 2013/08/26 00:13:10 [info] 15722#0: Using 32KiB of shared memory for push module in /etc/nginx/nginx.conf:137 2013/08/26 00:13:11 [alert] 15756#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15756#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15737#0: cache manager process 15756 exited with fatal code 2 and cannot be respawned You can't disable nginx_push_module, to make nginx cache to work. Everything is fine if you use the "daemon off;" option. I've seen this issue in many forum/mailing list, i think nginx_push_module shouldn't be in the extras package anymore. system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise [Impact] * The nginx-http-push module generates errors when using fastcgi_cache or proxy_cache arguments in the config. * This adds extra errors to the error logs, and causes problems with the cache manager. * Caching still works, however, but this causes excessive unnecessary noise in the error logs and the issue is an incompatibility between the module and the nginx cache manager. [Test Case] * Use the nginx-extras package, and use any configuration with either `fastcgi_cache` or `proxy_cache` arguments. (NOTE: I will attempt to develop a test configuration that you can use to test this) [Regression Potential] * This fix originated upstream, and should not introduce any regressions. [Other Info] * The debdiffs here are derived from upstream changes, as detailed at https://github.com/slact/nginx_http_push_module/commit/836e8319c93681386fb00e6bd34d9e37612f3334.diff * The only changes to this diff were the indentation, to match what was in the packages. [Original Description] system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise Hello, if you try to use proxy_cache or fastcgi_cache you got this error in error.log of nginx : 2013/08/26 00:13:10 [info] 15722#0: Using 32KiB of shared memory for push module in /etc/nginx/nginx.conf:137 2013/08/26 00:13:11 [alert] 15756#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15756#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15737#0: cache manager process 15756 exited with fatal code 2 and cannot be respawned You can't disable nginx_push_module, to make nginx cache to work. Everything is fine if you use the "daemon off;" option. I've seen this issue in many forum/mailing list, i think nginx_push_module shouldn't be in the extras package anymore. system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise
2014-10-29 18:05:55 Thomas Ward summary Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors. [SRU] Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.
2014-11-05 19:00:40 Thomas Ward attachment added Test configuration for this bug https://bugs.launchpad.net/nginx/+bug/1216817/+attachment/4254042/+files/default-testcase
2014-11-05 19:12:42 Thomas Ward description [Impact] * The nginx-http-push module generates errors when using fastcgi_cache or proxy_cache arguments in the config. * This adds extra errors to the error logs, and causes problems with the cache manager. * Caching still works, however, but this causes excessive unnecessary noise in the error logs and the issue is an incompatibility between the module and the nginx cache manager. [Test Case] * Use the nginx-extras package, and use any configuration with either `fastcgi_cache` or `proxy_cache` arguments. (NOTE: I will attempt to develop a test configuration that you can use to test this) [Regression Potential] * This fix originated upstream, and should not introduce any regressions. [Other Info] * The debdiffs here are derived from upstream changes, as detailed at https://github.com/slact/nginx_http_push_module/commit/836e8319c93681386fb00e6bd34d9e37612f3334.diff * The only changes to this diff were the indentation, to match what was in the packages. [Original Description] system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise Hello, if you try to use proxy_cache or fastcgi_cache you got this error in error.log of nginx : 2013/08/26 00:13:10 [info] 15722#0: Using 32KiB of shared memory for push module in /etc/nginx/nginx.conf:137 2013/08/26 00:13:11 [alert] 15756#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15756#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15737#0: cache manager process 15756 exited with fatal code 2 and cannot be respawned You can't disable nginx_push_module, to make nginx cache to work. Everything is fine if you use the "daemon off;" option. I've seen this issue in many forum/mailing list, i think nginx_push_module shouldn't be in the extras package anymore. system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise [Impact]  * The nginx-http-push module generates errors when using fastcgi_cache or proxy_cache arguments in the config.  * This adds extra errors to the error logs, and causes problems with the cache manager.  * Caching still works, however, but this causes excessive unnecessary noise in the error logs and the issue is an incompatibility between the module and the nginx cache manager. [Test Case]  * Use the nginx-extras package, and use any configuration with either `fastcgi_cache` or `proxy_cache` arguments. (NOTE: I have provided a test case below that works with php5-fpm and this. You do not need php5-fpm for this to work, however it would not hurt to have it installed at the same time.) [Regression Potential]  * This fix originated upstream, and should not introduce any regressions. [Other Info]  * The debdiffs here are derived from upstream changes, as detailed at https://github.com/slact/nginx_http_push_module/commit/836e8319c93681386fb00e6bd34d9e37612f3334.diff  * The only changes to this diff were the indentation, to match what was in the packages. [Original Description] system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise Hello, if you try to use proxy_cache or fastcgi_cache you got this error in error.log of nginx : 2013/08/26 00:13:10 [info] 15722#0: Using 32KiB of shared memory for push module in /etc/nginx/nginx.conf:137 2013/08/26 00:13:11 [alert] 15756#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15756#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: epoll_ctl(1, 0) failed (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15757#0: failed to register channel handler while initializing push module worker (1: Operation not permitted) 2013/08/26 00:13:11 [alert] 15737#0: cache manager process 15756 exited with fatal code 2 and cannot be respawned You can't disable nginx_push_module, to make nginx cache to work. Everything is fine if you use the "daemon off;" option. I've seen this issue in many forum/mailing list, i think nginx_push_module shouldn't be in the extras package anymore. system : Ubuntu 12.04 LTS package : nginx-extras 1.4.1-1ppa1~precise
2014-11-05 19:15:51 Thomas Ward attachment added PRECISE Test configuration for this bug https://bugs.launchpad.net/nginx/+bug/1216817/+attachment/4254048/+files/default-testcase
2015-02-09 16:56:15 Thomas Ward removed subscriber Ubuntu Sponsors Team
2015-02-09 17:09:34 Thomas Ward attachment removed Trusty Debdiff to fix #1216817 https://bugs.launchpad.net/nginx/+bug/1216817/+attachment/4246391/+files/lp1216817-trusty.debdiff
2015-02-09 17:10:05 Thomas Ward attachment removed Precise Debdiff to fix #1216817 https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1216817/+attachment/4246390/+files/lp1216817-precise.debdiff
2015-02-09 17:12:56 Thomas Ward attachment added Precise Debdiff for #1216817 (v2) https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1216817/+attachment/4315609/+files/lp1216817-precise-v2.debdiff
2015-02-09 17:13:18 Thomas Ward attachment added Trusty Debdiff for #1216817 (v2) https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1216817/+attachment/4315610/+files/lp1216817-trusty-v2.debdiff
2015-02-10 17:59:33 Thomas Ward nginx (Ubuntu Trusty): importance Low Medium
2015-02-10 17:59:36 Thomas Ward nginx (Ubuntu Precise): importance Low Medium
2015-02-11 15:18:31 Chris J Arges nginx (Ubuntu Precise): status Triaged Fix Committed
2015-02-11 15:18:35 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2015-02-11 15:18:40 Chris J Arges bug added subscriber SRU Verification
2015-02-11 15:18:41 Chris J Arges tags verification-needed
2015-02-11 15:29:30 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/nginx
2015-02-11 16:22:00 Chris J Arges nginx (Ubuntu Trusty): status Triaged Fix Committed
2015-02-11 16:29:49 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/nginx
2015-02-20 16:17:53 Jered Brent bug added subscriber Jered Brent
2015-02-20 16:27:30 Thomas Ward tags verification-needed trusty-verification-done verification-needed
2015-02-20 18:05:56 Thomas Ward tags trusty-verification-done verification-needed verification-done-trusty verification-needed
2015-02-20 22:36:16 Mathew Hodson tags verification-done-trusty verification-needed precise verification-done-trusty verification-needed-precise
2015-02-25 22:50:54 Launchpad Janitor nginx (Ubuntu Trusty): status Fix Committed Fix Released
2015-02-25 22:51:00 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2015-07-20 20:49:28 Thomas Ward tags precise verification-done-trusty verification-needed-precise precise verification-done-precise verification-done-trusty
2015-07-20 20:52:26 Launchpad Janitor nginx (Ubuntu Precise): status Fix Committed Fix Released