Yu Watanabe
Yu Watanabe
Is `systemd-udevd` running in the system? (I've asked the same question in https://github.com/systemd/systemd/issues/1784. Sorry for multi-posting.)
@bgilbert Thanks. I'd like to ask one more thing: please provide the results of `systemd-detect-virt` and `systemd-detect-virt --container`.
BTW, if you think this is a bug in networkd or udevd, then please open a new issue in systemd and provide debugging logs of the daemons: booting with `systemd.log_level=debug...
Not sure, but https://github.com/systemd/systemd/pull/11881 may fix this issue.
Please also update dbus-socket.c and socket_dump().
@keszybz With this PR, I guess we can drop the patch https://src.fedoraproject.org/rpms/systemd/blob/rawhide/f/f58b96d3e8d1cb0dd3666bc74fa673918b586612.patch
@floppym Ouch. Should be fixed now. PTAL
> Hmm, looking at this again, isn't this actually just a matter of always storing info about the last entry for any given path in /proc/self/mountinfo, instead of the first,...
Updated, tests are adjusted. PTAL.