Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Kernel config for Docker
Date: Sat, 16 May 2020 17:12:20
Message-Id: 5357792.DvuYhMxLoT@peak
1 Afternoon all,
2
3 I'm trying to follow the wiki[1] to set up gentoo-sources-5.4.38, but the wiki
4 seems to have been written for a different kernel version. Nothing daunted, I
5 set as many parameters as I could, rebooted and ran /usr/share/docker/contrib/
6 check-config.sh. I got 9 things missing, thus:
7
8 $ /usr/share/docker/contrib/check-config.sh > /tmp/config-check
9 $ grep missing /tmp/config-check
10 - CONFIG_NF_NAT_IPV4: missing
11 - CONFIG_NF_NAT_NEEDED: missing
12 - CONFIG_IOSCHED_CFQ: missing
13 - CONFIG_CFQ_GROUP_IOSCHED: missing
14 - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
15 - CONFIG_AUFS_FS: missing
16 - /dev/zfs: missing
17 - zfs command: missing
18 - zpool command: missing
19
20 I can't find any of those. Any clues for the uninitiated?
21
22 1. https://wiki.gentoo.org/wiki/Docker
23
24 --
25 Regards,
26 Peter.

Replies

Subject Author
Re: [gentoo-user] Kernel config for Docker Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] Kernel config for Docker Victor Ivanov <vic.m.ivanov@×××××.com>
Re: [gentoo-user] Kernel config for Docker Andrew Udvare <audvare@×××××.com>