From owner-freebsd-sysinstall@FreeBSD.ORG Thu Jan 6 22:50:08 2011 Return-Path: Delivered-To: freebsd-sysinstall@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EE711065679 for ; Thu, 6 Jan 2011 22:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6DCC8FC08 for ; Thu, 6 Jan 2011 22:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p06Mo74B054329 for ; Thu, 6 Jan 2011 22:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p06Mo7b2054328; Thu, 6 Jan 2011 22:50:07 GMT (envelope-from gnats) Date: Thu, 6 Jan 2011 22:50:07 GMT Message-Id: <201101062250.p06Mo7b2054328@freefall.freebsd.org> To: freebsd-sysinstall@FreeBSD.org From: Gerd Truschinski Cc: Subject: Re: bin/148220: sysinstall(8): 9.0-current gets "Cannot resolv hostname ftp.freebsd.org" during install [regression] X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gerd Truschinski List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2011 22:50:08 -0000 The following reply was made to PR bin/148220; it has been noted by GNATS. From: Gerd Truschinski To: bug-followup@FreeBSD.org, gerd@truschinski.de Cc: Subject: Re: bin/148220: sysinstall(8): 9.0-current gets "Cannot resolv hostname ftp.freebsd.org" during install [regression] Date: Thu, 06 Jan 2011 23:32:57 +0100 Sorry for being late, but I thought that I could write this to sysinstall@... That is what I wrote, 6 Month ago: The /etc/resolv.conf is empty. netstat -nr: Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire Internet6: Destination Gateway Flags Netif Expire fe80::%nfe0/64 link#1 U nfe0 fe80::201:2eff:fe23:1263%nfe0 link#1 UHS lo0 ff01:1::/32 fe80::201:2eff:fe23:1263%nfe0 U nfe0 ff02::%nfe0/32 fe80::201:2eff:fe23:1263%nfe0 U nfe0 On the ALT-F2 screen i get the following lines (I copied the lines by hand): DHCPDISCOVER on nfe0 to 255.255.255.255 port 67 interval 8 nfe0: link state changed to UP nfe0: link state changed to DOWN nfe0: link state changed to UP DHCPOFFER from 192.168.10.1 DHCPREQUEST on nfe0 to 255.255.255.255 port 67 DHCPACK from 192.168.10.1 bound to 192.168.10.108 -- renewal in 3600 seconds -- the following lines appear after I close the "network-screen" just -- before I get the "Cannot resolv hostname ftp.freebsd.org" message DEBUG: Shutdown called for network device nfe0 DEBUG: ifconfig nfe0 down DEBUG: Deleting default route delete net default I tried the same in a VMware machine at work and got the same result. I have tried the last snapshot: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201008/FreeBSD-9.0-CURRENT-201008-amd64-bootonly.iso and I got the same results. The same with the FreeBSD-9.0-CURRENT-201101-amd64-bootonly.iso. /gT/