[systemd-devel] systemd v250 ignoring service.d overrides - service.d directories can no longer be a symlink?

2021-12-27 Thread Amish
Hello Something changed in systemd v250 with respect to service.d override directories. It seems that these directories can no longer be a symlink to a directory. And this change broke many of my services because they use overrides and overrides stopped applying completely. Scenario:

[systemd-devel] homed: Issues with LUKS storage on btrfs

2021-12-27 Thread Sebastian Wiesner
Hello, I've experimented with homectl today, and noticed two issues when creating LUKS-lookback-backed home areas on top of a btrfs filesystem: 1) homectl resize doesn't work reliably on btrfs: It looks as if on btrfs resizing a home area requires more free space on the underlying btrfs

Re: [systemd-devel] Antw: Re: Antw: [EXT] Re: Q: journal logging and "{xyz}"

2021-12-27 Thread Wols Lists
On 27/12/2021 12:25, Ulrich Windl wrote: Wols Lists schrieb am 27.12.2021 um 13:18 in Nachricht <8802ee4d-230d-8013-553d-8615515ce...@youngman.org.uk>: On 27/12/2021 12:09, Ulrich Windl wrote: Well, but why write "Failed to kill unit \x7b__SERVICE__\x7d.service" when "unit {__SERVICE__} has

[systemd-devel] Antw: Re: Antw: [EXT] Re: Q: journal logging and "{xyz}"

2021-12-27 Thread Ulrich Windl
>>> Wols Lists schrieb am 27.12.2021 um 13:18 in Nachricht <8802ee4d-230d-8013-553d-8615515ce...@youngman.org.uk>: > On 27/12/2021 12:09, Ulrich Windl wrote: >> Well, but why write "Failed to kill unit \x7b__SERVICE__\x7d.service" when >> "unit {__SERVICE__} has an invalid name" (the message I'd

Re: [systemd-devel] Antw: [EXT] Re: Q: journal logging and "{xyz}"

2021-12-27 Thread Wols Lists
On 27/12/2021 12:09, Ulrich Windl wrote: Well, but why write "Failed to kill unit \x7b__SERVICE__\x7d.service" when "unit {__SERVICE__} has an invalid name" (the message I'd suggest)? I mean: I see no problem_outputting_ the original service name, especially when it's considered to be an

[systemd-devel] Antw: [EXT] Re: Q: journal filtering and unit failures

2021-12-27 Thread Ulrich Windl
>>> Mantas Mikulenas schrieb am 27.12.2021 um 10:52 in Nachricht : > On Mon, Dec 27, 2021 at 11:26 AM Ulrich Windl < > ulrich.wi...@rz.uni-regensburg.de> wrote: > >> Hi! >> >> debugging a problem I found out some surprising fact: >> When filtering the journal with "journalctl -b >>

[systemd-devel] Antw: [EXT] Re: Q: journal logging and "{xyz}"

2021-12-27 Thread Ulrich Windl
>>> Mantas Mikulenas schrieb am 27.12.2021 um 09:57 in Nachricht : > On Mon, Dec 27, 2021 at 10:53 AM Ulrich Windl < > ulrich.wi...@rz.uni-regensburg.de> wrote: > >> Hi! >> >> I just noticed that systemctl kill logs a (mis-named) service >> "{__SERVICE__}" as "\x7b__SERVICE__\x7d.service". >> Is

[systemd-devel] Antw: [EXT] Re: the need for a discoverable sub-volumes specification

2021-12-27 Thread Ulrich Windl
>>> Ludwig Nussel schrieb am 21.12.2021 um 14:57 in Nachricht <662e1a92-beb4-e1f1-05c9-e0b38e40e...@suse.de>: ... > The way btrfs is used in openSUSE is based on systems from ten years > ago. A lot has changed since then. Now with the idea to have /usr on a > separate read-only subvolume the

[systemd-devel] Antw: [EXT] Re: After= and Wants= doesn't seem to have an effect

2021-12-27 Thread Ulrich Windl
>>> Andrei Borzenkov schrieb am 20.12.2021 um 13:27 in Nachricht <8581dcc7-abdc-4f35-ef41-f2ea02077...@gmail.com>: > On 20.12.2021 15:06, Christopher Wong wrote: >> # /etc/systemd/system/iris-detection.service >> After=temperature-controller.service >> >> #

[systemd-devel] Antw: [EXT] Re: [systemd‑devel] Q: When will WorkingDirectory be checked?

2021-12-27 Thread Ulrich Windl
>>> Lennart Poettering schrieb am 20.12.2021 um 13:27 in Nachricht : > On Fr, 17.12.21 08:11, Ulrich Windl (ulrich.wi...@rz.uni‑regensburg.de) wrote: > >> Hi! >> >> I have a simple question: When will WorkingDirectory be checked? >> Specifically: Will it be checked before ExecStartPre? I could

Re: [systemd-devel] Q: journal filtering and unit failures

2021-12-27 Thread Mantas Mikulėnas
On Mon, Dec 27, 2021 at 11:26 AM Ulrich Windl < ulrich.wi...@rz.uni-regensburg.de> wrote: > Hi! > > debugging a problem I found out some surprising fact: > When filtering the journal with "journalctl -b > _SYSTEMD_UNIT=logrotate.service", I see an error only once, like this: > -- Logs begin at

[systemd-devel] Q: journal filtering and unit failures

2021-12-27 Thread Ulrich Windl
Hi! debugging a problem I found out some surprising fact: When filtering the journal with "journalctl -b _SYSTEMD_UNIT=logrotate.service", I see an error only once, like this: -- Logs begin at Mon 2020-11-30 11:35:08 CET, end at Mon 2021-12-27 10:19:31 CET. -- Dec 18 00:00:20 h16

Re: [systemd-devel] Q: journal logging and "{xyz}"

2021-12-27 Thread Mantas Mikulėnas
On Mon, Dec 27, 2021 at 10:53 AM Ulrich Windl < ulrich.wi...@rz.uni-regensburg.de> wrote: > Hi! > > I just noticed that systemctl kill logs a (mis-named) service > "{__SERVICE__}" as "\x7b__SERVICE__\x7d.service". > Is that intended? Are braces considered bad? > As per systemd.unit(5), *Valid

[systemd-devel] Q: journal logging and "{xyz}"

2021-12-27 Thread Ulrich Windl
Hi! I just noticed that systemctl kill logs a (mis-named) service "{__SERVICE__}" as "\x7b__SERVICE__\x7d.service". Is that intended? Are braces considered bad? (systemd-234-24.90.1.x86_64 of SLES15 SP2) Regards, Ulrich Windl