From owner-freebsd-stable@FreeBSD.ORG Thu Feb 17 06:28:27 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4262106564A for ; Thu, 17 Feb 2011 06:28:27 +0000 (UTC) (envelope-from ken73.chen@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3F58FC13 for ; Thu, 17 Feb 2011 06:28:27 +0000 (UTC) Received: by wwf26 with SMTP id 26so2182815wwf.31 for ; Wed, 16 Feb 2011 22:28:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=XWg+J5vuuzVjSQoVethaGQd002adxAeHJK/11gJvFWU=; b=iegylbGHhJ1YW42dDwrNaT/WZEUlqRUHtMokYi0C7GpGIMx9CxhHrrgu1dDGYaw8Pz jpbcJ1BWkicl0yTu84r9e8gqqiTAY4YWCNwNp1xlNOOc954m48P1WQRyOpdxWriGCOjo WQp+52znrxPoRHoRhepLgoAiL9vrdSRV07TNg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Rl7DUoyUSBgdAwxGX5dtNhbwOSvHxPgpgIAFlKD7HrY1WBNShZEOa/JRNAza+z1v5s Pew8dr43KhKriB8ebaA3ZBajJAC/U+AJYeJnFGFfcJiaFWTb18uwqRdJQb4ERbkPpo5i n3dihJGgoPtsn4OqZ1YgAa6fsoHas/vEjnmxg= Received: by 10.227.183.203 with SMTP id ch11mr1252192wbb.214.1297922231169; Wed, 16 Feb 2011 21:57:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.155.85 with HTTP; Wed, 16 Feb 2011 21:56:48 -0800 (PST) From: Ken Chen Date: Thu, 17 Feb 2011 13:56:48 +0800 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: hold-on at 'Entropy harvesting' afer upgrading to 8.1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 06:28:27 -0000 Hello All, I upgrade a very old machine from 6.3-RELEASE to 8.1-RELEASE by 'freebsd-update'. After boot with 8.1 GENERIC kernel, it holds-on at ''Entropy harvesting: '. I try to change configuration in /etc/defaults/rc.conf, it helpless. harvest_interrupt="NO" # Entropy device harvests interrupt randomness harvest_ethernet="NO" # Entropy device harvests ethernet randomness harvest_p_to_p="NO" # Entropy device harvests point-to-point randomness Then, I 'chmod 0 /etc/rc.d/initrandom'. The 8.1 skipped 'Entropy harvesting', but hold-on again at 'pre-seeding PRNG'. Any suggestion? Thanks and happy Lantern Festival.