Hello everyone,
Sorry for the back-to-back emails, but I realized I could use this
mailing list to bring up another topic related to UKI addons.
This is the same as I wrote in
https://github.com/systemd/systemd/issues/29372 : I think we need some
agreement to decide that if distros want to ship r
Hello everyone,
As the title suggests, I am trying to extend an UKI initrd via
systemd-sysext addons/extensions.
I contributed to the systemd-stub UKI addons to extend the kernel
command line, so I know how they works and planning to give a talk about
them soon. However, I would like to get the f
On Mon, Dec 4, 2023 at 5:01 AM Renjaya Raga Zenta
wrote:
> Hi,
>
> We want to implement our networking using systemd-networkd. We think
> systemd is stable enough right now, so we want to try more "systemd-only"
> solution.
>
> In our environment, we use RPS (Receive Packet Steering) for load bal
HI @Aleksandar Kostadinov
User space doesn't have that information to fetch.
Thanks & Regards,
Venkat Thogaru
-Original Message-
From: Aleksandar Kostadinov
Sent: Monday, December 4, 2023 3:40 PM
To: VENKAT Nagaraj THOGARU (QUIC)
Cc: Luca Boccassi ; SystemD Devel
Subject: Re: [syste
Applications can use credentials:
https://systemd.io/CREDENTIALS/
On Mon, 4 Dec 2023 at 05:22, VENKAT Nagaraj THOGARU (QUIC)
wrote:
>
> HI @Luca Boccassi,
>
>
>
> We have an application in Linux which need this information.
>
>
>
> Thanks & Regards,
>
> Thogaru Venkat
>
>
>
> From: Luca Boccassi
On Mon, Dec 4, 2023 at 7:24 AM VENKAT Nagaraj THOGARU (QUIC)
wrote:
...
> We have an application in Linux which need this information.
While not a direct answer to your question, why not have the
application read this data like `dmidecode` can do?
On Mo, 04.12.23 14:59, Renjaya Raga Zenta ([email protected]) wrote:
> Hi,
>
> We want to implement our networking using systemd-networkd. We think
> systemd is stable enough right now, so we want to try more "systemd-only"
> solution.
>
> In our environment, we use RPS (Receive Packet Steering)
On Mo, 04.12.23 13:01, Pintu Agarwal ([email protected]) wrote:
> Hi,
> Any comments or suggestions on the below ?
I already replied.
https://lists.freedesktop.org/archives/systemd-devel/2023-November/049706.html
Lennart
--
Lennart Poettering, Berlin
Hi,
We want to implement our networking using systemd-networkd. We think
systemd is stable enough right now, so we want to try more "systemd-only"
solution.
In our environment, we use RPS (Receive Packet Steering) for load balancing
and scaling. It's a kernel feature implemented a long time ago.