Jelle van der Waa
Jelle van der Waa
Thanks for the report, I can reproduce the issue fine. Debugging this: In `pkg/lib/serverTime.js` we pass ``` const new_date = new Date("21 juil. 2023"); ``` Normally it is: ``` Fri...
Ok, I was in the debugging, what we try is: ``` date 14/07/2023 serverTime.js:705 14/07/2023 Invalid Date new Date("14/07/2023") Invalid Date ``` That is valid as a US date, but...
Ok, writing this all up: It turns out we have multiple issues here: ### Dialog UX issue with displaying dates Shown when opening:  Shown when changing  ### US...
> TBH this feels a little too "prominent/expensive". This isn't something that would/should ever change on a system, no? Could this perhaps be moved to the hwinfo page or so?...
Alternatively we use `bootctl` to obtain secure boot info https://github.com/systemd/systemd/issues/31856
> Get error error: failed to connect to the hypervisor error: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage' > Fix the polkit error and create /etc/polkit-1/50-libvirt.rules file...
Closing this issue as there was no response.
We use cgroups for measuring CPU usage of processes, are you executing journalctl in an ssh session? That might explain it?
Leftover journalctl's seems bad, if we can reproduce this we should the leftover processes.
I can't reproduce the journalctl issue here, can you post the full output of `ps aux | grep journalctl` so we can see with what arguments `journalctl` is spawned.