From owner-cvs-all Thu Jan 11 10:55:19 2001 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 5E52837B401; Thu, 11 Jan 2001 10:54:48 -0800 (PST) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 14Gms1-0004XP-00; Thu, 11 Jan 2001 20:54:45 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id UAA01012; Thu, 11 Jan 2001 20:54:44 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 913; Thu Jan 11 20:54:16 2001 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.20 #1) id 14GmrY-0002Di-00; Thu, 11 Jan 2001 20:54:16 +0200 From: Sheldon Hearn To: obrien@freebsd.org Cc: Doug Barton , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc crontab rc src/etc/defaults rc.conf src/etc/mtree BSD.root.dist src/libexec Makefile src/libexec/save-entropy Makefile save-entropy.sh In-reply-to: Your message of "Thu, 11 Jan 2001 10:33:17 PST." <20010111103317.A74363@dragon.nuxi.com> Date: Thu, 11 Jan 2001 20:54:16 +0200 Message-ID: <8537.979239256@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 11 Jan 2001 10:33:17 PST, "David O'Brien" wrote: > Why use /.entropy as the default rather than /var//entropy ? > / is often quite small, and everyone knows /var must (1) be writeable, > and (2) have space for things to grow in. I'm pretty sure that this has all been discussed before, with quite a bit of consensus (although some might bitch about the period in the directory name '/.entropy'. The entropy seed files need to be in the root partition because a seeded entropy device is needed _very_ early on. Specifically, it's needed by at least mount_mfs(8). If we wait 'til /var is mounted, we have to wait for everything in /etc/fstab to be mounted, so you end up with mount_mfs(8) blocking on the entropy device. Hope that helps. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message