[systemd-devel] Antw: [EXT] Dropping split-usr/unmerged-usr support

2022-04-05 Thread Ulrich Windl
>>> Luca Boccassi schrieb am 05.04.2022 um 22:07 in Nachricht <[email protected]>: > Hi, > > As part of our spring cleaning effort, we are considering when to drop > support for split/unmerged-usr filesystem layouts. > > A build-time warning was added last

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-05 Thread Kenneth Porter
On 4/5/2022 1:07 PM, Luca Boccassi wrote: As part of our spring cleaning effort, we are considering when to drop support for split/unmerged-usr filesystem layouts. For others like me who don't know this term. (I'd seen and appreciate the concept but didn't know what people called it.) https:

Re: [systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-05 Thread Michael Biebl
Am Di., 5. Apr. 2022 um 22:07 Uhr schrieb Luca Boccassi : > > Hi, > > As part of our spring cleaning effort, we are considering when to drop > support for split/unmerged-usr filesystem layouts. > > A build-time warning was added last year: > > https://github.com/systemd/systemd/commit/9afd5e7b975e8

[systemd-devel] Dropping split-usr/unmerged-usr support

2022-04-05 Thread Luca Boccassi
Hi, As part of our spring cleaning effort, we are considering when to drop support for split/unmerged-usr filesystem layouts. A build-time warning was added last year: https://github.com/systemd/systemd/commit/9afd5e7b975e8051c011ff9c07c95e80bd954469 We are now adding a runtime taint as well.

Re: [systemd-devel] [EXT] Re: Q: journalctl -b -g logrotate

2022-04-05 Thread Mantas Mikulėnas
On Tue, Apr 5, 2022 at 3:22 PM Ulrich Windl < [email protected]> wrote: > >>> Mantas Mikulenas schrieb am 05.04.2022 um 11:08 in > Nachricht > : > > On Tue, Apr 5, 2022 at 9:36 AM Ulrich Windl < > > [email protected]> wrote: > > > >> Hi! > >> > >> I have two questi

[systemd-devel] Antw: [EXT] Re: Q: journalctl -b -g logrotate

2022-04-05 Thread Ulrich Windl
>>> Mantas Mikulenas schrieb am 05.04.2022 um 11:08 in Nachricht : > On Tue, Apr 5, 2022 at 9:36 AM Ulrich Windl < > [email protected]> wrote: > >> Hi! >> >> I have two questions for "journalctl -b -g logrotate": >> >> 1) I'm unsure what the exact rules for matching a "-g expressi

Re: [systemd-devel] nss-systemd

2022-04-05 Thread Lennart Poettering
On Di, 05.04.22 11:24, Gildas Bayard ([email protected]) wrote: > Indeed my systemd is version 245.4-4ubuntu3.15... > > How could I know that the minimal required version was 249 (so I don't > bother you again!)? Two options: 1. Check https://github.com/systemd/systemd/blob/main/NEWS 2.

Re: [systemd-devel] nss-systemd

2022-04-05 Thread Gildas Bayard
Indeed my systemd is version 245.4-4ubuntu3.15... How could I know that the minimal required version was 249 (so I don't bother you again!)? Le 05/04/2022 à 11:21, Lennart Poettering a écrit : On Di, 05.04.22 10:30, Gildas Bayard ([email protected]) wrote: Hello, I'd like to dynamic

Re: [systemd-devel] nss-systemd

2022-04-05 Thread Lennart Poettering
On Di, 05.04.22 10:30, Gildas Bayard ([email protected]) wrote: > Hello, > > I'd like to dynamically provide group data when group data is queried by the > system (as in "getent group"). > > Since nsswitch can use systemd, I've looked at nss-systemd. > > As a first step I tried to define a

Re: [systemd-devel] Q: journalctl -b -g logrotate

2022-04-05 Thread Mantas Mikulėnas
On Tue, Apr 5, 2022 at 9:36 AM Ulrich Windl < [email protected]> wrote: > Hi! > > I have two questions for "journalctl -b -g logrotate": > > 1) I'm unsure what the exact rules for matching a "-g expression" are: > Some kernel messages are matched, others not. > All entries with a

[systemd-devel] nss-systemd

2022-04-05 Thread Gildas Bayard
Hello, I'd like to dynamically provide group data when group data is queried by the system (as in "getent group"). Since nsswitch can use systemd, I've looked at nss-systemd. As a first step I tried to define a Static Drop-In JSON User Record (because user definition is documented with more