Steven Mulvay wrote on Wed, Aug 19, 2026 at 04:31:11PM +1200: > Thank you very much for your reply. Since you're fairly certain that > run0/systemd-run is the component that is timing out, do you know if > there's a way to configure run0/systemd-run to wait longer for the > password? If there's no way to configure a longer timeout (I really > hope there is), do you think it would be possible for a developer to > create a patch for my copy of run0/systemd-run?
It's the default sdbus timeout (25s) I thought there was no way of setting it but you can apparently override it with SYSTEMD_BUS_TIMEOUT e.g. this will wait 60 seconds: SYSTEMD_BUS_TIMEOUT=60 run0 ls Good luck, -- Dominique Martinet | Asmadeus
