Re: Resovled! Re: problems after upgrading to fedora core 5

2006-04-03 Thread Hrvoje Niksic
"cliff" <[EMAIL PROTECTED]> writes: > Just an FYI since wget exposes this bug, you may see more questions about > it. The solution to my problem was > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186592 > > Specically, removing "nisplus" from the "host" line in /etc/nsswitch.conf > resolve

Resovled! Re: problems after upgrading to fedora core 5

2006-04-03 Thread cliff
Just an FYI since wget exposes this bug, you may see more questions about it. The solution to my problem was https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=186592 Specically, removing "nisplus" from the "host" line in /etc/nsswitch.conf resolved the problem. Thanks for the help. > "cliff"

Re: problems after upgrading to fedora core 5

2006-04-03 Thread Mauro Tortonesi
cliff wrote: Good news for wget. Building from the source worked. So for some reason, either my system is screwed or the binary with FC5 was misbuilt. Seems hard to believe latter but this box was a pretty bare, standard FC3 and was just a straight, easy upgrade to FC5. that's very weird. i've

Re: problems after upgrading to fedora core 5

2006-04-02 Thread cliff
Good news for wget. Building from the source worked. So for some reason, either my system is screwed or the binary with FC5 was misbuilt. Seems hard to believe latter but this box was a pretty bare, standard FC3 and was just a straight, easy upgrade to FC5. In either case do you know of any setting

Re: problems after upgrading to fedora core 5

2006-04-02 Thread Hrvoje Niksic
"cliff" <[EMAIL PROTECTED]> writes: > Thanks > > $ gcc a.c > $ ./a.out yahoo.com > success > $ wget yahoo.com > --12:27:32-- http://yahoo.com/ >=> `index.html' > Resolving yahoo.com... failed: No such file or directory. That is not good because it means that either Wget has a so far

Re: problems after upgrading to fedora core 5

2006-04-02 Thread cliff
Thanks $ gcc a.c $ ./a.out yahoo.com success $ wget yahoo.com --12:27:32-- http://yahoo.com/ => `index.html' Resolving yahoo.com... failed: No such file or directory. I still believe there is an OS setting that's the problem since I tried yum and it doesn't work either. I just don't

Re: problems after upgrading to fedora core 5

2006-04-02 Thread Hrvoje Niksic
"cliff" <[EMAIL PROTECTED]> writes: > Thanks for the reply. I somewhat agree with you and will post a > question to fedora but my concern is that curl also uses getaddrinfo > and once I disabled IPv6, curl began working. It's as if wget is > defaulting getaddrinfo's ai_family to PF_INET6 and never

Re: problems after upgrading to fedora core 5

2006-04-02 Thread cliff
Thanks for the reply. I somewhat agree with you and will post a question to fedora but my concern is that curl also uses getaddrinfo and once I disabled IPv6, curl began working. It's as if wget is defaulting getaddrinfo's ai_family to PF_INET6 and never attempting PF_INET. Thanks again. > Maybe y

Re: problems after upgrading to fedora core 5

2006-04-02 Thread Hrvoje Niksic
Maybe you should file a bug with the Fedora people. I don't think Wget is doing anything wrong in the IPv6 department. It basically calls getaddrinfo and accepts both types of addresses (preferring IPv4 addresses for connecting, unless specified otherwise). That getaddrinfo should fail means som

problems after upgrading to fedora core 5

2006-04-02 Thread cliff
First, please cc me in replies. I'm not subscribed to the list. $ ll /usr/bin/wget; wget -V -rwxr-xr-x 1 root root 234408 Feb 12 13:56 /usr/bin/wget GNU Wget 1.10.2 (Red Hat modified) I've encountered a very strange problem after upgrading from FC3 to FC5. wget fails to resolve any domain unless