Lennart Poettering
Lennart Poettering
also, the service should not be up, the sockets for it should. i.e. the per-instance journald server is exiting on idle, hence ordering against that pointless
lgtm, but you still marked this as draft?
Hmm, if ExecStop= is /bin/true, then the SIGKILL will also be triggered immediately. This is pretty relevant, hence I am not convinced the new text really is helpful
hmm, you system has both an AMD GPU and an nvidia one?
Hmm, so do I get this right, you have a three backlight devices, of which two do not work *at* *all*? That sounds like a kernel/driver issue: they shouldn't expose...
> Even if the reporter's laptop erroneously reports unnecessary backlight devices, the issue is potentially occurs on multi-GPU systems. E.g. a machine has multiple graphics cards and each has own...
So, hmm, a single regex per unit. Is that really enough? I implicitly assumed it would have to be a list of regexes, to make it easy to filter multiple...
(I cherry picked the somewhat unrelated HAVE_PCRE2 commit into git main already, btw)
> Wouldn't it also be desirable to support addition/removal of filters via dropins? That's the thing, I think it should be possible to install additional regexes to filter via a...
> AFAICT, we can do the same amount of filtering with a list of regexes or a single regexes (i.e. `(^foo|bar)`). Sure, I am aware of that, but it's also...