From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 02:15:20 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 58362106566C for ; Sat, 12 Apr 2008 02:15:20 +0000 (UTC) (envelope-from fbsd06+U5=1c8eaab4@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA308FC18 for ; Sat, 12 Apr 2008 02:15:20 +0000 (UTC) (envelope-from fbsd06+U5=1c8eaab4@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 72BC9163F79 for ; Fri, 11 Apr 2008 21:52:19 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id C9A9BD05A4 for ; Fri, 11 Apr 2008 21:52:17 -0400 (EDT) Date: Sat, 12 Apr 2008 02:52:15 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080412025215.1958d78c@gumby.homeunix.com.> In-Reply-To: <20080412014122.748e7ded.ghirai@ghirai.com> References: <20080412014122.748e7ded.ghirai@ghirai.com> X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: Re: Get available entropy 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: Sat, 12 Apr 2008 02:15:20 -0000 On Sat, 12 Apr 2008 01:41:22 +0300 Ghirai wrote: > Hey, >=20 > Is there an app in the base install that can show the available > entropy? Also, how would you do this programatically? =46rom 5.0 onwards FreeBSD uses Yarrow for /dev/random. It never blocks, and only keeps entropy stats for triggering reseeds.