** Also affects: linux (Ubuntu)
   Importance: Undecided
       Status: New

** No longer affects: kernel-sru-workflow

** Changed in: linux (Ubuntu)
       Status: New => Invalid

** Tags removed: kernel-release-tracking-bug-live

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1838468

Title:
  linux-image-4.15.0-56-generic breaks docker containers (and more?)

Status in linux package in Ubuntu:
  Invalid

Bug description:
  4.15.0-55.60 works just fine, but if I try and upgrade to 4.15.0-56.62
  and run the following:

  ```
  docker run --rm -it ubuntu:16.04 bash
  apt update && apt install -y python3
  ```

  (same with debian:latest image)
  I get weird dpkg message:

  ```
  E: Sub-process /usr/bin/dpkg exited unexpectedly
  ```

  ... and everything freezes, even exec-ing from another terminal in the 
container will freeze when running `ps aux` and can't be ctrl-C. docker rm -f 
will also freeze unless you kill -9 the associated containerd.
  Basically, there seems to be a regression that I can't pinpoint further but 
was reproduced on multiple machines. 
   
  When switching back to -55 everything works as expected.
  This was tested on multiple machines.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to