Looks like this got punted to 3.13.0-106, which I installed it from the
canonical-kernel-team ppa. This bug appears to be solved in -106.
thomasco@dev:~$ uname -a
Linux dev 3.13.0-106-generic #153-Ubuntu SMP Tue Dec 6 15:44:32 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux
thomasco@dev:~$ sudo sysctl -w
Did this ever get submitted?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1634892
Title:
Setting net.ipv4.neigh.default.gc_thresh1/2/3 on 3.13.0-97.144 or
later causes 'invalid argum
Sure enough, that fixes it
thomasco@dev:~$ uname -a
Linux dev 3.13.0-100-generic #147~lp1634892WithCommitb194c1f1d SMP Fri Oct 28
19:23:46 UTC 20 x86_64 x86_64 x86_64 GNU/Linux
thomasco@dev:~$ sudo sysctl -w net.ipv4.neigh.default.gc_thresh3=8192
net.ipv4.neigh.default.gc_thresh3 = 8192
thomasco@
This sysctl also fails in rc5, so the fix must have landed in rc6.
thomasco@dev:~$ uname -a
Linux dev 3.14.0-031400rc5-generic #201403022235 SMP Mon Mar 3 03:36:27 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux
thomasco@dev:~$ sudo sysctl -w net.ipv4.neigh.default.gc_thresh3=8192
sysctl: setting key "ne
rc4 has the same problem:
thomasco@dev:/proc/sys/net/ipv4/neigh/default$ uname -a
Linux dev 3.14.0-031400rc4-generic #201402232235 SMP Mon Feb 24 03:36:35 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux
thomasco@dev:/proc/sys/net/ipv4/neigh/default$ sudo sysctl -w
net.ipv4.neigh.default.gc_thresh3=8192
Works for me
thomasco@dev:/proc/sys/net/ipv4/neigh/default$ uname -a
Linux kerneltest-uswest1adevc 3.13.0-100-generic
#147~lp1634892Commit1d4c8c2Reverted SMP Mon Oct 24 18:04:20 UTC x86_64 x86_64
x86_64 GNU/Linux
thomasco@dev:/proc/sys/net/ipv4/neigh/default$ echo 4096 | sudo tee gc_thresh3
409
I've bisected Ubuntu-3.13.0-96.143 to Ubuntu3.13.0-97.144 and it looks
like 7b82096b0ebc9bf487b390fe970d66ffa5a5774e introduced the problem.
thomasco@dev:/storage/ubuntu-trusty (7b82096...|BISECTING) $ git bisect bad
7b82096b0ebc9bf487b390fe970d66ffa5a5774e is the first bad commit
commit 7b82096b0
7 matches
Mail list logo