systemd.git
5 years agonetworkd: use socket activation when starting networkd
Michael Biebl [Wed, 26 Aug 2020 14:54:45 +0000 (16:54 +0200)]
networkd: use socket activation when starting networkd

Add After=systemd-networkd.socket to avoid a race condition and networkd
falling back to the non-socket activation code.

Also add Wants=systemd-networkd.socket, so the socket is started when
networkd is started via `systemctl start systemd-networkd.service`.
A Requires is not strictly necessary, as networkd still ships the
non-socket activation code. Should this code be removed one day, the
Wants should be bumped to Requires accordingly.

See also 5544ee85163733eaa50f598fcf3bd9421d4a42f9.

Fixes: #16809
(cherry picked from commit 2c0dffe82db574b6b9e850e48f444674e4e1d7ea)

Gbp-Pq: Name networkd-use-socket-activation-when-starting-networkd.patch

5 years agosystemd (246.6-5) unstable; urgency=medium
Michael Biebl [Tue, 24 Nov 2020 20:53:25 +0000 (20:53 +0000)]
systemd (246.6-5) unstable; urgency=medium

  * Drop non-functional DefaultTasksMax patch.
    This patch was supposed to remove the DefaultTasksMax limit, but lost
    its actual logic over 4 years ago, when the patches were rebased for the
    v231 release. Since nobody has complained so far, we can assume it is
    safe to drop this patch. (Closes: #975335)
  * test-seccomp: accept ENOSYS from sysctl(2) too.
    It seems that kernel 5.9 started returning that.
  * test/test-functions: copy /usr/lib/pam.d into $initdir.
    The systemd-user file has been moved from /etc/pam.d into /usr/lib/pam.d,
    so test-functions needs to copy it from /usr/lib/pam.d instead.

[dgit import unpatched systemd 246.6-5]

5 years agoImport systemd_246.6-5.debian.tar.xz
Michael Biebl [Tue, 24 Nov 2020 20:53:25 +0000 (20:53 +0000)]
Import systemd_246.6-5.debian.tar.xz

[dgit import tarball systemd 246.6-5 systemd_246.6-5.debian.tar.xz]

5 years agoImport systemd_246.6.orig.tar.gz
Michael Biebl [Mon, 21 Sep 2020 18:28:36 +0000 (19:28 +0100)]
Import systemd_246.6.orig.tar.gz

[dgit import orig systemd_246.6.orig.tar.gz]