From owner-freebsd-bugbusters@FreeBSD.ORG Mon Oct 17 08:50:25 2005 Return-Path: X-Original-To: bugbusters@freebsd.org Delivered-To: freebsd-bugbusters@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA44616A422 for ; Mon, 17 Oct 2005 08:50:25 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52DF343D58 for ; Mon, 17 Oct 2005 08:50:23 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9H8oL1j009362; Mon, 17 Oct 2005 11:50:21 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9H8mvWZ000827; Mon, 17 Oct 2005 11:48:58 +0300 (EEST) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9H3tUkw099122; Mon, 17 Oct 2005 06:55:30 +0300 (EEST) (envelope-from keramida@freebsd.org) Date: Mon, 17 Oct 2005 06:55:30 +0300 From: Giorgos Keramidas To: Daniel Rudy Message-ID: <20051017035530.GC58981@flame.pc> References: <435233BE.9040306@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <435233BE.9040306@pacbell.net> Cc: bugbusters@freebsd.org Subject: Re: Bug Report X-BeenThere: freebsd-bugbusters@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Coordination of the Problem Report handling effort." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 08:50:25 -0000 On 2005-10-16 04:04, Daniel Rudy wrote: > It seems that your web site will not accept the code at the bottom of > the screen. I retyped it multiple times and it will not accept it. > The code is K6K7GWDP. This is usually an indication of broken proxies who cache images and show you a stale copy of the image. Try posting your problem reports by email, if you can't disable proxying. > Anyways, I have a bug report to submit. The information is as follows: > [...] > When the system boot, the configured splash screen does not display. I > have tried modifying loader.conf to no avail. The vesa module is > compiled into the kernel. I have the following in /boot/loader.conf: > > # Show Splash Graphic > splash_bmp_load="YES" > bmp_load="YES" > bitmap_name="/boot/splash.bmp" > > The dmsg shows the following error: > module_register_init: MOD_LOAD (splash_bmp, 0xc06dd810, 0) error 2 > > I have made sure that the file is a 256 color uncompressed bmp. It > doesn't work with either uncompressed or RLE compressed bmps. The > image is 640x480. error 2 is probably a reference to ENOENT from /usr/include/sys/errno.h This means that one of the files mentioned in your loader.conf fails to load, because a file is missing. Are you sure that splash_bmp_load is the correct line there? It looks like the loader is trying to load splash_bmp.ko and fails because /boot/kernel/splash_bmp.ko cannot be found in your root filesystem.