From owner-freebsd-current@FreeBSD.ORG Fri Feb 25 01:51:50 2005 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 7554A16A4CE for ; Fri, 25 Feb 2005 01:51:50 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D91843D48 for ; Fri, 25 Feb 2005 01:51:50 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.alpha-tierchen.de (port-212-202-38-15.dynamic.qsc.de [212.202.38.15]) by mail.efacilitas.de (Postfix) with ESMTP id 34B3F123952 for ; Fri, 25 Feb 2005 02:51:13 +0100 (CET) Received: from localhost (localhost.local [127.0.0.1]) by mail.alpha-tierchen.de (Postfix) with ESMTP id BB7DFCCD838 for ; Fri, 25 Feb 2005 02:51:18 +0100 (CET) Received: from mail.alpha-tierchen.de ([127.0.0.1]) by localhost (alpha-tierchen.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62244-02 for ; Fri, 25 Feb 2005 02:51:18 +0100 (CET) Received: from [192.168.1.2] (alpha.local [192.168.1.2]) by mail.alpha-tierchen.de (Postfix) with ESMTP id 28A70CCD837 for ; Fri, 25 Feb 2005 02:51:18 +0100 (CET) Message-ID: <421E84C7.7060602@cs.tu-berlin.de> Date: Fri, 25 Feb 2005 02:52:07 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050125) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: current@freebsd.org References: <20050225004146.81245.qmail@web53108.mail.yahoo.com> In-Reply-To: <20050225004146.81245.qmail@web53108.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at alpha-tierchen.de Subject: Re: Entropy is blocking 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: Fri, 25 Feb 2005 01:51:50 -0000 gahn wrote: > --- Björn König wrote: > >> Just a guess, do you have /dev/random? >> > no, Bjorn > > how can i fix this? You need 'device random' in your kernel configuration. I suppose you built a kernel from a former kernel configuration? Create a new kernel configuration based upon GENERIC in this case. There were some important changes since 5.2.1. Björn