From owner-freebsd-current@FreeBSD.ORG Mon Nov 14 03:38:44 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 AD2D416A41F for ; Mon, 14 Nov 2005 03:38:44 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4736B43D45 for ; Mon, 14 Nov 2005 03:38:44 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-114-245.hsd1.ma.comcast.net ([66.30.114.245]) by comcast.net (rwcrmhc13) with ESMTP id <200511140338420150034ul1e>; Mon, 14 Nov 2005 03:38:43 +0000 Received: from c-66-30-114-245.hsd1.ma.comcast.net (localhost [127.0.0.1]) by c-66-30-114-245.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id jAE3cfYA081392; Sun, 13 Nov 2005 22:38:41 -0500 (EST) (envelope-from rodrigc@c-66-30-114-245.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-114-245.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id jAE3ceGK081391; Sun, 13 Nov 2005 22:38:40 -0500 (EST) (envelope-from rodrigc) Date: Sun, 13 Nov 2005 22:38:40 -0500 From: Craig Rodrigues To: Goran Gajic Message-ID: <20051114033840.GA76618@crodrigues.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: 6.0-RELESE + xfs-snap20051015 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 14 Nov 2005 03:38:44 -0000 On Fri, Nov 11, 2005 at 09:40:09PM +0100, Goran Gajic wrote: > /usr/src/xfs-src.diff. I have tried both with options XFS > appended at the end of config file and with XFS as module. > If it is built as module xfs.ko can't be loaded: > > # kldload xfs.ko > link_elf: symbol db_error undefined Can you make sure that you have the following options in your kernel config file and try again? options WITNESS options DEBUG_LOCKS options DEBUG_VFS_LOCKS options KDB options DDB options GDB -- Craig Rodrigues rodrigc@crodrigues.org