Re: [systemd-devel] Upgraded multiple systems to systemd 249.3 and all had eth1 not started / configured

2021-08-17 Thread Colin Guthrie
Hiya, As has been said, this is racy. "Sufficiently early" is just a hope, rather than a guarantee. Perhaps something in the kernel made things more or less efficient (try booting with the old kernel to see if it helps, but as this is a race, it may only work some of the time.). Or perhaps so

[systemd-devel] systemd services running on VM nodes 1 and 2 in High Availability Mode.

2021-08-17 Thread Kaushal Shriyan
Hi, I have created a systemd script along with the timer which runs once every three hours. I have the same settings across node1 and node2 which are hosted behind the load balancer. The reason setting behind LB is to make sure we avoid a single point of failure scenarios. I have a specific issue

Re: [systemd-devel] systemd services running on VM nodes 1 and 2 in High Availability Mode.

2021-08-17 Thread Arian van Putten
Heya! Currently systemd doesn't have this kind of distributed scheduler . Though I think it would be very interesting to explore (systemd-distributed seems to be a fun name). At some point coreos had a distributed version of systemd that did sort of exactly what you want https://github.com/coreos

[systemd-devel] [hostnamed] Why the service will automatically exit after 30 seconds

2021-08-17 Thread 李成刚
How to configure this service so that it will not automatically exit

Re: [systemd-devel] Upgraded multiple systems to systemd 249.3 and all had eth1 not started / configured

2021-08-17 Thread Amish
Hello, Thank you for your reply. I can understand that there can be race. *But when I check logs, there is no race happening*. *Let us see and analyze the logs.* Stage 1: System boots, and kernel assigns eth0, eth1 and eth2 as interface names. Aug 18 09:17:13 kk kernel: e1000e :00:1f.6 e

[systemd-devel] Antw: [EXT] Re: [systemd‑devel] systemctl log verbosity

2021-08-17 Thread Ulrich Windl
>>> Michael Chapman schrieb am 17.08.2021 um 02:52 in Nachricht <885331af-bb7-41d0-e8-26c92023b...@very.puzzling.org>: > On Tue, 17 Aug 2021, Dave Close wrote: >> I'm trying to run "systemctl show" in a cron script. It works but I get >> a huge number of extra lines in my log for each run. Why? Ca

Re: [systemd-devel] Antw: [EXT] Re: [systemd‑devel] systemctl log verbosity

2021-08-17 Thread Michael Chapman
On Wed, 18 Aug 2021, Ulrich Windl wrote: > >>> Michael Chapman schrieb am 17.08.2021 um 02:52 in > Nachricht <885331af-bb7-41d0-e8-26c92023b...@very.puzzling.org>: > > On Tue, 17 Aug 2021, Dave Close wrote: > >> I'm trying to run "systemctl show" in a cron script. It works but I get > >> a huge nu

Re: [systemd-devel] Upgraded multiple systems to systemd 249.3 and all had eth1 not started / configured

2021-08-17 Thread Amish
Hello Further to my previous email: I see that there is already an *extremely similar issue* reported on July 12, 2021 and it has been fixed. https://github.com/systemd/systemd/issues/20203 But I do not know if this fix exists in systemd v249.3 (Arch Linux) If it exists that means that fix