From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7462 invoked by alias); 11 Nov 2013 12:34:04 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 7428 invoked by uid 48); 11 Nov 2013 12:34:01 -0000 From: "sthomas at linux dot vnet.ibm.com" To: glibc-bugs@sourceware.org Subject: [Bug libc/16154] New: resolv code not able to update resolv.conf for ipv6 Date: Mon, 11 Nov 2013 12:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sthomas at linux dot vnet.ibm.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-11/txt/msg00085.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16154 Bug ID: 16154 Summary: resolv code not able to update resolv.conf for ipv6 Product: glibc Version: 2.17 Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: sthomas at linux dot vnet.ibm.com CC: drepper.fsp at gmail dot com If we call dhclient as follows in its not able to update resolv.conf even though the tcpdump shows that the system receives ipv6 DNS namserver information to be updated dhclient -6 -nw -S eth0 -bash-4.2# tcpdump -i eth0 tcpdump: WARNING: eth0: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes 00:09:24.900136 IP6 localhost.dhcpv6-client > ff02::1:2.dhcpv6-server: dhcp6 inf-req 00:09:25.951474 IP6 localhost.dhcpv6-client > ff02::1:2.dhcpv6-server: dhcp6 inf-req 00:09:27.973827 IP6 localhost.dhcpv6-client > ff02::1:2.dhcpv6-server: dhcp6 inf-req 00:09:31.868104 IP6 localhost.dhcpv6-client > ff02::1:2.dhcpv6-server: dhcp6 inf-req 00:09:35.872764 IP6 fe80::200:ff:fe00:a0a0.dhcpv6-server > localhost.dhcpv6-client: dhcp6 reply I compiled the same dhclient with glibc version glibc-2.17 and it works just fine. Therefore I am assuming here its problem in glibc code itself I tested this on Fedora 19 glibc-2.17 and dhclient-4.2.5(from ISC website) -- You are receiving this mail because: You are on the CC list for the bug.