[Kernel-packages] [Bug 1947601] Re: Cannot start docker container on ubuntu 21.10 server for raspberry pi

2021-10-21 Thread ianmacs
I understand the motivation. Reducing boot time by reducing the number of kernel modules is something I can understand. However, the original problem is not solved. I had to invest >10 hours of trying to get docker containers to work with ubuntu 21.10 on Raspberry Pi. Why was a solution for runni

[Kernel-packages] [Bug 1947601] Re: Cannot start docker container on ubuntu 21.10 server for 64-bit raspberry pi

2021-10-20 Thread ianmacs
** Description changed: Using the Ubuntu image for Raspberry Pi from here: https://cdimage.ubuntu.com/releases/21.10/release/ubuntu-21.10-preinstalled- server-arm64+raspi.img.xz After installing the docker.io package, I cannot start a docker container. Example: $ sudo docker run

[Kernel-packages] [Bug 1947601] Re: Cannot start docker container on ubuntu 21.10 server for 64-bit raspberry pi

2021-10-19 Thread ianmacs
After downgrading the linux kernel to the latest version shipped with ubuntu 21.04 and rebooting, executing a docker container works in ubuntu 21.10 for 64-bit Raspberry Pi. The downgrading can be achieved like this: 1) Add the hirsute apt repositories to /etc/apt/sources.list 2) sudo apt install

[Kernel-packages] [Bug 1947601] ProcEnviron.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533891/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1947601] ProcCpuinfoMinimal.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533890/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1947601] UdevDb.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533894/+files/UdevDb.txt -- 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/1947601

[Kernel-packages] [Bug 1947601] Lspci.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533888/+files/Lspci.txt -- 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/1947601

[Kernel-packages] [Bug 1947601] ProcModules.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533893/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1947601] WifiSyslog.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533895/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1947601] ProcInterrupts.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533892/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

[Kernel-packages] [Bug 1947601] CurrentDmesg.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533887/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 1947601] CRDA.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533886/+files/CRDA.txt -- 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/1947601 Ti

[Kernel-packages] [Bug 1947601] Lsusb-v.txt

2021-10-18 Thread ianmacs
apport information ** Attachment added: "Lsusb-v.txt" https://bugs.launchpad.net/bugs/1947601/+attachment/5533889/+files/Lsusb-v.txt -- 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/1947

[Kernel-packages] [Bug 1947601] Re: Cannot start docker container on ubuntu 21.10 server for 64-bit raspberry pi

2021-10-18 Thread ianmacs
apport information ** Tags added: apport-collected arm64-image raspi-image staging uec- images ** Description changed: Using the Ubuntu image for Raspberry Pi from here: https://cdimage.ubuntu.com/releases/21.10/release/ubuntu-21.10-preinstalled- server-arm64+raspi.img.xz After instal

[Kernel-packages] [Bug 1947601] [NEW] Cannot start docker container on ubuntu 21.10 server for 64-bit raspberry pi

2021-10-18 Thread ianmacs
Public bug reported: Using the Ubuntu image for Raspberry Pi from here: https://cdimage.ubuntu.com/releases/21.10/release/ubuntu-21.10-preinstalled- server-arm64+raspi.img.xz After installing the docker.io package, I cannot start a docker container. Example: $ sudo docker run --rm hello-world do