From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 15:56:15 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B41AB1065679 for ; Tue, 16 Dec 2008 15:56:15 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6278FC1B for ; Tue, 16 Dec 2008 15:56:14 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ey-out-2122.google.com with SMTP id 6so427711eyi.7 for ; Tue, 16 Dec 2008 07:56:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=VBfoJU//n71Jm2Coj6ZXBsnNH/zR7urMQZxSb8dUVvY=; b=ifhjyYQDg6nCh7jKGCCWBbIad2zW4pnU7f9+vdU8a6YyxosyUyPEwlz5VUU4VAe79O xUOBINc0brdXNUUK9Atp/oP3Bp09rsGqgVJ0pm739HlInIS4Dw/afOX8R6SeocqkH7bP YgNpgTHGFGtCkOYlpZAPm/vrHAcKW85y50LgY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=nACAQEdC6++buVLJNesZxk1p0okSckC3EyEKblL5tWnZPcxCtW9sHFm7TAFKKuXrHX pLzJAFQlMzmJRxpSnKCsDiP5Fols5Xi86OZK26qT5Ol9DjaUyr060Lu6F7yVR/HT9TEV KwNWqVVLZe6P6/c6kttpPC1g4FJXfGb5q7OYA= Received: by 10.210.88.7 with SMTP id l7mr6130973ebb.135.1229442973917; Tue, 16 Dec 2008 07:56:13 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id b30sm14654752ika.19.2008.12.16.07.56.11 (version=SSLv3 cipher=RC4-MD5); Tue, 16 Dec 2008 07:56:13 -0800 (PST) Date: Tue, 16 Dec 2008 15:56:08 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20081216155608.18a8e51a@gumby.homeunix.com> In-Reply-To: <4947C7D9.6090909@dugas-family.org> References: <20081216094719.EDCEE1065675@hub.freebsd.org> <4947A83A.6050101@dugas-family.org> <20081216160701.L61449@wojtek.tensor.gdynia.pl> <4947C7D9.6090909@dugas-family.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Any doc reference on /entropy file ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2008 15:56:15 -0000 On Tue, 16 Dec 2008 16:23:05 +0100 Bernard Dugas wrote: > 2- As / will be mounted read-only, how can i tell the ramdom > generator to put this /entropy file somewhere in /var, where i think > it should be ? Or is there any tricky hidden problem ? It has to be on the root partition as it's used in the early stage of the boot before any other partitions are mounted, but like like I said there are other entropy files that are applied a little later as a boot, and on most machines enough entropy will be generated from the disk interrupts to suffice anyway.