<div><div>IPv6 disabled in my ifcfg files</div><div> </div><div># cat /etc/sysconfig/network-scripts/ifcfg-ovirtmgmt | grep IPV6</div><div> </div><div>IPV6INIT=no</div><div> </div><div><span>And running the command</span> "yum update" <span>manually</span> <span>operates</span> <span>successfully.</span></div><div> </div></div><div> </div><div>13.09.2016, 22:25, "Gianluca Cecchi" &lt;gianluca.cecchi@gmail.com&gt;:</div><blockquote type="cite"><div><div><div>On Tue, Sep 13, 2016 at 10:59 AM, <span>&lt;<a href="mailto:aleksey.maksimov@it-kb.ru" target="_blank">aleksey.maksimov@it-kb.ru</a>&gt;</span> wrote:<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid;">nslookup resolves names on the engine and hosts without ipv6 address:<br /><br /># nslookup <a href="http://mirrorlist.centos.org/" target="_blank">mirrorlist.centos.org</a><br /><br />Server:         10.1.0.10<br />Address:        10.1.0.10#53<br /><br />Non-authoritative answer:<br />Name:   <a href="http://mirrorlist.centos.org/" target="_blank">mirrorlist.centos.org</a><br />Address: 67.219.148.138<br />Name:   <a href="http://mirrorlist.centos.org/" target="_blank">mirrorlist.centos.org</a><br />Address: 85.236.43.108<br />Name:   <a href="http://mirrorlist.centos.org/" target="_blank">mirrorlist.centos.org</a><br />Address: 212.69.166.138<br />Name:   <a href="http://mirrorlist.centos.org/" target="_blank">mirrorlist.centos.org</a><br />Address: 216.176.179.218<br /><br />Why oVirt updates checking process trying to use ipv6 ?<br /> </blockquote><div> </div><div> </div><div>I had a similar problem some days ago with a CentOS 7 system, but it was general and unrelated to ovirt itself.</div><div>If I remember correctly the problem was that originally it was configured by anaconda with NetworkManager and ipv6 and yum worked well.</div><div>Then I stopped and disabled NetworkManager service (the "network" service is already enabled by default, so no action for it)  but I didn't remove all the IPV6 entries inside the anaconda-configured ifcfg-eno<span>16780032</span> file in my /etc/sysconfig/network-scripts directory</div><div>I also created a /etc/sysctl.d/noipv6.conf file with:</div><div><div>net.ipv6.conf.all.disable_ipv6 = 1</div><div>net.ipv6.conf.default.disable_ipv6 = 1</div></div><div> </div><div>But I got the ipv6 problem when trying in general to run "yum update"</div><div>After wiping ipv6 entries in ifcfg-xxx file all went well.</div><div>Could it be that in some ifcfg-* files you still have any reference to ipv6?</div><div> </div><div>Also, I had to run </div><div>systemctl restart network</div><div> </div><div>HIH,</div><div>Gianluca</div><div> </div></div></div></div></blockquote>