Lennart Poettering

Results 1503 comments of Lennart Poettering

Addressed by a8b2302bc12364662ec0576f0ef28345e079679f and later commits. Closing.

hmm, i presume you use run0 remotely via ssh or on the console? if run within a desktop session, the PK agent is typically implemented by the DE (for example...

> carbonOS set auth_admin_keep on `pkexec` and it worked just fine. Not sure what pkexec did to make that work 🤷 i presume you used pkexec from a local DE...

> > e. > > I am using KDE in Arch Linux and run0 seems to ask me for a password every time. hmm, how does it do that? graphically...

hmm, this seems unnecssary? apps should never issue the initial READY=1 before they installed the SIGHUP handler. It's a bug if they do that. I guess we could make this...

i am not against validating on reception of the first READY=1 that if notify-reload is set a SIGHUP handler is installed, and warn or even fail if not. but that...

> That sounds good. I'd prefer to do both -- check for signal handler after READY=1, and then also check when we are sending it. I think in READY=1 case,...

and maybe also add a comment to the Type=notify-reload man page docs that points people to the fact that people should install the SIGHUP handler before signalling READY=1