From owner-freebsd-questions Thu Jul 2 01:17:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA01844 for freebsd-questions-outgoing; Thu, 2 Jul 1998 01:17:00 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA01839 for ; Thu, 2 Jul 1998 01:16:56 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id BAA06901; Thu, 2 Jul 1998 01:16:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Thu, 2 Jul 1998 01:15:59 -0700 (PDT) From: Doug White To: Harlan Stenn cc: questions@FreeBSD.ORG Subject: Re: /dev/random? In-Reply-To: <199806292158.RAA23991@brown.pfcs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 29 Jun 1998, Harlan Stenn wrote: > When I to read a hunk of data from /dev/random I get a logical EOF pretty > quickly. > > Is there a way around this? Yes, use /dev/urandom instead. /dev/random stops when the entropy pool is empty. See the random(4) manpage for details... Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message