Re: [systemd-devel] Wireless mesh networks and link_carrier_gained

2018-12-18 Thread Roger James
Hi, I will try to comply:-). I have been building forward from a raspbian stretch 232 version for my test nodes. But I should be able to switch to and ubuntu bionic system to test this. I would like to test in a fakeroot, container or stick; so I am thinking that I need look at mkosi. Any poi

[systemd-devel] Wireless mesh networks and link_carrier_gained

2018-12-18 Thread Thomas Gilliard
Forwarded Message Subject:Fedora SoaS Desktop Date: Tue, 18 Dec 2018 01:24:33 -0800 From: Thomas Gilliard To: [email protected] The following files are used here: https://wiki.sugarlabs.org/go/Fedora_30#livemedia-creator (this is not listed on t

Re: [systemd-devel] Wireless mesh networks and link_carrier_gained

2018-12-18 Thread Lennart Poettering
On Di, 18.12.18 05:46, Roger James ([email protected]) wrote: > Hello, > > I have been testing the uses of systemd-networkd to configure wireless mesh > networks, and have encountered a problem which manifests itself as a failure > to correctly configure the additional dchp options offer

Re: [systemd-devel] Regex parsable output of systemctl

2018-12-18 Thread Thomas Güttler
... Note that the upcoming systemd 240 has that for a number of tools, for example "loginctl". However it's still missing for the most relevant tool "systemctl", that that's because noone ported its table formatting logic over to the format-table.c implementation we have now, which deals with all

[systemd-devel] Wanted service in status deactivating

2018-12-18 Thread Liu, Shuang (ADITG/ESM)
Hi, What should happen if a wanted service in status deactivating (stop)? For example, in the service A an ExecStop= is defined and takes 0.5s. Then what should happen if a service B is started and A is wantedby B during the 0.5s. Concrete scenario is: A USB device has defined the udev rule SYS

Re: [systemd-devel] Regex parsable output of systemctl

2018-12-18 Thread Lennart Poettering
On Di, 18.12.18 11:15, Mantas Mikulėnas ([email protected]) wrote: > On Tue, Dec 18, 2018 at 11:09 AM Thomas Güttler > wrote: > > > > Hi, > > > > to get a regex parsable output of systemctl, I use this up to now: > > > > systemctl list-units --full --all --plain --no-legend > > > > This is a

Re: [systemd-devel] Regex parsable output of systemctl

2018-12-18 Thread Mantas Mikulėnas
On Tue, Dec 18, 2018 at 11:09 AM Thomas Güttler wrote: > > Hi, > > to get a regex parsable output of systemctl, I use this up to now: > > systemctl list-units --full --all --plain --no-legend > > This is a lot of typing. > > AFAIK there is no way to make it shorter (maybe use -a instead of --

[systemd-devel] Regex parsable output of systemctl

2018-12-18 Thread Thomas Güttler
Hi, to get a regex parsable output of systemctl, I use this up to now: systemctl list-units --full --all --plain --no-legend This is a lot of typing. AFAIK there is no way to make it shorter (maybe use -a instead of --all). Maybe I am blind and there is already a switch which makes the ou