Activity log for bug #1774120

Date Who What changed Old value New value Message
2018-05-30 06:38:21 Hayden bug added bug
2018-05-30 06:48:47 Hayden summary ebtables cannot be upgraded on Ubuntu 18.04 for WSL ebtables cannot be upgraded from 2.0.10.4-3.5ubuntu2 to 2.0.10.4-3.5ubuntu2.18.04.1 on WSL
2018-05-30 07:02:02 Hayden bug watch added https://github.com/Microsoft/WSL/issues/1761
2018-05-30 11:14:11 Launchpad Janitor ebtables (Ubuntu): status New Confirmed
2018-05-30 11:14:47 userspaced bug added subscriber Corey Mosher
2018-05-30 17:53:28 Mauricio Lazo tags ebtables
2018-05-31 00:20:54 Carlos bug added subscriber Carlos
2018-05-31 10:06:45 Dan Streetman bug added subscriber Dan Streetman
2018-05-31 13:30:27 Dan Streetman nominated for series Ubuntu Cosmic
2018-05-31 13:30:27 Dan Streetman bug task added ebtables (Ubuntu Cosmic)
2018-05-31 13:30:27 Dan Streetman nominated for series Ubuntu Artful
2018-05-31 13:30:27 Dan Streetman bug task added ebtables (Ubuntu Artful)
2018-05-31 13:30:27 Dan Streetman nominated for series Ubuntu Trusty
2018-05-31 13:30:27 Dan Streetman bug task added ebtables (Ubuntu Trusty)
2018-05-31 13:30:27 Dan Streetman nominated for series Ubuntu Xenial
2018-05-31 13:30:27 Dan Streetman bug task added ebtables (Ubuntu Xenial)
2018-05-31 13:30:27 Dan Streetman nominated for series Ubuntu Bionic
2018-05-31 13:30:27 Dan Streetman bug task added ebtables (Ubuntu Bionic)
2018-05-31 13:30:35 Dan Streetman ebtables (Ubuntu Trusty): status New In Progress
2018-05-31 13:30:37 Dan Streetman ebtables (Ubuntu Xenial): status New In Progress
2018-05-31 13:30:39 Dan Streetman ebtables (Ubuntu Artful): status New In Progress
2018-05-31 13:30:40 Dan Streetman ebtables (Ubuntu Bionic): status New In Progress
2018-05-31 13:30:42 Dan Streetman ebtables (Ubuntu Cosmic): status Confirmed In Progress
2018-05-31 13:30:45 Dan Streetman ebtables (Ubuntu Cosmic): assignee Dan Streetman (ddstreet)
2018-05-31 13:30:46 Dan Streetman ebtables (Ubuntu Bionic): assignee Dan Streetman (ddstreet)
2018-05-31 13:30:47 Dan Streetman ebtables (Ubuntu Artful): assignee Dan Streetman (ddstreet)
2018-05-31 13:30:49 Dan Streetman ebtables (Ubuntu Xenial): assignee Dan Streetman (ddstreet)
2018-05-31 13:30:50 Dan Streetman ebtables (Ubuntu Trusty): assignee Dan Streetman (ddstreet)
2018-05-31 13:30:52 Dan Streetman ebtables (Ubuntu Cosmic): importance Undecided Low
2018-05-31 13:30:54 Dan Streetman ebtables (Ubuntu Bionic): importance Undecided Low
2018-05-31 13:30:56 Dan Streetman ebtables (Ubuntu Artful): importance Undecided Low
2018-05-31 13:30:57 Dan Streetman ebtables (Ubuntu Xenial): importance Undecided Low
2018-05-31 13:30:59 Dan Streetman ebtables (Ubuntu Trusty): importance Undecided Low
2018-05-31 16:41:23 Dan Streetman attachment added lp1774120-cosmic.debdiff https://bugs.launchpad.net/ubuntu/+source/ebtables/+bug/1774120/+attachment/5147057/+files/lp1774120-cosmic.debdiff
2018-05-31 18:16:28 Eric Desrochers ebtables (Ubuntu Cosmic): status In Progress Fix Committed
2018-05-31 18:16:39 Eric Desrochers bug added subscriber Eric Desrochers
2018-05-31 20:23:26 Ubuntu Foundations Team Bug Bot tags ebtables ebtables patch
2018-05-31 20:38:51 Dan Streetman description ebtables cannot be upgraded on Ubuntu 18.04 for WSL. apt-get upgrade fails with the following error: Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: ebtables 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/79.9 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47381 files and directories currently installed.) Preparing to unpack .../ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb ... invoke-rc.d: could not determine current runlevel * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: warning: old ebtables package pre-removal script subprocess returned error exit status 1 dpkg: trying script from the new package instead ... invoke-rc.d: could not determine current runlevel * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: error processing archive /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb (--unpack): new ebtables package pre-removal script subprocess returned error exit status 1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel Errors were encountered while processing: /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb See https://github.com/Microsoft/WSL/issues/1761 [impact] ebtables cannot be upgraded on Ubuntu 18.04 for WSL. [test case] on a WSL installation that already has ebtables installed (most installations do), try to upgrade the package with apt or dpkg; its prerm script will fail, and prevent the upgrade. [regression potential] the ebtables init script is changed to never return an error code when called as 'stop', so anything that depends on the script returning an error code when 'stop' fails will no longer work correctly. However, nothing appears to use the 'stop' return value, besides the package's prerm script, which is what is causing the upgrade failure. Additionally, the prerm script is updated to ignore 'failed-upgrade' failures, to allow upgrading over the previous version(s). Finally note that the rpm-specific ebtables.spec file that is included in the package specifically ignores the 'stop' return value, i.e.: /sbin/service ebtables stop &>/dev/null || : [other info] note that ebtables is effectively dead upstream, so it's extremely unlikely there will be many more package updates/srus, except to fix minor bugs such as this. [original description] ebtables cannot be upgraded on Ubuntu 18.04 for WSL. apt-get upgrade fails with the following error: Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded:   ebtables 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/79.9 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47381 files and directories currently installed.) Preparing to unpack .../ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb ... invoke-rc.d: could not determine current runlevel  * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: warning: old ebtables package pre-removal script subprocess returned error exit status 1 dpkg: trying script from the new package instead ... invoke-rc.d: could not determine current runlevel  * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: error processing archive /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb (--unpack):  new ebtables package pre-removal script subprocess returned error exit status 1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel Errors were encountered while processing:  /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb See https://github.com/Microsoft/WSL/issues/1761
2018-06-01 01:05:04 Hayden bug watch added http://bugzilla.netfilter.org/show_bug.cgi?id=1259
2018-06-01 01:38:42 Launchpad Janitor ebtables (Ubuntu Cosmic): status Fix Committed Fix Released
2018-06-01 12:34:42 Francis Ginther tags ebtables patch ebtables id-5b0ff20a61c73d97a81ca9e0 patch
2018-06-04 19:41:02 userspaced removed subscriber Corey Mosher
2018-06-04 20:28:32 userspaced bug added subscriber Corey Mosher
2018-06-04 20:28:40 userspaced removed subscriber Corey Mosher
2018-06-08 06:49:56 Ikuya Awashiro bug added subscriber Ikuya Awashiro
2018-06-11 20:56:40 Dan Streetman attachment added lp1774120-cosmic-v2.debdiff https://bugs.launchpad.net/ubuntu/+source/ebtables/+bug/1774120/+attachment/5151443/+files/lp1774120-cosmic-v2.debdiff
2018-06-19 22:02:07 Balint Reczey bug added subscriber Balint Reczey
2018-06-21 03:38:24 Eric removed subscriber Eric
2018-06-27 22:46:01 Balint Reczey ebtables (Ubuntu Trusty): status In Progress Won't Fix
2018-06-28 10:48:29 Balint Reczey ebtables (Ubuntu Xenial): assignee Dan Streetman (ddstreet) Balint Reczey (rbalint)
2018-06-28 10:48:31 Balint Reczey ebtables (Ubuntu Artful): assignee Dan Streetman (ddstreet) Balint Reczey (rbalint)
2018-06-28 10:48:34 Balint Reczey ebtables (Ubuntu Bionic): assignee Dan Streetman (ddstreet) Balint Reczey (rbalint)
2018-06-28 10:50:04 Balint Reczey description [impact] ebtables cannot be upgraded on Ubuntu 18.04 for WSL. [test case] on a WSL installation that already has ebtables installed (most installations do), try to upgrade the package with apt or dpkg; its prerm script will fail, and prevent the upgrade. [regression potential] the ebtables init script is changed to never return an error code when called as 'stop', so anything that depends on the script returning an error code when 'stop' fails will no longer work correctly. However, nothing appears to use the 'stop' return value, besides the package's prerm script, which is what is causing the upgrade failure. Additionally, the prerm script is updated to ignore 'failed-upgrade' failures, to allow upgrading over the previous version(s). Finally note that the rpm-specific ebtables.spec file that is included in the package specifically ignores the 'stop' return value, i.e.: /sbin/service ebtables stop &>/dev/null || : [other info] note that ebtables is effectively dead upstream, so it's extremely unlikely there will be many more package updates/srus, except to fix minor bugs such as this. [original description] ebtables cannot be upgraded on Ubuntu 18.04 for WSL. apt-get upgrade fails with the following error: Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded:   ebtables 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/79.9 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47381 files and directories currently installed.) Preparing to unpack .../ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb ... invoke-rc.d: could not determine current runlevel  * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: warning: old ebtables package pre-removal script subprocess returned error exit status 1 dpkg: trying script from the new package instead ... invoke-rc.d: could not determine current runlevel  * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: error processing archive /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb (--unpack):  new ebtables package pre-removal script subprocess returned error exit status 1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel Errors were encountered while processing:  /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb See https://github.com/Microsoft/WSL/issues/1761 [impact] ebtables cannot be upgraded on Ubuntu 18.04 for WSL. [test case] on a WSL installation that already has ebtables installed (most installations do), try to upgrade the package with apt or dpkg; its prerm script will fail, and prevent the upgrade. The easiest way of triggering the problem is reinstalling the package: $ sudo apt install --reinstall ebtables [regression potential] the ebtables init script is changed to never return an error code when called as 'stop', so anything that depends on the script returning an error code when 'stop' fails will no longer work correctly. However, nothing appears to use the 'stop' return value, besides the package's prerm script, which is what is causing the upgrade failure. Additionally, the prerm script is updated to ignore 'failed-upgrade' failures, to allow upgrading over the previous version(s). Finally note that the rpm-specific ebtables.spec file that is included in the package specifically ignores the 'stop' return value, i.e.:         /sbin/service ebtables stop &>/dev/null || : [other info] note that ebtables is effectively dead upstream, so it's extremely unlikely there will be many more package updates/srus, except to fix minor bugs such as this. [original description] ebtables cannot be upgraded on Ubuntu 18.04 for WSL. apt-get upgrade fails with the following error: Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded:   ebtables 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/79.9 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 47381 files and directories currently installed.) Preparing to unpack .../ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb ... invoke-rc.d: could not determine current runlevel  * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: warning: old ebtables package pre-removal script subprocess returned error exit status 1 dpkg: trying script from the new package instead ... invoke-rc.d: could not determine current runlevel  * Error: insufficient privileges to access the ebtables rulesets. invoke-rc.d: initscript ebtables, action "stop" failed. dpkg: error processing archive /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb (--unpack):  new ebtables package pre-removal script subprocess returned error exit status 1 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel Errors were encountered while processing:  /var/cache/apt/archives/ebtables_2.0.10.4-3.5ubuntu2.18.04.1_amd64.deb See https://github.com/Microsoft/WSL/issues/1761
2018-06-28 15:37:46 Łukasz Zemczak ebtables (Ubuntu Bionic): status In Progress Fix Committed
2018-06-28 15:37:47 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2018-06-28 15:37:50 Łukasz Zemczak bug added subscriber SRU Verification
2018-06-28 15:37:54 Łukasz Zemczak tags ebtables id-5b0ff20a61c73d97a81ca9e0 patch ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-needed verification-needed-bionic
2018-06-28 15:44:04 Łukasz Zemczak ebtables (Ubuntu Artful): status In Progress Fix Committed
2018-06-28 15:44:09 Łukasz Zemczak tags ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-needed verification-needed-bionic ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-needed verification-needed-artful verification-needed-bionic
2018-06-28 18:14:18 Brian Murray ebtables (Ubuntu Xenial): status In Progress Fix Committed
2018-06-28 18:14:25 Brian Murray tags ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-needed verification-needed-artful verification-needed-bionic ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial
2018-06-29 15:19:15 Dan Streetman ebtables (Ubuntu Trusty): assignee Dan Streetman (ddstreet)
2018-07-05 08:03:47 Balint Reczey tags ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-needed verification-needed-artful verification-needed-bionic verification-needed-xenial ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-done-bionic verification-needed verification-needed-artful verification-needed-xenial
2018-07-05 11:24:52 Balint Reczey tags ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-done-bionic verification-needed verification-needed-artful verification-needed-xenial ebtables id-5b0ff20a61c73d97a81ca9e0 patch verification-done verification-done-artful verification-done-bionic verification-done-xenial
2018-07-05 12:37:47 Launchpad Janitor ebtables (Ubuntu Bionic): status Fix Committed Fix Released
2018-07-05 12:37:51 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-07-05 12:38:00 Launchpad Janitor ebtables (Ubuntu Artful): status Fix Committed Fix Released
2018-07-05 12:38:11 Launchpad Janitor ebtables (Ubuntu Xenial): status Fix Committed Fix Released