Activity log for bug #1784602

Date Who What changed Old value New value Message
2018-07-31 10:17:56 Tom Haddon bug added bug
2018-07-31 23:42:27 Tianon Gravi attachment added prompt-during-reconfigure.patch https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1784602/+attachment/5170142/+files/prompt-during-reconfigure.patch
2018-08-01 00:20:28 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug uec-images xenial amd64 apport-bug patch uec-images xenial
2018-08-01 00:20:35 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Review Team
2018-09-26 03:19:12 Launchpad Janitor docker.io (Ubuntu): status New Fix Released
2018-10-22 20:31:23 Michael Hudson-Doyle nominated for series Ubuntu Xenial
2018-10-22 20:31:23 Michael Hudson-Doyle bug task added docker.io (Ubuntu Xenial)
2018-10-22 20:31:41 Michael Hudson-Doyle nominated for series Ubuntu Bionic
2018-10-22 20:31:41 Michael Hudson-Doyle bug task added docker.io (Ubuntu Bionic)
2018-10-22 20:31:47 Michael Hudson-Doyle docker.io (Ubuntu Xenial): status New Incomplete
2018-10-22 20:31:49 Michael Hudson-Doyle docker.io (Ubuntu Xenial): status Incomplete Fix Committed
2018-10-22 20:31:55 Michael Hudson-Doyle docker.io (Ubuntu Bionic): status New Fix Committed
2018-10-22 20:32:00 Michael Hudson-Doyle docker.io (Ubuntu Xenial): status Fix Committed In Progress
2018-10-22 20:32:03 Michael Hudson-Doyle docker.io (Ubuntu Xenial): status In Progress Triaged
2018-10-24 01:53:36 Michael Hudson-Doyle description Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install) [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt install docker.io # dpkg-reconfigure docker.io < this will only ask a question once the bug is fixed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt install --reinstall docker.io < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt install --reinstall docker.io < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install)
2018-10-24 02:10:57 Michael Hudson-Doyle description [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt install docker.io # dpkg-reconfigure docker.io < this will only ask a question once the bug is fixed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt install --reinstall docker.io < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt install --reinstall docker.io < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install) [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt-get install docker.io # dpkg-reconfigure docker.io < this will only ask a question once the bug is fixed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install)
2018-10-24 02:11:53 Michael Hudson-Doyle description [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt-get install docker.io # dpkg-reconfigure docker.io < this will only ask a question once the bug is fixed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install) [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt-get install docker.io # pgrep dockerd # dpkg-reconfigure docker.io < this will only ask a question once the bug is fixed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io # pgrep dockerd < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io # pgrep dockerd < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install)
2018-10-24 02:13:14 Michael Hudson-Doyle description [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt-get install docker.io # pgrep dockerd # dpkg-reconfigure docker.io < this will only ask a question once the bug is fixed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io # pgrep dockerd < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io # pgrep dockerd < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install) [impact] docker.io now prompts on upgrade as to whether to restart, which is an improvement, but there is no way to decide ahead of time for a non-interactive upgrade. [test case] # apt-get install docker.io # pgrep dockerd # dpkg-reconfigure docker.io < this will only ask a question once the package from proposed is installed > < choose yes > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io # pgrep dockerd < check dockerd has restarted > # dpkg-reconfigure docker.io < choose no > # DEBIAN_FRONTEND=noninteractive apt-get install --reinstall docker.io # pgrep dockerd < check dockerd has not restarted> [regression potential] The change implementing this clearly only affects install/upgrade scenarios: https://github.com/tianon/debian-docker/commit/4bc8afa9594ca51d2707cfbf0cc682e68b215c68. The test case above covers these. Also we don't care much about regressions in docker.io! https://wiki.ubuntu.com/DockerUpdates [original description] Currently if I run "dpkg-reconfigure docker.io" it doesn't present me with any option to restart the package on upgrade. Looking at the debian post install file, it should, and lp#1668621 suggests it should. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: docker.io 17.03.2-0ubuntu2~16.04.1 ProcVersionSignature: User Name 4.15.0-29.31-generic 4.15.18 Uname: Linux 4.15.0-29-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Tue Jul 31 10:15:21 2018 ProcEnviron:  TERM=xterm-256color  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: docker.io UpgradeStatus: No upgrade log present (probably fresh install)
2018-11-08 22:52:41 Brian Murray docker.io (Ubuntu Bionic): status Fix Committed Fix Released
2018-11-08 22:53:42 Brian Murray docker.io (Ubuntu Xenial): status Triaged Fix Committed
2018-11-08 22:53:45 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2018-11-08 22:53:48 Brian Murray bug added subscriber SRU Verification
2018-11-08 22:53:52 Brian Murray tags amd64 apport-bug patch uec-images xenial amd64 apport-bug patch uec-images verification-needed verification-needed-xenial xenial
2018-11-11 08:28:00 Michael Hudson-Doyle tags amd64 apport-bug patch uec-images verification-needed verification-needed-xenial xenial amd64 apport-bug patch uec-images verification-done-xenial xenial
2018-11-15 21:10:33 Brian Murray tags amd64 apport-bug patch uec-images verification-done-xenial xenial amd64 apport-bug patch uec-images verification-needed verification-needed-xenial xenial
2018-11-19 02:26:28 Michael Hudson-Doyle tags amd64 apport-bug patch uec-images verification-needed verification-needed-xenial xenial amd64 apport-bug patch uec-images verification-done-xenial xenial
2018-12-13 08:43:09 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-12-13 08:53:12 Launchpad Janitor docker.io (Ubuntu Xenial): status Fix Committed Fix Released