Jelle van der Waa

Results 841 comments of Jelle van der Waa

Thanks for the bug report, I can confirm this issue and also: I will take a look

Same issue with spanish: So this is not korean specific:

So the dialog and the SuperUserButton come from pkg/shell, and the systemd page no longer? loads those translations

This has been an issue since Cockpit 310 at least:

For `pkg/lib` we include the translations in every page: pkg/lib/cockpit-po-plugin.js ``` for (const [msgid, translation] of Object.entries(context)) { /* Only include msgids which appear in this source directory */ const...

The networking page depends on networkmanager as a hard dependency in packaging and in the manifest (it expects `/usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf`). This could be de-coupled but isn't planned at the moment

Seems it started with `x86_64 0:258.999+1308+g6de1c6892-2295.2` in this [run](https://logs-cockpit.apps.ocp.cloud.ci.centos.org/pull-0-19d737fd-20251116-013240-fedora-43-daily/log.html)

``` Failed to connect to /run/systemd/userdb/io.systemd.Machine: Connection refused Unable to connect to /run/systemd/userdb/io.systemd.Machine: Connection refused ``` Seems to be introduced since https://github.com/systemd/systemd/commit/6de1c6892414b39f675ef3ee41b483bd97d352b9

Succesfull run on Fedora 42: ``` varlink: Setting state idle-client /run/systemd/userdb/io.systemd.Home: Sending message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"builder","service":"io.systemd.Home"},"more":true} /run/systemd/userdb/io.systemd.Home: Changing state idle-client → awaiting-reply-more varlink: Setting state idle-client /run/systemd/userdb/io.systemd.Machine: Sending message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"builder","service":"io.systemd.Machine"},"more":true} /run/systemd/userdb/io.systemd.Machine: Changing...

This is caused by SELinux: ``` AVC avc: denied { create } for pid=1312 comm="systemd-machine" name="resolve.hook" ```