From owner-freebsd-current@FreeBSD.ORG Mon Apr 12 03:33:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AA816A4CE for ; Mon, 12 Apr 2004 03:33:37 -0700 (PDT) Received: from kate.fud.org.nz (203-79-110-29.cable.paradise.net.nz [203.79.110.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C2843D55 for ; Mon, 12 Apr 2004 03:33:34 -0700 (PDT) (envelope-from andy@fud.org.nz) Received: by kate.fud.org.nz (Postfix, from userid 1001) id 527B817044; Mon, 12 Apr 2004 22:33:33 +1200 (NZST) Date: Mon, 12 Apr 2004 22:33:33 +1200 From: Andrew Thompson To: freebsd-current@freebsd.org Message-ID: <20040412103333.GA47211@kate.fud.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: dev/random X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 10:33:37 -0000 Hi, With the latest dev/random commits I have been unable to installworld in single-user mode. mktemp blocks when trying to read the random device, I have confirmed this by doing 'hexdump /dev/random' which produces no output. after running '/etc/rc.d/random start' everything is working fine. Can anyone else confirm this? Andy