Re: [systemd-devel] systemctl inaccessible when enabling DynamicUser=true

2024-03-29 Thread Luca Boccassi
No, that's about publishing a new service, not calling into others. It's probably due to dbus-broker supporting SO_PEERSEC to acquire credentials. On Fri, 29 Mar 2024 at 21:14, Mantas Mikulėnas wrote: > > I don't know, but it might be related to this note: > https://github.com/systemd/systemd/com

Re: [systemd-devel] systemctl inaccessible when enabling DynamicUser=true

2024-03-29 Thread Mantas Mikulėnas
I don't know, but it might be related to this note: https://github.com/systemd/systemd/commit/0a207d8f234ff7ea0d7988445e38685090fc930e On Fri, Mar 29, 2024, 19:53 Nils Kattenbeck wrote: > On Fri, Mar 29, 2024 at 7:04 AM Mantas Mikulėnas > wrote: > > > > It's probably a difference between dbus-d

[systemd-devel] repart: How to use CopyBocks= with usr-verity?

2024-03-29 Thread Nils Kattenbeck
Hello everyone, I am having trouble with getting CopyBlocks= to work with a verify enabled usr partition. The documentations says that it should automatically work automatically but it does not describe which properties have to be set for which partition, i.e. repart.d file. So far I have tried se

Re: [systemd-devel] systemctl inaccessible when enabling DynamicUser=true

2024-03-29 Thread Nils Kattenbeck
On Fri, Mar 29, 2024 at 7:04 AM Mantas Mikulėnas wrote: > > It's probably a difference between dbus-daemon and dbus-broker, I suspect. Hi, that was indeed the problem. Installing dbus-broker on one of the machines did in fact fix this. Any idea why that might be? I do not know the differences bet