On 02/05/2017 05:05 AM, Kristen R wrote:
On Feb 4, 2017, at 7:34 PM, dev_user <d...@cor0.com> wrote:
As for the DNS, do not edit /etc/resovl.conf as that is system
generated.
It should not be. At all. However I think I have this fixed now :
charon$ pwd
/usr/local/src
charon$ /usr/bin/time -p wget
https://ftp.gnu.org/pub/gnu/bash/bash-4.4-patches/bash44-012
converted 'https://ftp.gnu.org/pub/gnu/bash/bash-4.4-patches/bash44-012'
(ANSI_X3.4-1968) ->
'https://ftp.gnu.org/pub/gnu/bash/bash-4.4-patches/bash44-012' (UTF-8)
--2017-02-05 00:44:26--
https://ftp.gnu.org/pub/gnu/bash/bash-4.4-patches/bash44-012
Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5768 (5.6K)
Saving to: 'bash44-012'
0K 100% 15.4M=0s
2017-02-05 00:44:27 (15.4 MB/s) - 'bash44-012' saved [5768/5768]
real 0.32
user 0.04
sys 0.00
charon$
So previously that would take four minutes while the ipv6 dns data
failed over and over.
I modified /etc/sysctl.conf also :
charon$ grep -v "^#" /etc/sysctl.conf | grep -v "^$"
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
net.ipv4.conf.all.accept_redirects = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
That seems to have settled down the situation.
yay ... I can finally fetch kernel sources and try a build.
Thank you for your insights and input and just plain patience.
Dennis