Gentoo Archives: gentoo-user

From: Craig MacKinder <craig@×××××××××.net>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Nameserver lookups fail on virtual server after Kernel upgrade from version 4.9 to 4.12
Date: Sat, 19 Aug 2017 22:15:27
Message-Id: 222B490D-DD8F-4DE6-A9F0-B2042231F68C@blueshift.net
In Reply to: [gentoo-user] Nameserver lookups fail on virtual server after Kernel upgrade from version 4.9 to 4.12 by Ralph Seichter
1 It sounds like this vmxnet3 bug causing intermittent interface problems
2 https://bugzilla.kernel.org/show_bug.cgi?id=191201
3 Try adding this to the VMware guest advanced settings.
4 vmxnet3.rev.30 = FALSE
5 And restart the guests.
6
7 --
8 Craig
9
10 On Aug 19, 2017, at 11:28 AM, Ralph Seichter <m16+gentoo@×××××××××××.net<mailto:m16+gentoo@×××××××××××.net>> wrote:
11
12 It seems strange to me as I write it, but since I updated one of my
13 virtual servers from Kernel version 4.9.34 to 4.12.5, the server (Gentoo
14 Linux running as a KVM guest) is experiencing timeouts when trying to
15 connect to DNS resolvers. For the Kernel update, I followed the same
16 steps I used for years, like
17
18 cd /usr/src/linux
19 zcat /proc/config.gz >.config
20 make silentoldconfig (answering "no" whereever possible)
21 make ...
22
23 After booting with Kernel 4.12, commands like "dig +trace www.ibm.com<http://www.ibm.com>"
24 work just fine for a while, duration depending on server load, but after
25 some threshold is passed, all further attempts to contact resolvers fail
26 due to timeouts.
27
28 I have tried running a local, caching resolver (BIND 9) on the server,
29 like I usually do, and also tried using the hoster's dedicated resolvers.
30 With Kernel 4.12, I see timeouts in both cases. These problems do not
31 occur when I boot with the 4.9 Kernel which I have been using for the
32 past two months.
33
34 It is also worth noting that I updated two other servers to Kernel 4.12
35 without any issues, but these are "real" servers, not VMs. At this point
36 I am searching for ways to debug the issue, vaguely suspecting some KVM
37 magic behind it (without any proof). I know that Kernel 4.11 introduced
38 several KVM related changes, but that's about it.
39
40 I appreciate all pointers.
41
42 -Ralph

Replies

Subject Author
Re: [gentoo-user] Nameserver lookups fail on virtual server after Kernel upgrade from version 4.9 to 4.12 Ralph Seichter <m16+gentoo@×××××××××××.net>