Re: [systemd-devel] systemd user instance not working in only one account, XDG_RUNTIME_DIR not being set

2023-04-10 Thread Mantas Mikulėnas
On Tue, Apr 11, 2023, 03:41 Chandler wrote: > systemd has been working great here, system-wide as well as in all user > instances except one. I'm not exactly sure what all the steps are in > the process to get a systemd user instance running. The directory > /run/user/$UID was not being created

[systemd-devel] systemd user instance not working in only one account, XDG_RUNTIME_DIR not being set

2023-04-10 Thread Chandler
systemd has been working great here, system-wide as well as in all user instances except one. I'm not exactly sure what all the steps are in the process to get a systemd user instance running. The directory /run/user/$UID was not being created, though. I made some progress by running `systemctl

[systemd-devel] sharing of D-Bus connection between systemd PAM modules causes problems

2023-04-10 Thread Norbert Braun
Hi all, I recently ran into a problem on Arch Linux ARM (32 bit) where logging in as root on the console would often, but not always, fail (much like in https://github.com/systemd/systemd/issues/17266). While investigating the problem, I found the following: Systemd ships with two PAM module

Re: [systemd-devel] systemctl daemon-reexec forgets running services and starts everything new

2023-04-10 Thread Michael Biebl
Am Mo., 10. Apr. 2023 um 09:46 Uhr schrieb Mantas Mikulėnas : > > On Tue, Apr 4, 2023 at 11:33 AM Wasser, Erik wrote: >> >> # Some details to the hardware # >> >> Our metal runs OpenVZ/Virtuozzo with this kernel (without any problems): >> >> > Linux FQDN_REDACTED 3.10.0-1127.18.2.vz7.163.46 #1 SMP

Re: [systemd-devel] systemctl daemon-reexec forgets running services and starts everything new

2023-04-10 Thread Mantas Mikulėnas
On Tue, Apr 4, 2023 at 11:33 AM Wasser, Erik wrote: > # Some details to the hardware # > > Our metal runs OpenVZ/Virtuozzo with this kernel (without any problems): > > > Linux FQDN_REDACTED 3.10.0-1127.18.2.vz7.163.46 #1 SMP Fri Nov 20 > 21:47:55 MSK 2020 x86_64 x86_64 x86_64 GNU/Linux > > The co