<div class="gmail_quote">On Fri, Jul 3, 2009 at 6:35 PM, Tim Largy <span dir="ltr"><<a href="mailto:tim.largy@gmail.com" target="_blank">tim.largy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

On a freshly installed F11 machine I noticed that Firefox was taking a<br>
long time to do name resolution. Using Wireshark, I saw the resolver<br>
querying DNS twice even though it appeared to get an answer the first<br>
time. It was waiting 5 seconds before issuing the second query, which<br>
was the source of my delay in Firefox. I found a few old fedora-list<br>
threads (some from years ago) mentioning that IPv6 was causing this<br>
problem, so I disabled IPv6 name resolution in Firefox by setting<br>
network.dns.disableIPv6 to true in about:config. It solved my problem,<br>
but of course only for Firefox and not other programs. To fix it for<br>
everything I reverted the change in Firefox and disabled IPv6 by<br>
creating a file /etc/modprobe.d/disable_ipv6.conf (because I didn't<br>
know if it was a good idea to edit the other /etc/modprobe.d/*.conf<br>
files) containing this line<br>
<br>
    install ipv6 /bin/true<br>
<br>
and rebooted. It worked. I'm happy about that, but I'm confused.<br>
Despite my supposed disabling of ipv6, ipv6.ko still shows up in<br>
modprobe -l. What exactly did the line above do in that case?<br>
<br>
Tim<font color="#888888"><a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank"></a><br>
</font></blockquote></div><br>meh, bump-   I'm unfortunatley experiencing the same thing after doing a 'yum update' (having never done so before) after upgrading from F10->F11.  My network/telnet/firefox etc.  didn't exhibit the delay at all on F11 prior to the yum update<br>
<br>however, after googling for threads about the same problem, i've found that disabling-ipv6 dosen't seem to resolve the issue for me,  any one have any ideas?<br><br>uname -r   ==>  2.6.29.5-191.fc11.x86_64<br>
<br><br>