Re: [systemd-devel] Best way to run upstream systemd

2018-08-02 Thread ChenQi
On 07/19/2018 06:26 AM, Juanjo Presa wrote: I wonder which ways are to run last systemd versions? nowadays Im running Centos 7 with systemd facebook backports (https://github.com/facebookincubator/rpm-backports). But maybe you guys have another way, NixOs? Archlinux? Tyvm. _

Re: [systemd-devel] Recommended way to enable IPForward for a system using networkd?

2018-08-02 Thread Mantas Mikulėnas
On Thu, Aug 2, 2018 at 8:18 PM Filipe Brandenburger wrote: > So, IPForward is a global setting and yet with networkd it needs to be > attached to an interface... > > What's the best way to enable it on a system, that's general enough and > won't really depend on the existing interface configurati

Re: [systemd-devel] Supervisory Watchdog notification not working when using SmackProcessLabel

2018-08-02 Thread Lennart Poettering
On Mi, 01.08.18 11:18, Martin Townsend ([email protected]) wrote: > @@ -728,7 +729,12 @@ static int manager_setup_notify(Manager *m) { > > m->notify_fd = fd; > fd = -1; > - > +r = mac_smack_apply_fd(m->notify_fd, SMACK_ATTR_IPIN, "*"); > +

Re: [systemd-devel] Question about the default value of NamePolicy=

2018-08-02 Thread Francis Moreau
Hello, On Wed, Aug 1, 2018 at 7:36 PM, Mantas Mikulėnas wrote: > > AFAIK, "onboard" and (hotplug) "slot" names are mutually exclusive, so their > relative ordering isn't that important... but if the firmware marks a device > as on-board *and* also provides a slot number, then it's more likely tha