From owner-freebsd-current@FreeBSD.ORG Sun Sep 8 00:27:21 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 95D89A16; Sun, 8 Sep 2013 00:27:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08D4B2CE0; Sun, 8 Sep 2013 00:27:20 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hj3so2163206wib.1 for ; Sat, 07 Sep 2013 17:27:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=vF+ihFPG8zh19cqiqTflg4v+7d9nDee0/2WA6t/QmYU=; b=qZ9r3uy6PXnMlQvJQEpbNeQ/5B6vpzasu/EvhMysSKTsfOhFXsudeHWfQjXMGPO/rz mVLMsZyWUrhS+d4d9oyQ8KsdI9RFOdHRJnkEIpmgAgICWp3i7Wcf9UdqYNobiyBaTMr7 AzD1t/5IoiDV34CMlH4LfgV2M1OUygA3ib7YuF3/usU2i3ddVh0y56DiAtkYcEVAsUA5 CqNK8ot16FTAYy97b2SIRRb6F0wCr/WurUPrEaxYgAD3TPC8SpAqu8ux85c4mINVPL2r m3KN1F7obl2arYks5w5Ytx7iWf96ifGCl/wP5TO62+7vzWwCdK7CGGe1N/TuD58p6qzs euvQ== MIME-Version: 1.0 X-Received: by 10.194.75.165 with SMTP id d5mr7483713wjw.18.1378600039415; Sat, 07 Sep 2013 17:27:19 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Sat, 7 Sep 2013 17:27:19 -0700 (PDT) In-Reply-To: <82260B0E-E2CF-4D7B-B1E2-EEFAF25BD090@grondar.org> References: <1378572186.1588.5.camel@localhost> <24DB010A-F374-491B-9203-FDDD7EA14A51@grondar.org> <1378579011.1588.16.camel@localhost> <9240BEF1-2791-4D58-A422-08AEF1CD306C@grondar.org> <1378586316.1111.524.camel@revolution.hippie.lan> <82260B0E-E2CF-4D7B-B1E2-EEFAF25BD090@grondar.org> Date: Sat, 7 Sep 2013 17:27:19 -0700 X-Google-Sender-Auth: _ehHa6MetE0Xz7QsJlciPAQdsXY Message-ID: Subject: Re: random(4) update causes mips compile fail | mips boot fail From: Adrian Chadd To: Mark R V Murray Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-current@freebsd.org" , Ian Lepore 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: Sun, 08 Sep 2013 00:27:21 -0000 [snip] ok. So I can work around this for these MIPS AP images by echoing something into /dev/random ? -adrian