From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MALC3-0004hF-C9 for garchives@archives.gentoo.org; Sat, 30 May 2009 09:49:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1972BE0152; Sat, 30 May 2009 09:49:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E6007E0152 for ; Sat, 30 May 2009 09:49:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 8B43F66E5A for ; Sat, 30 May 2009 09:49:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.599 X-Spam-Level: X-Spam-Status: No, score=-3.599 required=5.5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NaA97kx9RyjT for ; Sat, 30 May 2009 09:49:26 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id B3C7666E23 for ; Sat, 30 May 2009 09:49:25 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MALBo-0000dU-Op for gentoo-user@gentoo.org; Sat, 30 May 2009 09:49:20 +0000 Received: from c-cb77e655.012-53-73746f50.cust.bredbandsbolaget.se ([85.230.119.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 May 2009 09:49:20 +0000 Received: from che by c-cb77e655.012-53-73746f50.cust.bredbandsbolaget.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 May 2009 09:49:20 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Christer Ekholm Subject: [gentoo-user] Re: Sync'ed my ~x86 system yesterday and now resolver stopped working Date: Sat, 30 May 2009 11:49:10 +0200 Message-ID: <864ov2gbu1.fsf@poke.chrekh.se> References: <4A1EE1C6.7030807@taydin.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@ger.gmane.org Cc: Timur Aydin X-Gmane-NNTP-Posting-Host: c-cb77e655.012-53-73746f50.cust.bredbandsbolaget.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:Hs+yPMEnlp6I9DBSdiRY28HTYog= Sender: news X-Archives-Salt: b034d3bd-052c-4ea7-a98a-701cc9d68c3b X-Archives-Hash: 6e03427c2696351c2b2ddddb27c44cef Timur Aydin writes: > Hi, > > I have synced my ~x86 system yesterday and after it completed, the > resolver doesn't work for some programs anymore. For example, ping > says "unknown host name". It doesn't even contact the dns > server, which is running on the same host. But dig works > fine. Also, using the IP address directly, I can access the internet. > > I am suspecting that the new glibc 2.10 is causing this. Anybody else > having this issue? I experienced similar problem when I upgraded to glibc-2.10, but the only thing I had to do was change from 'server' to 'nameserver' in /etc/resolv.conf (as told by my 'man resolv.conf'). I don't know why I had only 'server' before, perhaps that was allowed with earlier glibc. -- Christer