Lennart Poettering

Results 1507 comments of Lennart Poettering

The requested logs where never provided. Closing.

> @poettering In case you missed it, they collected the logs and asked if they could send them privately: [#21123 (comment)](https://github.com/systemd/systemd/issues/21123#issuecomment-952334702) Since several people reported they have the same issue,...

I am very sure we should not reimplement a shell. If you need a shell, then please use ExecStart= with a shell script, that does what you want to do...

@TheSeanBrady but @filbranden has a point `PATH=$PATH:foo` wouldn't cut it for most cases anyway, as that means if $PATH is not set initially, we'd have a colon at the beginning...

> It creates an absolute mess where now I have to write a small shell script solely to append to a variable, and call that script with systemd, all because...

Uh. The goal here was that people can put the audit subsystem in an image and then boot it either directly on a kernel (in which case audit is enabled...

ah, sorry for dropping the ball on this. lemme have a look.

lgtm. a comment in the code explaining why the salt is erased would be good though, since it's quite surprising.

> Thanks for the workaround, indeed it helps :) But now I wonder, what are valid contents for a `.membership` file - is the content ignored? After a quick glimpse...