(In reply to Michal Koutn��� from comment #29) > (In reply to Eric van Blokland from comment #28) > > I've been hit by this as well and had to shelve some upgrades. > > Is it the same issue like the initial comment? I.e. > 'GDBus.Error:org.freedesktop.machine1.NoMachineForPID:'? > What process does the offending PID refer to (is it the PID 1 of the > container?) > Can you check what's in /proc/$PID/cgroup (when the error occurs)? > TY > > > Tumbleweed is working fine at the moment. > > FTR, openSUSE TW defaults to the unified (v2) hierarchy now and it's not > affected (was confirmed in comment 4). Figures, I thought TW was still hybrid. I'm pretty sure it's the same issue. Booting with 'systemd.unified_cgroup_hierarchy=1' resolves it. If I'm not mistaken the offending PID is that from the driver/controller(?) not the actual container. It exits too quickly to dump the cgroup information. I could try and attach a debugger if you're interested. But that would have to wait till tomorrow.