From owner-freebsd-current@FreeBSD.ORG Mon May 14 18:17:50 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0B758106564A for ; Mon, 14 May 2012 18:17:49 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 529498FC14 for ; Mon, 14 May 2012 18:17:49 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 1D79BE6503 for ; Mon, 14 May 2012 19:18:01 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=mail; bh=2OSbZVW6HrKWkW90W6cVu8MZ9 vc=; b=pUOQg+HqETr/D0hUGuAvl3coIRm9hAdED7E2mf1+xTdXPVa8PevrOwi7k 7ly45CG5zhU5QLU0boV72d8gJ4N2N25Px+klRdkjR8NuJcnbFJR9qCj3Ishuoixz 1aJLSOEwO+CjKvRTz3PpOLZK5m6+QJ/AUYhQHoolAnNIrJMM9U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=message-id :date:from:mime-version:to:subject:content-type :content-transfer-encoding; q=dns; s=mail; b=AOv9u7iMem/ShFbmqGG 2I6qIGJCyR3ETpFeotvhCBthlUTH/VvrOsZdyOTwZ5UnGjUs+VuA8XVvbRUi3Xo4 CpIwQw3Bn8PYCzB5WSA8yfM7KfmovHHmJO/eFyiH0AfWpWMVkgCznjO/SSrgSrYa R/HXj/ZEnJEWAWVqRcu1UDO0= Received: from [192.168.2.2] (unknown [109.249.232.2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id D73BFE6463 for ; Mon, 14 May 2012 19:18:00 +0100 (BST) Message-ID: <4FB14C48.1030002@cran.org.uk> Date: Mon, 14 May 2012 19:17:44 +0100 From: Bruce Cran User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: "random device not loaded; using insecure entropy" during boot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 14 May 2012 18:17:50 -0000 While booting -current I noticed a new warning introduced in r230230** (though it's not in 'dmesg' once booted): FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 5 random device not loaded; using insecure entropy I guess something's wanting random data before its been initialized? Once booted kern.random shows that it is loaded and working. -- Bruce Cran