Comment 6 for bug 1956942

Revision history for this message
Maciej Borzecki (maciek-borzecki) wrote :

2022/01/10 12:58:44.388636 tracking.go:185: DEBUG: using session bus
2022/01/10 12:58:44.393780 tracking.go:290: DEBUG: StartTransientUnit failed with "org.freedesktop.DBus.Error.Spawn.ChildExited": [Process org.freedesktop.systemd1 exited with status 1]
2022/01/10 12:58:44.393815 cmd_run.go:1187: DEBUG: snapd cannot track the started application

Indicates that snap asked systemd to create a new scope for the application (since establishing device filtering in your current cgroup would break your session), but that failed. Judging by the error message, `systemd --user` exited or was restarted, hard to tell. Unfortunately there is nothing snapd can do about that.