Re: [systemd-devel] Q: "Loaded: not-found (Reason: No such file or directory)"

2022-09-21 Thread Michael Chapman
On Thu, 22 Sep 2022, Ulrich Windl wrote: > Hi! > > I wonder: > # systemctl status i* > ● inst-sys.service >Loaded: not-found (Reason: No such file or directory) >Active: inactive (dead) > > ● iptables.service >Loaded: not-found (Reason: No such file or directory) >Active: inactive

[systemd-devel] Antw: [EXT] networkd D-Bus API for link up/down?

2022-09-21 Thread Ulrich Windl
>>> "Kevin P. Fleming" schrieb am 21.09.2022 um 12:48 in >>> Nachricht : > When the D-Bus API for systemd-networkd was added there were > indications that it could be used for bringing links up and down. > However, when I review the API docs at: > > https://www.freedesktop.org/software/systemd/m

[systemd-devel] Q: "Loaded: not-found (Reason: No such file or directory)"

2022-09-21 Thread Ulrich Windl
Hi! I wonder: # systemctl status i* ● inst-sys.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) ● iptables.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) So I ttied to find out what's the problem with these s

[systemd-devel] Compile Standalone binaries

2022-09-21 Thread Caleb M. Hurley
Having trouble compiling the standalone binaries for systemd; setup a question at https://unix.stackexchange.com/questions/718163/trouble-compiling-systemd-standalone-binaries What's the procedure for compiling those binaries? Thanks, Caleb H. Sent with [Proton Mail](https://proton.me/) secure

[systemd-devel] path service ExecStart arguments

2022-09-21 Thread Ted Toth
Is info about what changed (i.e. the name of the file created in the directory) available to a path service ExecStart process? If so, how does a service access the info? Ted

[systemd-devel] networkd D-Bus API for link up/down?

2022-09-21 Thread Kevin P. Fleming
When the D-Bus API for systemd-networkd was added there were indications that it could be used for bringing links up and down. However, when I review the API docs at: https://www.freedesktop.org/software/systemd/man/org.freedesktop.network1.html# I don't see any methods for doing those operations