Hi,
On 4/4/24 22:51, Lorenz via Dng wrote:
> As far as I understand, systems without systemd as PID 1 are not
> affected; the linkage
> to libsystemd triggers the use of xz-utils only when systemd is active
> init (not 100% sure
> I got this right though)
I removed libsystemd0 from gnuinos beowulf years ago and I do remember a trouble trying to install ca-certificates
(an openssh-server dependency) within a *chroot* jail back then, due to missing folder /tmp/user/0 required by mktemp,
that I had to create beforehand via mkdir. I also remember that rsyslog required libsystemd0 as well in order to support
the high level C binding for ZeroMQ (CZMQ):
http://czmq.zeromq.org/
Cheers,
Aitor.