focal host reproduction: root@lp1905245-f:~# uname -a Linux lp1905245-f 5.8.0-36-generic #40~20.04.1-Ubuntu SMP Wed Jan 6 10:15:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux root@lp1905245-f:~# dpkg -l systemd|grep systemd ii systemd 245.4-4ubuntu3.3 amd64 system and service manager root@lp1905245-f:~# systemctl show -p CapabilityBoundingSet apparmor Failed to parse bus message: Invalid argument root@lp1905245-f:~# echo $? 1
focal container repro: root@lp1905245-f:~# lxc shell focal root@focal:~# dpkg -l systemd|grep systemd ii systemd 245.4-4ubuntu3.3 amd64 system and service manager root@focal:~# systemctl show -p CapabilityBoundingSet apparmor Failed to parse bus message: Invalid argument root@focal:~# echo $? 1 bionic container repro: root@lp1905245-f:~# lxc shell bionic root@bionic:~# dpkg -l systemd|grep systemd ii systemd 237-3ubuntu10.43 amd64 system and service manager root@bionic:~# systemctl show -p CapabilityBoundingSet apparmor Failed to parse bus message: Invalid argument root@bionic:~# echo $? 1 focal host verification: root@lp1905245-f:~# dpkg -l systemd|grep systemd ii systemd 245.4-4ubuntu3.4 amd64 system and service manager root@lp1905245-f:~# systemctl show -p CapabilityBoundingSet apparmor CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_> root@lp1905245-f:~# echo $? 0 focal container verification: root@focal:~# dpkg -l systemd|grep systemd ii systemd 245.4-4ubuntu3.4 amd64 system and service manager root@focal:~# systemctl show -p CapabilityBoundingSet apparmor CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_> root@focal:~# echo $? 0 bionic container verification: root@bionic:~# dpkg -l systemd|grep systemd ii systemd 237-3ubuntu10.44 amd64 system and service manager root@bionic:~# systemctl show -p CapabilityBoundingSet apparmor CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_r root@bionic:~# echo $? 0 ** Tags removed: verification-needed verification-needed-bionic verification-needed-focal ** Tags added: verification-done verification-done-bionic verification-done-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905245 Title: "Failed to parse bus message: Invalid argument" with Linux 5.8 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1905245/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
