Hi Antonio<br>
<br>
Thanks for the quick answer!<br>
<br>
My nsswitch.conf looks like this:<br>
<br>
<br>
[rasmus@rasmus ~]$ cat /etc/nsswitch.conf<br>
#<br>
# /etc/nsswitch.conf<br>
#<br>
# An example Name Service Switch config file. This file should be<br>
# sorted with the most-used services at the beginning.<br>
#<br>
# The entry '[NOTFOUND=return]' means that the search for an<br>
# entry should stop if the search in the previous entry turned<br>
# up nothing. Note that if the search failed due to some other reason<br>
# (like no NIS server responding) then the search continues with the<br>
# next entry.<br>
#<br>
# Legal entries are:<br>
#<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nisplus or nis+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use NIS+ (NIS version 3)<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nis or
yp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use NIS (NIS version 2), also called YP<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
dns&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use DNS (Domain Name Service)<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
files&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use the local files<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use the local database (.db) files<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
compat&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use NIS on compat mode<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
hesiod&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Use Hesiod for user lookups<br>
#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [NOTFOUND=return]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stop searching if not found so far<br>
#<br>
<br>
# To use db, put the &quot;db&quot; in front of &quot;files&quot; for entries you want to be<br>
# looked up first in the databases<br>
#<br>
# Example:<br>
#passwd:&nbsp;&nbsp;&nbsp; db files nisplus nis<br>
#shadow:&nbsp;&nbsp;&nbsp; db files nisplus nis<br>
#group:&nbsp;&nbsp;&nbsp;&nbsp; db files nisplus nis<br>
<br>
passwd:&nbsp;&nbsp;&nbsp;&nbsp; files nisplus<br>
shadow:&nbsp;&nbsp;&nbsp;&nbsp; files nisplus<br>
group:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files nisplus<br>
<br>
#hosts:&nbsp;&nbsp;&nbsp;&nbsp; db files nisplus nis dns<br>
hosts:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files nisplus dns<br>
<br>
# Example - obey only what nisplus tells us...<br>
#services:&nbsp;&nbsp; nisplus [NOTFOUND=return] files<br>
#networks:&nbsp;&nbsp; nisplus [NOTFOUND=return] files<br>
#protocols:&nbsp; nisplus [NOTFOUND=return] files<br>
#rpc:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nisplus [NOTFOUND=return] files<br>
#ethers:&nbsp;&nbsp;&nbsp;&nbsp; nisplus [NOTFOUND=return] files<br>
#netmasks:&nbsp;&nbsp; nisplus [NOTFOUND=return] files<br>
<br>
bootparams: nisplus [NOTFOUND=return] files<br>
<br>
ethers:&nbsp;&nbsp;&nbsp;&nbsp; files<br>
netmasks:&nbsp;&nbsp; files<br>
networks:&nbsp;&nbsp; files<br>
protocols:&nbsp; files nisplus<br>
rpc:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; files<br>
services:&nbsp;&nbsp; files nisplus<br>
<br>
netgroup:&nbsp;&nbsp; files nisplus<br>
<br>
publickey:&nbsp; nisplus<br>
<br>
automount:&nbsp; files nisplus<br>
aliases:&nbsp;&nbsp;&nbsp; files nisplus<br>
<br>
<br><br><div><span class="gmail_quote">2006/4/3, antonio montagnani &lt;<a href="mailto:antonio.montagnani@gmail.com">antonio.montagnani@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2006/4/3, Rasmus Kjeldsen &lt;<a href="mailto:rasmus.kjeldsen@gmail.com">rasmus.kjeldsen@gmail.com</a>&gt;:<br>&gt; Hi all<br>&gt;<br>&gt;&nbsp;&nbsp;I upgraded my FC4 installation to FC5, and now I have the following<br>&gt; problem:
<br>&gt;<br>&gt;&nbsp;&nbsp;[rasmus@rasmus ~]# wget <a href="http://www.redhat.com">www.redhat.com</a><br>&gt;&nbsp;&nbsp;--14:23:43--&nbsp;&nbsp;<a href="http://www.redhat.com/">http://www.redhat.com/</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; `index.html.2'<br>&gt;&nbsp;&nbsp;Resolving 
www.redhat.com... failed: No such file or directory.<br>&gt;<br>&gt;&nbsp;&nbsp;But if I disable ipv6 in wget, all works fine:<br>&gt;<br>&gt;&nbsp;&nbsp;[rasmus@rasmus ~]$ wget --inet4-only <a href="http://www.redhat.com">www.redhat.com</a>
<br>&gt;&nbsp;&nbsp;--14:25:22--&nbsp;&nbsp;<a href="http://www.redhat.com/">http://www.redhat.com/</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =&gt; `index.html.2'<br>&gt;&nbsp;&nbsp;Resolving www.redhat.com... <a href="http://209.132.177.50">209.132.177.50</a><br>&gt;&nbsp;&nbsp;Connecting to 
www.redhat.com|209.132.177.50|:80...<br>&gt; connected.<br>&gt;&nbsp;&nbsp;HTTP request sent, awaiting response... 200 OK<br>&gt;&nbsp;&nbsp;Length: 13,734 (13K) [text/html]<br>&gt;<br>&gt;&nbsp;&nbsp;100%[====================================&gt;] 13,734
<br>&gt; 40.04K/s<br>&gt;<br>&gt;&nbsp;&nbsp;14:25:22 (39.95 KB/s) - `index.html.2' saved [13734/13734]<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;I have the same problem with yum, but I don't know how to turn off ipv6 in<br>&gt; yum... Firefox, Evolution and Gaim works just fine.
<br>&gt;<br>&gt;&nbsp;&nbsp;Help anyone???<br>&gt;<br>&gt;&nbsp;&nbsp;Cheers Rasmus Friis Kjeldsen<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; fedora-list mailing list<br>&gt; <a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a>
<br>&gt; To unsubscribe:<br>&gt; <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>&gt;<br>&gt;<br><br>a shot in the dark.<br>Can you post your nsswitch.conf
 file???<br>Sometimes during different upgrades, something goes wrong.<br>--<br>Antonio Montagnani<br>Skype : antoniomontag<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com
</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>