From owner-freebsd-current@FreeBSD.ORG Tue Oct 19 21:47:23 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 7D3C016A4CE for ; Tue, 19 Oct 2004 21:47:23 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 395D743D66 for ; Tue, 19 Oct 2004 21:47:23 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CK1pB-000E9W-9X; Tue, 19 Oct 2004 14:47:21 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16757.35688.795976.719745@ran.psg.com> Date: Tue, 19 Oct 2004 14:47:20 -0700 To: Kris Kennaway References: <16757.28156.361400.647815@ran.psg.com> <20041019212148.GB93330@xor.obsecurity.org> cc: FreeBSD Current Subject: Re: multi-user startup failure Pre-seeding PRNG: 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: Tue, 19 Oct 2004 21:47:23 -0000 >> lock up while going multi-user. last message on console is >> "Pre-seeding PRNG:" >> this is an old problem. it is solved by removing the 'sysctl -a;' >> from >> /etc/rc.d/preseedrandom >> /etc/rc.d/initrandom > The real question is: why is 'sysctl -a' hanging? of course. considering that it will lock up the system and all i will be able to do is take a digital camera picture (no serial port on thinkpad t4x), what would you suggest i do to help refine the problem? randy