From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 00:18:21 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2F9E03D0 for ; Tue, 8 Oct 2013 00:18:21 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D76292076 for ; Tue, 8 Oct 2013 00:18:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r980IHtF094713; Mon, 7 Oct 2013 18:18:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r980IHDm094710; Mon, 7 Oct 2013 18:18:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 7 Oct 2013 18:18:17 -0600 (MDT) From: Warren Block To: Allan Jude Subject: Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI In-Reply-To: <52531F95.6050002@allanjude.com> Message-ID: References: <52531295.7090700@allanjude.com> <52531F95.6050002@allanjude.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 07 Oct 2013 18:18:17 -0600 (MDT) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Oct 2013 00:18:21 -0000 On Mon, 7 Oct 2013, Allan Jude wrote: > On 2013-10-07 16:43, Warren Block wrote: >> On Mon, 7 Oct 2013, Allan Jude wrote: >> >>> Additional, it includes some other changes to bsdinstall: >>> 1. Change the default to the 'non-standard keyboard mapping' prompt >>> to no >> >> Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/162175 . > That is a good idea, I'll add that > > I've also hit this: > http://lists.freebsd.org/pipermail/freebsd-sysinstall/2013-September/000949.html > and plan to throw in a fix for that. > Which makes more sense, blindly 'killall dhclient' before we try to > acquire a new lease, or detect that dhclient is running and try to use > the IP that has already been assigned? killall seems all right. In fact, internally, it's going to do that check. If nothing named dhclient is running, it will return immediately. Although on 10.0, dhclient does not want to die sometimes. Here's another PR for usability: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/161547