From owner-freebsd-current@FreeBSD.ORG Sat Sep 7 17:40:03 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 72D65AA0; Sat, 7 Sep 2013 17:40:03 +0000 (UTC) (envelope-from mark@grondar.org) Received: from gromit.grondar.org (grandfather.grondar.org [IPv6:2a01:348:0:15:5d59:5c20:0:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 377F52BF1; Sat, 7 Sep 2013 17:40:03 +0000 (UTC) Received: from graveyard.grondar.org ([88.96.155.33] helo=gronkulator.grondar.org) by gromit.grondar.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VIMUK-000DcZ-Bm; Sat, 07 Sep 2013 18:40:01 +0100 Subject: Re: random(4) update causes mips compile fail | mips boot fail Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Content-Type: multipart/signed; boundary="Apple-Mail=_F0071C6C-7C5C-4655-A422-98B1D997F4D4"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Mark R V Murray In-Reply-To: <1378572186.1588.5.camel@localhost> Date: Sat, 7 Sep 2013 18:39:59 +0100 Message-Id: <24DB010A-F374-491B-9203-FDDD7EA14A51@grondar.org> References: <1378572186.1588.5.camel@localhost> To: sbruno@freebsd.org X-Mailer: Apple Mail (2.1508) X-SA-Score: -2.2 X-Mailman-Approved-At: Sat, 07 Sep 2013 18:33:35 +0000 Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 07 Sep 2013 17:40:03 -0000 --Apple-Mail=_F0071C6C-7C5C-4655-A422-98B1D997F4D4 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 7 Sep 2013, at 17:43, Sean Bruno wrote: > trying to enable random on my DIR-825 kernconf I get this on boot: > > Configuration file: /etc/cfg/hostapd.wlan0.conf > Using interface wlan0 with hwaddr 00:00:88:88:22:22 and ssid "TESTBRUNO" > Entropy device is blocking Please make a change to sys/dev/random/randomdev_soft.c; Around line 82, please change from ".seeded = 0" to ".seeded = 1". If that works, then your report above with the "Entropy device is blocking." is trying to read random numbers before /dev/random is secure; this is a BAD security problem. M -- Mark R V Murray Entropy device is blocking --Apple-Mail=_F0071C6C-7C5C-4655-A422-98B1D997F4D4 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: GPGTools - http://gpgtools.org iQCVAwUBUitk7958vKOKE6LNAQpkSAP/bwDXZ9BMRgECR2jCnN0vjxkckErVZe24 q6ZkgjzIqtM9f6XGJ4Rl/M4fK/raNQ/U+L9MrKYqWEKZ9N01G/h96u07yojST5DD 4ivAqgUEnEq7Zlakd63Ht3K+EroW4XPzLNLjm3kMslEHekHF/mq+MAzCwodmRylk /3oyzTgYDOU= =wI6G -----END PGP SIGNATURE----- --Apple-Mail=_F0071C6C-7C5C-4655-A422-98B1D997F4D4--