What I find odd is that the default StartLimitBurst= is 5, and while snapd spread test suite re-sets this to 10 or 30, on the affected system the value is not changed.
ubuntu@n-lgke-gke-6-8-c4hcpu4-u-qrt-apparmor:~$ systemctl cat snapd.service # /usr/lib/systemd/system/snapd.service [Unit] Description=Snap Daemon After=snapd.socket After=time-set.target After=snapd.mounts.target Wants=time-set.target Wants=snapd.mounts.target Requires=snapd.socket OnFailure=snapd.failure.service # This is handled by snapd # X-Snapd-Snap: do-not-start [Service] # Disabled because it breaks lxd # (https://bugs.launchpad.net/snapd/+bug/1709536) #Nice=-5 OOMScoreAdjust=-900 ExecStart=/usr/lib/snapd/snapd EnvironmentFile=-/etc/environment EnvironmentFile=-/var/lib/snapd/environment/snapd.conf Restart=always # with systemd v254+, skip going through failed state during restart RestartMode=direct WatchdogSec=5m Type=notify NotifyAccess=all SuccessExitStatus=42 RestartPreventExitStatus=42 KillMode=process KeyringMode=shared [Install] WantedBy=multi-user.target -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2165135 Title: test_snapd_snap_with_vendored_apparmor from ubuntu_qrt_apparmor failed to refresh snapd to latest/beta (2.76.3+ubuntu24.04) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/2165135/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
