Ran show-motd autopkgtest with the following diff (as mentioned by Andreas previously to reproduce the bug)
--- a/debian/tests/show-motd +++ b/debian/tests/show-motd @@ -2,6 +2,9 @@ unset MOTD_SHOWN +echo "Sleeping 60s" +sleep 60 +echo "Continuing" RET=0 bash -i -c '. /etc/profile.d/update-motd.sh' 2> stdout || RET=$? egrep -v '(bash: cannot set terminal process group|no job control in this shell)' stdout >&2 || true On mantic, focal, and jammy with -proposed enabled. Results were identical, with tests passing: autopkgtest [13:15:52]: @@@@@@@@@@@@@@@@@@@@ summary show-motd PASS update-motd PASS ** Tags removed: verification-needed verification-needed-focal verification-needed-jammy verification-needed-mantic ** Tags added: verification-done verification-done-focal verification-done-jammy verification-done-mantic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2040924 Title: /etc/update-motd.d/50-landscape-sysinfo: 24: cannot create /var/lib/landscape/landscape-sysinfo.cache: Permission denied To manage notifications about this bug go to: https://bugs.launchpad.net/landscape-client/+bug/2040924/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
