From owner-freebsd-arch@FreeBSD.ORG Sun Aug 1 02:27:58 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C18D616A4CF for ; Sun, 1 Aug 2004 02:27:58 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F4B243D48 for ; Sun, 1 Aug 2004 02:27:58 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i712ZC2O028581; Sat, 31 Jul 2004 20:35:12 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <410C54E6.80500@freebsd.org> Date: Sat, 31 Jul 2004 20:26:46 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: <20040801014756.GA9457@troutmask.apl.washington.edu> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: Steve Kargl cc: freebsd-arch@freebsd.org Subject: Re: Random-ness when booting into single-user X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Aug 2004 02:27:58 -0000 Garance A Drosihn wrote: > At 6:47 PM -0700 7/31/04, Steve Kargl wrote: > >> On Sat, Jul 31, 2004 at 09:37:15PM -0400, Garance A Drosihn wrote: >> >>> >>> Happily I have not run into this, and I think I would like to >>> make sure that I don't run into it -- even though I obviously >>> don't remember any of the details... >> >> >> http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/random/randomdev.c > > > Ah. I see that says > > Start the entropy device insecure/unblocked. I'll be > handing over responsibility for critical randomness > requirements (like sshd)to rc.d/* > > Has rc.d/* been changed to match? > > Thanks for the pointer. > I believe that Mark is still finishing this part of the work. See the 5.3 TODO list for more details. Scott