Reproducer on arm64 at least: ``` root@c2400:~# lxc launch images:ubuntu/bionic test-snapd --vm -c security.secureboot=false -c limits.memory=16GB -c limits.cpu=5-12 Creating test-snapd Starting test-snapd root@c2400:~# lxc exec test-snapd bash root@test-snapd:~# sed "s/ports.ubuntu/us.ports.ubuntu/g" -i /etc/apt/sources.list root@test-snapd:~# apt update Get:1 http://us.ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB] Get:2 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] Get:3 http://us.ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] Get:4 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [975 kB] Get:5 http://us.ports.ubuntu.com/ubuntu-ports bionic/main Translation-en [516 kB] Get:6 http://us.ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [664 B] Get:7 http://us.ports.ubuntu.com/ubuntu-ports bionic/restricted Translation-en [3584 B] Get:8 http://us.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] Get:9 http://us.ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] Get:10 http://us.ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] Get:11 http://us.ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] Get:12 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [650 kB] Get:13 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [314 kB] Get:14 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1064 B] Get:15 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [10.9 kB] Get:16 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [949 kB] Get:17 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [330 kB] Get:18 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3304 B] Get:19 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [4728 B] Get:20 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [444 kB] Get:21 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [220 kB] Get:22 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [668 B] Get:23 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [8804 B] Get:24 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [583 kB] Get:25 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [218 kB] Get:26 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [1848 B] Get:27 http://us.ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [2764 B] Fetched 19.1 MB in 7s (2803 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 4 packages can be upgraded. Run 'apt list --upgradable' to see them. root@test-snapd:~# apt dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following NEW packages will be installed: linux-headers-4.15.0-96 linux-headers-4.15.0-96-generic linux-image-4.15.0-96-generic linux-modules-4.15.0-96-generic The following packages will be upgraded: linux-headers-generic linux-headers-virtual linux-image-virtual linux-virtual 4 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 32.2 MB of archives. After this operation, 161 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-4.15.0-96 all 4.15.0-96.97 [11.0 MB] Get:2 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-4.15.0-96-generic arm64 4.15.0-96.97 [767 kB] Get:3 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-modules-4.15.0-96-generic arm64 4.15.0-96.97 [12.1 MB] Get:4 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-image-4.15.0-96-generic arm64 4.15.0-96.97 [8358 kB] Get:5 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-virtual arm64 4.15.0.96.87 [1860 B] Get:6 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-image-virtual arm64 4.15.0.96.87 [2448 B] Get:7 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-virtual arm64 4.15.0.96.87 [1844 B] Get:8 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-generic arm64 4.15.0.96.87 [2432 B] Fetched 32.2 MB in 11s (2951 kB/s) Selecting previously unselected package linux-headers-4.15.0-96. (Reading database ... 45580 files and directories currently installed.) Preparing to unpack .../0-linux-headers-4.15.0-96_4.15.0-96.97_all.deb ... Unpacking linux-headers-4.15.0-96 (4.15.0-96.97) ... Selecting previously unselected package linux-headers-4.15.0-96-generic. Preparing to unpack .../1-linux-headers-4.15.0-96-generic_4.15.0-96.97_arm64.deb ... Unpacking linux-headers-4.15.0-96-generic (4.15.0-96.97) ... Selecting previously unselected package linux-modules-4.15.0-96-generic. Preparing to unpack .../2-linux-modules-4.15.0-96-generic_4.15.0-96.97_arm64.deb ... Unpacking linux-modules-4.15.0-96-generic (4.15.0-96.97) ... Selecting previously unselected package linux-image-4.15.0-96-generic. Preparing to unpack .../3-linux-image-4.15.0-96-generic_4.15.0-96.97_arm64.deb ... Unpacking linux-image-4.15.0-96-generic (4.15.0-96.97) ... Preparing to unpack .../4-linux-virtual_4.15.0.96.87_arm64.deb ... Unpacking linux-virtual (4.15.0.96.87) over (4.15.0.91.83) ... Preparing to unpack .../5-linux-image-virtual_4.15.0.96.87_arm64.deb ... Unpacking linux-image-virtual (4.15.0.96.87) over (4.15.0.91.83) ... Preparing to unpack .../6-linux-headers-virtual_4.15.0.96.87_arm64.deb ... Unpacking linux-headers-virtual (4.15.0.96.87) over (4.15.0.91.83) ... Preparing to unpack .../7-linux-headers-generic_4.15.0.96.87_arm64.deb ... Unpacking linux-headers-generic (4.15.0.96.87) over (4.15.0.91.83) ... Setting up linux-modules-4.15.0-96-generic (4.15.0-96.97) ... Setting up linux-headers-4.15.0-96 (4.15.0-96.97) ... Setting up linux-image-4.15.0-96-generic (4.15.0-96.97) ... I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-96-generic I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-96-generic Setting up linux-headers-4.15.0-96-generic (4.15.0-96.97) ... Setting up linux-image-virtual (4.15.0.96.87) ... Setting up linux-headers-generic (4.15.0.96.87) ... Setting up linux-headers-virtual (4.15.0.96.87) ... Setting up linux-virtual (4.15.0.96.87) ... Processing triggers for linux-image-4.15.0-96-generic (4.15.0-96.97) ... /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-4.15.0-96-generic flash-kernel: deferring update (trigger activated) /etc/kernel/postinst.d/zz-flash-kernel: flash-kernel: deferring update (trigger activated) /etc/kernel/postinst.d/zz-update-grub: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/50-lxd.cfg' Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.15.0-96-generic Found initrd image: /boot/initrd.img-4.15.0-96-generic Found linux image: /boot/vmlinuz-4.15.0-91-generic Found initrd image: /boot/initrd.img-4.15.0-91-generic Adding boot menu entry for EFI firmware configuration done Processing triggers for flash-kernel (3.98ubuntu11~18.04.1) ... Unsupported platform on EFI system, doing nothing. root@test-snapd:~# apt install linux-generic-hwe-18.04 Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: crda iw libnl-3-200 libnl-genl-3-200 linux-firmware linux-headers-5.3.0-46 linux-headers-5.3.0-46-generic linux-headers-generic-hwe-18.04 linux-image-5.3.0-46-generic linux-image-generic-hwe-18.04 linux-modules-5.3.0-46-generic linux-modules-extra-5.3.0-46-generic wireless-regdb Suggested packages: fdutils linux-hwe-doc-5.3.0 | linux-hwe-source-5.3.0 linux-hwe-tools The following NEW packages will be installed: crda iw libnl-3-200 libnl-genl-3-200 linux-firmware linux-generic-hwe-18.04 linux-headers-5.3.0-46 linux-headers-5.3.0-46-generic linux-headers-generic-hwe-18.04 linux-image-5.3.0-46-generic linux-image-generic-hwe-18.04 linux-modules-5.3.0-46-generic linux-modules-extra-5.3.0-46-generic wireless-regdb 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. Need to get 149 MB of archives. After this operation, 714 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnl-3-200 arm64 3.2.29-0ubuntu3 [44.4 kB] Get:2 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnl-genl-3-200 arm64 3.2.29-0ubuntu3 [9862 B] Get:3 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 wireless-regdb all 2018.05.09-0ubuntu1~18.04.1 [11.1 kB] Get:4 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 iw arm64 4.14-0.1 [67.7 kB] Get:5 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 crda arm64 3.18-1build1 [62.7 kB] Get:6 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-firmware all 1.173.17 [75.1 MB] Get:7 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-modules-5.3.0-46-generic arm64 5.3.0-46.38~18.04.1 [13.7 MB] Get:8 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-image-5.3.0-46-generic arm64 5.3.0-46.38~18.04.1 [9856 kB] Get:9 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-modules-extra-5.3.0-46-generic arm64 5.3.0-46.38~18.04.1 [38.8 MB] Get:10 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-image-generic-hwe-18.04 arm64 5.3.0.46.102 [2520 B] Get:11 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-5.3.0-46 all 5.3.0-46.38~18.04.1 [11.0 MB] Get:12 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-5.3.0-46-generic arm64 5.3.0-46.38~18.04.1 [867 kB] Get:13 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-headers-generic-hwe-18.04 arm64 5.3.0.46.102 [2508 B] Get:14 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-generic-hwe-18.04 arm64 5.3.0.46.102 [1876 B] Fetched 149 MB in 39s (3882 kB/s) Selecting previously unselected package libnl-3-200:arm64. (Reading database ... 76208 files and directories currently installed.) Preparing to unpack .../00-libnl-3-200_3.2.29-0ubuntu3_arm64.deb ... Unpacking libnl-3-200:arm64 (3.2.29-0ubuntu3) ... Selecting previously unselected package libnl-genl-3-200:arm64. Preparing to unpack .../01-libnl-genl-3-200_3.2.29-0ubuntu3_arm64.deb ... Unpacking libnl-genl-3-200:arm64 (3.2.29-0ubuntu3) ... Selecting previously unselected package wireless-regdb. Preparing to unpack .../02-wireless-regdb_2018.05.09-0ubuntu1~18.04.1_all.deb ... Unpacking wireless-regdb (2018.05.09-0ubuntu1~18.04.1) ... Selecting previously unselected package iw. Preparing to unpack .../03-iw_4.14-0.1_arm64.deb ... Unpacking iw (4.14-0.1) ... Selecting previously unselected package crda. Preparing to unpack .../04-crda_3.18-1build1_arm64.deb ... Unpacking crda (3.18-1build1) ... Selecting previously unselected package linux-firmware. Preparing to unpack .../05-linux-firmware_1.173.17_all.deb ... Unpacking linux-firmware (1.173.17) ... Selecting previously unselected package linux-modules-5.3.0-46-generic. Preparing to unpack .../06-linux-modules-5.3.0-46-generic_5.3.0-46.38~18.04.1_arm64.deb ... Unpacking linux-modules-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Selecting previously unselected package linux-image-5.3.0-46-generic. Preparing to unpack .../07-linux-image-5.3.0-46-generic_5.3.0-46.38~18.04.1_arm64.deb ... Unpacking linux-image-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Selecting previously unselected package linux-modules-extra-5.3.0-46-generic. Preparing to unpack .../08-linux-modules-extra-5.3.0-46-generic_5.3.0-46.38~18.04.1_arm64.deb ... Unpacking linux-modules-extra-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Selecting previously unselected package linux-image-generic-hwe-18.04. Preparing to unpack .../09-linux-image-generic-hwe-18.04_5.3.0.46.102_arm64.deb ... Unpacking linux-image-generic-hwe-18.04 (5.3.0.46.102) ... Selecting previously unselected package linux-headers-5.3.0-46. Preparing to unpack .../10-linux-headers-5.3.0-46_5.3.0-46.38~18.04.1_all.deb ... Unpacking linux-headers-5.3.0-46 (5.3.0-46.38~18.04.1) ... Selecting previously unselected package linux-headers-5.3.0-46-generic. Preparing to unpack .../11-linux-headers-5.3.0-46-generic_5.3.0-46.38~18.04.1_arm64.deb ... Unpacking linux-headers-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Selecting previously unselected package linux-headers-generic-hwe-18.04. Preparing to unpack .../12-linux-headers-generic-hwe-18.04_5.3.0.46.102_arm64.deb ... Unpacking linux-headers-generic-hwe-18.04 (5.3.0.46.102) ... Selecting previously unselected package linux-generic-hwe-18.04. Preparing to unpack .../13-linux-generic-hwe-18.04_5.3.0.46.102_arm64.deb ... Unpacking linux-generic-hwe-18.04 (5.3.0.46.102) ... Setting up linux-modules-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Setting up linux-headers-5.3.0-46 (5.3.0-46.38~18.04.1) ... Setting up wireless-regdb (2018.05.09-0ubuntu1~18.04.1) ... Setting up linux-image-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-96-generic I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-96-generic I: /vmlinuz is now a symlink to boot/vmlinuz-5.3.0-46-generic I: /initrd.img is now a symlink to boot/initrd.img-5.3.0-46-generic Setting up libnl-3-200:arm64 (3.2.29-0ubuntu3) ... Setting up linux-firmware (1.173.17) ... update-initramfs: Generating /boot/initrd.img-4.15.0-96-generic Ignoring old or unknown version 4.15.0-96-generic (latest is 5.3.0-46-generic) update-initramfs: Generating /boot/initrd.img-4.15.0-91-generic Ignoring old or unknown version 4.15.0-91-generic (latest is 5.3.0-46-generic) Setting up linux-headers-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Setting up linux-headers-generic-hwe-18.04 (5.3.0.46.102) ... Setting up libnl-genl-3-200:arm64 (3.2.29-0ubuntu3) ... Setting up iw (4.14-0.1) ... Setting up crda (3.18-1build1) ... Setting up linux-modules-extra-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... Setting up linux-image-generic-hwe-18.04 (5.3.0.46.102) ... Setting up linux-generic-hwe-18.04 (5.3.0.46.102) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Processing triggers for linux-image-5.3.0-46-generic (5.3.0-46.38~18.04.1) ... /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-5.3.0-46-generic flash-kernel: deferring update (trigger activated) /etc/kernel/postinst.d/zz-flash-kernel: flash-kernel: deferring update (trigger activated) /etc/kernel/postinst.d/zz-update-grub: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/50-lxd.cfg' Generating grub configuration file ... Found linux image: /boot/vmlinuz-5.3.0-46-generic Found initrd image: /boot/initrd.img-5.3.0-46-generic Found linux image: /boot/vmlinuz-4.15.0-96-generic Found initrd image: /boot/initrd.img-4.15.0-96-generic Found linux image: /boot/vmlinuz-4.15.0-91-generic Found initrd image: /boot/initrd.img-4.15.0-91-generic Adding boot menu entry for EFI firmware configuration done Processing triggers for flash-kernel (3.98ubuntu11~18.04.1) ... Unsupported platform on EFI system, doing nothing. root@test-snapd:~# apt install snapd Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: apparmor dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libasn1-8-heimdal libassuan0 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common libnpth0 libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db libwind0-heimdal pinentry-curses squashfs-tools Suggested packages: apparmor-profiles-extra apparmor-utils dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql pinentry-doc zenity | kdialog The following NEW packages will be installed: apparmor dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libasn1-8-heimdal libassuan0 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common libnpth0 libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db libwind0-heimdal pinentry-curses snapd squashfs-tools 0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded. Need to get 15.5 MB of archives. After this operation, 72.4 MB of additional disk space will be used. Do you want to continue? [Y/n] Get:1 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 apparmor arm64 2.12-4ubuntu5.1 [463 kB] Get:2 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB] Get:3 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.2 [106 kB] Get:4 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB] Get:5 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB] Get:6 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB] Get:7 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB] Get:8 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB] Get:9 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB] Get:10 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB] Get:11 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB] Get:12 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB] Get:13 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB] Get:14 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-modules-db arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [13.4 kB] Get:15 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-2 arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [43.1 kB] Get:16 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.4 [16.9 kB] Get:17 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.4 [132 kB] Get:18 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B] Get:19 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.2 [276 kB] Get:20 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB] Get:21 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.2 [108 kB] Get:22 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.2 [400 kB] Get:23 http://us.ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB] Get:24 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.2 [190 kB] Get:25 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.2 [76.8 kB] Get:26 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.2 [71.6 kB] Get:27 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.2 [182 kB] Get:28 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.2 [249 kB] Get:29 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-modules arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [41.9 kB] Get:30 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 squashfs-tools arm64 1:4.3-6ubuntu0.18.04.1 [96.9 kB] Get:31 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 snapd arm64 2.42.1+18.04 [12.1 MB] Fetched 15.5 MB in 2s (7929 kB/s) Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously unselected package apparmor. (Reading database ... 116449 files and directories currently installed.) Preparing to unpack .../00-apparmor_2.12-4ubuntu5.1_arm64.deb ... Unpacking apparmor (2.12-4ubuntu5.1) ... Selecting previously unselected package libassuan0:arm64. Preparing to unpack .../01-libassuan0_2.5.1-2_arm64.deb ... Unpacking libassuan0:arm64 (2.5.1-2) ... Selecting previously unselected package gpgconf. Preparing to unpack .../02-gpgconf_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gpgconf (2.2.4-1ubuntu1.2) ... Selecting previously unselected package libksba8:arm64. Preparing to unpack .../03-libksba8_1.3.5-2_arm64.deb ... Unpacking libksba8:arm64 (1.3.5-2) ... Selecting previously unselected package libroken18-heimdal:arm64. Preparing to unpack .../04-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libasn1-8-heimdal:arm64. Preparing to unpack .../05-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libheimbase1-heimdal:arm64. Preparing to unpack .../06-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libhcrypto4-heimdal:arm64. Preparing to unpack .../07-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libwind0-heimdal:arm64. Preparing to unpack .../08-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libhx509-5-heimdal:arm64. Preparing to unpack .../09-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libkrb5-26-heimdal:arm64. Preparing to unpack .../10-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libheimntlm0-heimdal:arm64. Preparing to unpack .../11-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libgssapi3-heimdal:arm64. Preparing to unpack .../12-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ... Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... Selecting previously unselected package libsasl2-modules-db:arm64. Preparing to unpack .../13-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... Selecting previously unselected package libsasl2-2:arm64. Preparing to unpack .../14-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../15-libldap-common_2.4.45+dfsg-1ubuntu1.4_all.deb ... Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.4) ... Selecting previously unselected package libldap-2.4-2:arm64. Preparing to unpack .../16-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.4_arm64.deb ... Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.4) ... Selecting previously unselected package libnpth0:arm64. Preparing to unpack .../17-libnpth0_1.5-3_arm64.deb ... Unpacking libnpth0:arm64 (1.5-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../18-dirmngr_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking dirmngr (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../19-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ... Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../20-gnupg-utils_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gpg. Preparing to unpack .../21-gpg_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gpg (2.2.4-1ubuntu1.2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../22-pinentry-curses_1.1.0-1_arm64.deb ... Unpacking pinentry-curses (1.1.0-1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../23-gpg-agent_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gpg-agent (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../24-gpg-wks-client_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../25-gpg-wks-server_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../26-gpgsm_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gpgsm (2.2.4-1ubuntu1.2) ... Selecting previously unselected package gnupg. Preparing to unpack .../27-gnupg_2.2.4-1ubuntu1.2_arm64.deb ... Unpacking gnupg (2.2.4-1ubuntu1.2) ... Selecting previously unselected package libsasl2-modules:arm64. Preparing to unpack .../28-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.1_arm64.deb ... Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... Selecting previously unselected package squashfs-tools. Preparing to unpack .../29-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_arm64.deb ... Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... Selecting previously unselected package snapd. Preparing to unpack .../30-snapd_2.42.1+18.04_arm64.deb ... Unpacking snapd (2.42.1+18.04) ... Setting up libnpth0:arm64 (1.5-3) ... Setting up libldap-common (2.4.45+dfsg-1ubuntu1.4) ... Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... Setting up apparmor (2.12-4ubuntu5.1) ... Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up libksba8:arm64 (1.3.5-2) ... Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ... Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... Setting up libassuan0:arm64 (2.5.1-2) ... Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up gpgconf (2.2.4-1ubuntu1.2) ... Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up snapd (2.42.1+18.04) ... Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. snapd.failure.service is a disabled or a static unit, not starting it. snapd.snap-repair.service is a disabled or a static unit, not starting it. Setting up gpgsm (2.2.4-1ubuntu1.2) ... Setting up gnupg-utils (2.2.4-1ubuntu1.2) ... Setting up pinentry-curses (1.1.0-1) ... Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up gpg (2.2.4-1ubuntu1.2) ... Setting up gpg-agent (2.2.4-1ubuntu1.2) ... Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ... Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ... Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.4) ... Setting up dirmngr (2.2.4-1ubuntu1.2) ... Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ... Setting up gnupg (2.2.4-1ubuntu1.2) ... Processing triggers for systemd (237-3ubuntu10.39) ... Processing triggers for mime-support (3.60ubuntu1) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... root@test-snapd:~# snap install lxd 2020-04-08T14:37:08Z INFO Waiting for restart... Warning: /snap/bin was not found in your $PATH. If you've not restarted your session since you installed snapd, try doing that. Please see https://forum.snapcraft.io/t/9469 for more details. lxd 4.0.0 from Canonical✓ installed root@test-snapd:~# /snap/bin/lxc info If this is your first time running LXD on this machine, you should also run: lxd init To start your first instance, try: lxc launch ubuntu:18.04 config: {} api_extensions: - storage_zfs_remove_snapshots - container_host_shutdown_timeout - container_stop_priority - container_syscall_filtering - auth_pki - container_last_used_at - etag - patch - usb_devices - https_allowed_credentials - image_compression_algorithm - directory_manipulation - container_cpu_time - storage_zfs_use_refquota - storage_lvm_mount_options - network - profile_usedby - container_push - container_exec_recording - certificate_update - container_exec_signal_handling - gpu_devices - container_image_properties - migration_progress - id_map - network_firewall_filtering - network_routes - storage - file_delete - file_append - network_dhcp_expiry - storage_lvm_vg_rename - storage_lvm_thinpool_rename - network_vlan - image_create_aliases - container_stateless_copy - container_only_migration - storage_zfs_clone_copy - unix_device_rename - storage_lvm_use_thinpool - storage_rsync_bwlimit - network_vxlan_interface - storage_btrfs_mount_options - entity_description - image_force_refresh - storage_lvm_lv_resizing - id_map_base - file_symlinks - container_push_target - network_vlan_physical - storage_images_delete - container_edit_metadata - container_snapshot_stateful_migration - storage_driver_ceph - storage_ceph_user_name - resource_limits - storage_volatile_initial_source - storage_ceph_force_osd_reuse - storage_block_filesystem_btrfs - resources - kernel_limits - storage_api_volume_rename - macaroon_authentication - network_sriov - console - restrict_devlxd - migration_pre_copy - infiniband - maas_network - devlxd_events - proxy - network_dhcp_gateway - file_get_symlink - network_leases - unix_device_hotplug - storage_api_local_volume_handling - operation_description - clustering - event_lifecycle - storage_api_remote_volume_handling - nvidia_runtime - container_mount_propagation - container_backup - devlxd_images - container_local_cross_pool_handling - proxy_unix - proxy_udp - clustering_join - proxy_tcp_udp_multi_port_handling - network_state - proxy_unix_dac_properties - container_protection_delete - unix_priv_drop - pprof_http - proxy_haproxy_protocol - network_hwaddr - proxy_nat - network_nat_order - container_full - candid_authentication - backup_compression - candid_config - nvidia_runtime_config - storage_api_volume_snapshots - storage_unmapped - projects - candid_config_key - network_vxlan_ttl - container_incremental_copy - usb_optional_vendorid - snapshot_scheduling - container_copy_project - clustering_server_address - clustering_image_replication - container_protection_shift - snapshot_expiry - container_backup_override_pool - snapshot_expiry_creation - network_leases_location - resources_cpu_socket - resources_gpu - resources_numa - kernel_features - id_map_current - event_location - storage_api_remote_volume_snapshots - network_nat_address - container_nic_routes - rbac - cluster_internal_copy - seccomp_notify - lxc_features - container_nic_ipvlan - network_vlan_sriov - storage_cephfs - container_nic_ipfilter - resources_v2 - container_exec_user_group_cwd - container_syscall_intercept - container_disk_shift - storage_shifted - resources_infiniband - daemon_storage - instances - image_types - resources_disk_sata - clustering_roles - images_expiry - resources_network_firmware - backup_compression_algorithm - ceph_data_pool_name - container_syscall_intercept_mount - compression_squashfs - container_raw_mount - container_nic_routed - container_syscall_intercept_mount_fuse - container_disk_ceph - virtual-machines - image_profiles - clustering_architecture - resources_disk_id - storage_lvm_stripes - vm_boot_priority - unix_hotplug_devices - api_filtering - instance_nic_network - clustering_sizing - firewall_driver - projects_limits - container_syscall_intercept_hugetlbfs - limits_hugepages - container_nic_routed_gateway - projects_restrictions - custom_volume_snapshot_expiry - volume_snapshot_scheduling - trust_ca_certificates - snapshot_disk_usage - clustering_edit_roles - container_nic_routed_host_address - container_nic_ipvlan_gateway - resources_usb_pci - resources_cpu_threads_numa - resources_cpu_core_die api_status: stable api_version: "1.0" auth: trusted public: false auth_methods: - tls environment: addresses: [] architectures: - aarch64 - armv7l certificate: | -----BEGIN CERTIFICATE----- MIICDzCCAZWgAwIBAgIQRQofKBlZJDkJP2O0p/DRcjAKBggqhkjOPQQDAzA4MRww GgYDVQQKExNsaW51eGNvbnRhaW5lcnMub3JnMRgwFgYDVQQDDA9yb290QHRlc3Qt c25hcGQwHhcNMjAwNDA4MTQzODI1WhcNMzAwNDA2MTQzODI1WjA4MRwwGgYDVQQK ExNsaW51eGNvbnRhaW5lcnMub3JnMRgwFgYDVQQDDA9yb290QHRlc3Qtc25hcGQw djAQBgcqhkjOPQIBBgUrgQQAIgNiAAT+kIKphJJG1CHk1yOyN3/oKs5469J7UvZZ PfwLDm4YHNG+TnxRPO3w5rbn+5bmFF/YpRX/ykNOPELTCJzQi0A4GOqoDH0tcB2t 0HX3+5WpCsQJAJKMMjmuStggz+w9CLujZDBiMA4GA1UdDwEB/wQEAwIFoDATBgNV HSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8EAjAAMC0GA1UdEQQmMCSCCnRlc3Qt c25hcGSHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAEwCgYIKoZIzj0EAwMDaAAwZQIx AIkfqY1lK+OaUVsIOcHknBc9TDKFdv7rl92tPnJV2qO852HrbhsGd8bQqZXzo+JX wAIwVZXT8OWoRyC4sqE0EF5521h3kXEL1amWzcW1rmXHsZWgskIpia9VKWVGslbh hJgL -----END CERTIFICATE----- certificate_fingerprint: 890551b2323ba6d3069c91cd1f891cb0acfe715e0a8da7b38b1aabb87933f5ae driver: lxc driver_version: 4.0.1 firewall: xtables kernel: Linux kernel_architecture: aarch64 kernel_features: netnsid_getifaddrs: "false" seccomp_listener: "false" seccomp_listener_continue: "false" shiftfs: "false" uevent_injection: "false" unpriv_fscaps: "true" kernel_version: 4.15.0-91-generic lxc_features: cgroup2: "true" mount_injection_file: "true" network_gateway_device_route: "true" network_ipvlan: "true" network_l2proxy: "true" network_phys_macvlan_mtu: "true" network_veth_router: "true" seccomp_notify: "true" project: default server: lxd server_clustered: false server_name: test-snapd server_pid: 15310 server_version: 4.0.0 storage: "" storage_version: "" root@test-snapd:~# ps fauxww USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 2 0.0 0.0 0 0 ? S 14:25 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/0:0] root 4 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/0:0H] root 5 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/u16:0] root 6 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [mm_percpu_wq] root 7 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/0] root 8 0.0 0.0 0 0 ? I 14:25 0:00 \_ [rcu_sched] root 9 0.0 0.0 0 0 ? I 14:25 0:00 \_ [rcu_bh] root 10 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/0] root 11 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/0] root 12 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/0] root 13 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/1] root 14 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/1] root 15 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/1] root 16 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/1] root 18 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/1:0H] root 19 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/2] root 20 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/2] root 21 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/2] root 22 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/2] root 23 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/2:0] root 24 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/2:0H] root 25 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/3] root 26 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/3] root 27 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/3] root 28 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/3] root 30 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/3:0H] root 31 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/4] root 32 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/4] root 33 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/4] root 34 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/4] root 36 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/4:0H] root 37 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/5] root 38 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/5] root 39 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/5] root 40 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/5] root 41 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/5:0] root 42 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/5:0H] root 43 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/6] root 44 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/6] root 45 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/6] root 46 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/6] root 47 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/6:0] root 48 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/6:0H] root 49 0.0 0.0 0 0 ? S 14:25 0:00 \_ [cpuhp/7] root 50 0.0 0.0 0 0 ? S 14:25 0:00 \_ [watchdog/7] root 51 0.0 0.0 0 0 ? S 14:25 0:00 \_ [migration/7] root 52 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ksoftirqd/7] root 53 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/7:0] root 54 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/7:0H] root 55 0.0 0.0 0 0 ? S 14:25 0:00 \_ [kdevtmpfs] root 56 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [netns] root 57 0.0 0.0 0 0 ? S 14:25 0:00 \_ [rcu_tasks_kthre] root 58 0.0 0.0 0 0 ? S 14:25 0:00 \_ [kauditd] root 59 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/0:1] root 60 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/1:1] root 61 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/2:1] root 62 0.0 0.0 0 0 ? S 14:25 0:00 \_ [khungtaskd] root 63 0.0 0.0 0 0 ? S 14:25 0:00 \_ [oom_reaper] root 64 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [writeback] root 65 0.0 0.0 0 0 ? S 14:25 0:00 \_ [kcompactd0] root 66 0.0 0.0 0 0 ? SN 14:25 0:00 \_ [ksmd] root 67 0.0 0.0 0 0 ? SN 14:25 0:00 \_ [khugepaged] root 68 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [crypto] root 69 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kintegrityd] root 70 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kblockd] root 71 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [ata_sff] root 72 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [md] root 73 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [edac-poller] root 74 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [devfreq_wq] root 75 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [watchdogd] root 77 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/4:1] root 78 0.0 0.0 0 0 ? S 14:25 0:00 \_ [kswapd0] root 79 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/u17:0] root 80 0.0 0.0 0 0 ? S 14:25 0:00 \_ [ecryptfs-kthrea] root 88 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/6:1] root 123 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kthrotld] root 124 0.0 0.0 0 0 ? S 14:25 0:00 \_ [irq/41-ACPI:Ged] root 125 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [acpi_thermal_pm] root 126 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/5:1] root 127 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [ipv6_addrconf] root 136 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/7:1] root 137 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kstrp] root 142 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/3:1] root 155 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [charger_manager] root 205 0.0 0.0 0 0 ? S 14:25 0:00 \_ [scsi_eh_0] root 206 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [scsi_tmf_0] root 209 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/u16:3] root 223 0.1 0.0 0 0 ? S 14:25 0:00 \_ [jbd2/sda2-8] root 224 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [ext4-rsv-conver] root 236 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/1:1H] root 237 0.0 0.0 0 0 ? S 14:25 0:00 \_ [hwrng] root 261 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/2:1H] root 262 0.1 0.0 0 0 ? I< 14:25 0:01 \_ [kworker/0:1H] root 316 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/6:1H] root 317 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/1:2] root 319 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/5:1H] root 321 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/3:1H] root 330 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/4:2] root 389 0.0 0.0 0 0 ? I 14:25 0:00 \_ [kworker/3:2] root 422 0.0 0.0 0 0 ? I< 14:25 0:00 \_ [kworker/4:1H] root 5239 0.0 0.0 0 0 ? I 14:31 0:00 \_ [kworker/u16:1] root 13985 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/u16:2] root 13986 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/u16:4] root 14006 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/0:2] root 14007 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/0:3] root 14008 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/0:4] root 14009 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/0:5] root 14010 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/0:6] root 14011 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/0:7] root 14033 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/2:2] root 14034 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/2:3] root 14035 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/2:4] root 14037 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/2:5] root 14073 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/4:0] root 14074 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/4:3] root 14075 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/4:4] root 14076 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/4:5] root 14077 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/4:6] root 14117 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/5:2] root 14118 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/5:3] root 14119 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/5:4] root 14120 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/5:5] root 14122 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/5:6] root 14123 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/5:7] root 14220 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/6:2] root 14221 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/6:3] root 14223 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/6:4] root 14224 0.0 0.0 0 0 ? I 14:33 0:00 \_ [kworker/6:5] root 14358 0.0 0.0 0 0 ? I< 14:33 0:00 \_ [kworker/7:1H] root 14505 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/7:2] root 14506 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/7:3] root 14507 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/7:4] root 14508 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/7:5] root 14512 0.2 0.0 0 0 ? S< 14:37 0:00 \_ [loop0] root 14715 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/3:0] root 14716 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/3:3] root 14718 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/3:4] root 14719 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/3:5] root 14720 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/3:6] root 14721 0.0 0.0 0 0 ? I 14:37 0:00 \_ [kworker/3:7] root 14722 0.2 0.0 0 0 ? S< 14:37 0:00 \_ [loop1] root 15352 0.0 0.0 0 0 ? I< 14:38 0:00 \_ [dio/sda2] root 1 0.4 0.0 13484 7996 ? Ss 14:25 0:03 /sbin/init root 260 0.0 0.0 26264 6812 ? S