Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] FYI on kernel 5.2 systemd may fail to bring up the network
Date: Tue, 09 Jul 2019 23:50:03
Message-Id: CAC=wYCHgdAs+06qoA0bp=4ecoNJPO2UdQjguAiOUD777jRtcdQ@mail.gmail.com
In Reply to: Re: [gentoo-user] FYI on kernel 5.2 systemd may fail to bring up the network by Neil Bothwick
1 On Wed, Jul 10, 2019 at 3:56 AM Neil Bothwick <neil@××××××××××.uk> wrote:
2
3 > Same here, it's been reported on b.g.o and dropping the two patches
4 > linked to there into /etc/portage/patches/sys-apps/systemd-242-r4/ and
5 > re-emerging systemd fixed it.
6 >
7
8 Thanks Neil - that fixed both boxes.
9
10 For anyone that wants to try this, the bug is;
11 https://bugs.gentoo.org/689496
12
13 And to add the patches;
14 mkdir -p /etc/portage/patches/sys-apps/systemd-242-r4/
15 cd /etc/portage/patches/sys-apps/systemd-242-r4/
16 wget
17 https://github.com/systemd/systemd/commit/4eb086a38712ea98faf41e075b84555b11b54362.patch
18 wget
19 https://github.com/systemd/systemd/commit/9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f.patch
20 emerge systemd
21
22 And you'll see the extra patches added;
23
24 >> Preparing source in
25 /var/tmp/portage/sys-apps/systemd-242-r4/work/systemd-242 ...
26 * Applying 242-gcc-9.patch ... [
27 ok ]
28 * Applying 242-socket-util-flush-accept.patch ... [
29 ok ]
30 * Applying 242-wireguard-listenport.patch ... [
31 ok ]
32 * Applying 242-file-max.patch ... [
33 ok ]
34 * Applying 242-rdrand-ryzen.patch ... [
35 ok ]
36 * Applying gentoo-Dont-enable-audit-by-default.patch ... [
37 ok ]
38 * Applying gentoo-systemd-user-pam.patch ... [
39 ok ]
40 * Applying gentoo-uucp-group-r1.patch ... [
41 ok ]
42 * Applying gentoo-generator-path-r1.patch ... [
43 ok ]
44 * Applying 4eb086a38712ea98faf41e075b84555b11b54362.patch ... [
45 ok ]
46 * Applying 9f6e82e6eb3b6e73d66d00d1d6eee60691fb702f.patch ... [
47 ok ]
48 * User patches applied.

Replies

Subject Author
Re: [gentoo-user] FYI on kernel 5.2 systemd may fail to bring up the network Neil Bothwick <neil@××××××××××.uk>