Re: [systemd-devel] networkd : ipv6 prefix delegation

2022-09-06 Thread Kevin P. Fleming
On Mon, Sep 5, 2022 at 1:45 PM Arian van Putten wrote: > > Just thinking out loud here but aren't RA messages are sent as link local > multicast messages? How can it send them if you disable link local addressing? Yes, this. There's no benefit to disabling link-local addressing, and doing so can

Re: [systemd-devel] socket activation selinux context on create

2022-09-06 Thread Ted Toth
I'm working on a patch and adding a function to selinux_util.c which calls libsemanage functions but I don't know how to add this library to the link of the systemd (libsystemd-shared-.so) shared library as I'm not familiar with the build, how do I do this? Also a lot of the semanage functions on f

Re: [systemd-devel] socket activation selinux context on create

2022-09-06 Thread Ted Toth
I think I figured out how to add libsemanage to the link, when you see the patch you can tell me if I did it right. On Tue, Sep 6, 2022 at 11:46 AM Ted Toth wrote: > > I'm working on a patch and adding a function to selinux_util.c which > calls libsemanage functions but I don't know how to add th

[systemd-devel] Stuck mount units

2022-09-06 Thread Dusty Mabe
Hey all, This one is a bit of a long shot so I'm not too optimistic about finding any resolution, but figured I'd try. In Fedora CoreOS we've seen a mount unit get stuck and the system will just stay there forever (in the initramfs). Does this sound crazy? Anyone seen something similar before? T