Re: [systemd-devel] Systemd Boot Time Optimization

2024-08-16 Thread Barry
> On 18 Jul 2024, at 07:31, dharm...@microchip.com wrote: > > Is it possible to achieve faster boot times on arm v5 and cortex a5 > these architectures similar to cortex a7 by tuning systemd? I expect you are see speeds that are I/O limited. You have the tools with system-analyse to root cause

[systemd-devel] SyslogIdentifier= no flexible enough

2024-08-16 Thread Windl, Ulrich
Hi! I'm running the same binary concurrently with different options using timers and instances, and I have the problem that it's not obvious which instance logged an error. Like this: Aug 16 00:00:01 v04 systemd[1]: Started Check (auth-fail-xyz). Aug 16 00:00:01 v04 systemd[1]: Started Check (g

Re: [systemd-devel] SyslogIdentifier= no flexible enough

2024-08-16 Thread Carl Lei
On Fri, 16 Aug 2024 09:34:57 + "Windl, Ulrich" wrote: > Hi! > > I'm running the same binary concurrently with different options using > timers and instances, and I have the problem that it's not obvious > which instance logged an error. > > Like this: > Aug 16 00:00:01 v04 systemd[1]: Start

[systemd-devel] Understanding the effect of AccuracySec=

2024-08-16 Thread Windl, Ulrich
Hi! I have defined a time using [Timer] OnCalendar=daily AccuracySec=6h Persistent=true And the idea was to run the unit daily, but it's rather unimportant when, just nout in prime hours. The man page says: AccuracySec= Specify the accuracy the timer shall elapse with. Defau

Re: [systemd-devel] [EXT] Re: SyslogIdentifier= no flexible enough

2024-08-16 Thread Windl, Ulrich
Hi! Why trying it, I got: journalctl: unrecognized option '--output-fields=MESSAGE,_SYSTEMD_UNIT' (seems to be a newer feature) > -Original Message- > From: systemd-devel On > Behalf Of Carl Lei > Sent: Friday, August 16, 2024 11:41 AM > To: systemd-devel@lists.freedesktop.org > Subject

Re: [systemd-devel] Updating network file during boot

2024-08-16 Thread Henti Smith
On Thu, 15 Aug 2024 at 16:14, Etienne Champetier < champetier.etie...@gmail.com> wrote: > > > Le jeu. 15 août 2024, 05:03, Henti Smith a > écrit : > >> Hello Etienne >> >> I cannot find any info on how to extract this information from the >> current system. >> >> How would I go about doing that ?

Re: [systemd-devel] Updating network file during boot

2024-08-16 Thread Henti Smith
On Fri, 16 Aug 2024 at 07:31, Andrei Borzenkov wrote: > > echo 'SUBSYSTEM=="net", KERNELS==":00:10.0", NAME="mvc-sw1"' > > /etc/udev/rules.d/mvc.rules > echo 'SUBSYSTEM=="net", KERNELS==":00:11.0", NAME="mvc-sw2"' >> > /etc/udev/rules.d/mvc.rules > Thank you, this worked for me. I've up

Re: [systemd-devel] Understanding the effect of AccuracySec=

2024-08-16 Thread Andrei Borzenkov
On 16.08.2024 12:43, Windl, Ulrich wrote: Hi! I have defined a time using [Timer] OnCalendar=daily AccuracySec=6h Persistent=true And the idea was to run the unit daily, but it's rather unimportant when, just nout in prime hours. The man page says: AccuracySec= Specify t