From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 01:03:26 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 360ADC89 for ; Tue, 8 Oct 2013 01:03:26 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00FB02384 for ; Tue, 8 Oct 2013 01:03:25 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa06.fnfis.com (8.14.5/8.14.5) with ESMTP id r9812uJo028689 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 7 Oct 2013 20:03:19 -0500 Received: from LTCFISWMSGMB21.FNFIS.com ([169.254.1.103]) by LTCFISWMSGHT06.FNFIS.com ([10.132.206.17]) with mapi id 14.02.0309.002; Mon, 7 Oct 2013 20:03:08 -0500 From: "Teske, Devin" To: Allan Jude Subject: Re: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI Thread-Topic: [CFT] Patch to bsdinstall to support root-on-ZFS and GELI Thread-Index: AQHOw7xkPJPIP8ZCyUiSsjBzr2++AA== Date: Tue, 8 Oct 2013 01:03:07 +0000 Message-ID: <13CA24D6AB415D428143D44749F57D720FC40459@LTCFISWMSGMB21.FNFIS.com> References: <52531295.7090700@allanjude.com> <52531F95.6050002@allanjude.com> <13CA24D6AB415D428143D44749F57D720FC40159@LTCFISWMSGMB21.FNFIS.com> <5253525C.2000701@allanjude.com> In-Reply-To: <5253525C.2000701@allanjude.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.132.253.121] Content-Type: text/plain; charset="us-ascii" Content-ID: <0330077866A9A446986B1D500996817E@fisglobal.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794, 1.0.431, 0.0.0000 definitions=2013-10-07_05:2013-10-08,2013-10-07,1970-01-01 signatures=0 Cc: "" , "Teske, Devin" 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 01:03:26 -0000 On Oct 7, 2013, at 5:31 PM, Allan Jude wrote: > On 2013-10-07 20:21, Teske, Devin wrote: >> On Oct 7, 2013, at 5:18 PM, Warren Block wrote: >>=20 >>> On Mon, 7 Oct 2013, Allan Jude wrote: >>>=20 >>>> On 2013-10-07 16:43, Warren Block wrote: >>>>> On Mon, 7 Oct 2013, Allan Jude wrote: >>>>>=20 >>>>>> 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=3Dbin/162175 . >>>> That is a good idea, I'll add that >>>>=20 >>>> I've also hit this: >>>> http://lists.freebsd.org/pipermail/freebsd-sysinstall/2013-September/0= 00949.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 ch= eck. If nothing named dhclient is running, it will return immediately. >>>=20 >>> Although on 10.0, dhclient does not want to die sometimes. >>>=20 >>> Here's another PR for usability: >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin/161547 >> Hope you guys aren't rewriting bsdconfig's network.subr >=20 > These changes are in usr.sbin/bsdinstall/scripts/network and > usr.sbin/bsdinstall/scripts/network_ipv4 >=20 Correct, but I meant "reinvent" actually. There's an enormous API for dealing with the network. /usr/share/bsdconfig/media/tcpip.subr Is for acquiring/maintaining active TCP connections Meanwhile,... /usr/share/bsdconfig/network/*.subr Is for configuring permanent network settings that stick after a reboot. > I've not touched bsdconfig's network stuff >=20 Probably worth a look. It can probably replace bsdinstall's netconfig. --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.