Replies: 1 comment
-
|
my solution for the moment is like this: while systemd-localed-read-only.conf contains: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On Debian Trixie, I am trying to set the system locale, according to https://docs.saltproject.io/en/3006/ref/states/all/salt.states.locale.html
But I get:
Even when I run it locally:
The reason is described here: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2102028
in
/usr/share/dbus-1/system.d/systemd-localed-read-only.confthere is a rule for root, deny for SetLocaleIt would work:
Alternatively, I am trying to allow root to SetLocale in the file
systemd-localed-read-only.conf, but that only works after I call localectl once manually for some reason.stdout: Failed to issue method call: Locale assignment data=(unset) not valid, refusing.Beta Was this translation helpful? Give feedback.
All reactions