[systemd-devel] Support for unmerged-usr systems will be REMOVED in the second half of 2023

2022-09-20 Thread Luca Boccassi
Hello, Following this thread started back in April: https://lists.freedesktop.org/archives/systemd-devel/2022-April/047673.html As far as we understand there are no distributions running or optionally supporting systemd that have not either completed, or at least started, the transition to merge

Re: [systemd-devel] "Failed to connect to bus: No such file or directory" when running systemd --user commands with runuser as root

2022-09-20 Thread Andrei Borzenkov
On 20.09.2022 20:29, Dave Houser wrote: > Figured out why it was failing. I updated my post here --> > https://askubuntu.com/questions/1430191/ubuntu-20-04-not-allowing-runuser-to-manage-systemd-user-services-failed-to/1430379#1430379 > Problem was Ubuntu default user .bashrc had the following case

Re: [systemd-devel] "Failed to connect to bus: No such file or directory" when running systemd --user commands with runuser as root

2022-09-20 Thread Dave Houser
Figured out why it was failing. I updated my post here --> https://askubuntu.com/questions/1430191/ubuntu-20-04-not-allowing-runuser-to-manage-systemd-user-services-failed-to/1430379#1430379 Problem was Ubuntu default user .bashrc had the following case statement that required `bash -i` to be used

Re: [systemd-devel] Real-time scheduling doesn't work with StartupCPUWeight/CPUWeight

2022-09-20 Thread Robert Tiemann
On 9/17/22 18:01, Lennart Poettering wrote: > Please consult README, look for comment on CONFIG_RT_GROUP_SCHED=n. Wow, thank you! Disabling group scheduling for realtime tasks did the trick. > Lennart Cheers, Robert

Re: [systemd-devel] Can /usr/lib/systemd/user/sockets.target.wants be used to autoenable a socket by a vendor package?

2022-09-20 Thread Andrei Borzenkov
On Tue, Sep 20, 2022 at 10:42 AM Barry wrote: > > Enabled does mean that it will or will not run. > It means that it is wanted by the default target. > No. It means that it is wanted by whatever units are listed in [Install] section (actually, it is "enabled" even if only aliases are created, so

Re: [systemd-devel] Can /usr/lib/systemd/user/sockets.target.wants be used to autoenable a socket by a vendor package?

2022-09-20 Thread Barry
> On 18 Sep 2022, at 13:08, Yuri Kanivetsky wrote: > >  >> >>> $ ls -al >>> /usr/lib/systemd/user/multi-user.target.wants/infinite-tsukuyomi.service >>> lrwxrwxrwx 1 root root 29 Sep 18 08:45 >>> /usr/lib/systemd/user/multi-user.target.wants/infinite-tsukuyomi.service >>> -> ../infinite-tsu

[systemd-devel] Antw: [EXT] Re: systemd service causing bash to miss signals?

2022-09-20 Thread Ulrich Windl
>>> Mantas Mikulenas schrieb am 19.09.2022 um 19:25 in Nachricht : > Pipelines somewhat rely on the kernel delivering SIGPIPE to the writer as > soon as the read end is closed. So if you have `foo | head -1`, then as > soon as head reads enough and exits, foo gets killed via SIGPIPE. But as > most

[systemd-devel] Antw: [EXT] [systemd‑devel] systemd service causing bash to miss signals?

2022-09-20 Thread Ulrich Windl
>>> Brian Reichert schrieb am 19.09.2022 um 19:18 in Nachricht <20220919171812.gf74...@numachi.com>: > I apologize for the vague subject. > > The background: I've inherited some legacy software to manage. > > This is on SLES12 SP5, running: > > systemd‑228‑157.40.1.x86_64 > > One element