From owner-freebsd-hackers@FreeBSD.ORG Sun Apr 18 07:55:52 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67379106566C for ; Sun, 18 Apr 2010 07:55:52 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id AC1948FC16 for ; Sun, 18 Apr 2010 07:55:51 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA26514; Sun, 18 Apr 2010 10:55:46 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1O3PM2-000H1f-E7; Sun, 18 Apr 2010 10:55:46 +0300 Message-ID: <4BCABB01.8000404@icyb.net.ua> Date: Sun, 18 Apr 2010 10:55:45 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: Patrick Mahan References: <4BCA6218.5020308@mahan.org> In-Reply-To: <4BCA6218.5020308@mahan.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Loading a KLM at boot time (issues) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 07:55:52 -0000 on 18/04/2010 04:36 Patrick Mahan said the following: > > Nothing popped up when I tried "debugging loader.conf" in Google. > > Any suggestions? First, double-check that you really have random.ko in your modules directories. Supposing you don't use nextboot.conf or haven't otherwise modified kernel and modules paths, those should be /boot/kernel and /boot/modules. Make sure that you have a large enough message buffer size and boot with verbose messages enabled. kernel will report pre-loaded modules at the start of boot. Check there for any error reports from kernel linker too. -- Andriy Gapon