Received: by oss.sgi.com id ; Tue, 12 Dec 2000 14:55:18 -0800 Received: from pneumatic-tube.sgi.com ([204.94.214.22]:14916 "EHLO pneumatic-tube.sgi.com") by oss.sgi.com with ESMTP id ; Tue, 12 Dec 2000 14:55:07 -0800 Received: from nodin.corp.sgi.com (fddi-nodin.corp.sgi.com [198.29.75.193]) by pneumatic-tube.sgi.com (980327.SGI.8.8.8-aspam/980310.SGI-aspam) via ESMTP id PAA01128 for ; Tue, 12 Dec 2000 15:03:23 -0800 (PST) mail_from (kaos@melbourne.sgi.com) Received: from sydney.sydney.sgi.com (sydney.sydney.sgi.com [134.14.48.2]) by nodin.corp.sgi.com (980427.SGI.8.8.8/980728.SGI.AUTOCF) via SMTP id OAA11482 for ; Tue, 12 Dec 2000 14:54:35 -0800 (PST) Received: from kao2.melbourne.sgi.com by sydney.sydney.sgi.com via ESMTP (950413.SGI.8.6.12/930416.SGI) id JAA25310; Wed, 13 Dec 2000 09:51:55 +1100 X-Mailer: exmh version 2.1.1 10/15/1999 From: Keith Owens To: swilson@hcjbeng.org cc: linux-xfs@oss.sgi.com Subject: Re: Installing XFS Beta on RedHat 7.0 In-reply-to: Your message of "Tue, 12 Dec 2000 16:35:29 CDT." <000001c06483$736a65e0$8332a8c0@swilson-nt.hcjbeng.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Dec 2000 09:51:55 +1100 Message-ID: <1130.976661515@kao2.melbourne.sgi.com> Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing On Tue, 12 Dec 2000 16:35:29 -0500, "Steven M Wilson" wrote: >I'm attempting my first install of XFS and am getting the following error: > depmod: Unresolved symbols in /lib/modules/2.4.0-XFS_BETA_4/misc/ip2main.o 2.4 kernels after about 2.4.0-test5 should not have a misc modules directory, all modules should be under /lib/modules//kernel. You probably have old data under /lib/modules. rm -rf /lib/modules/2.4.0-XFS_BETA_4 make modules_install to clean out any crud and create a clean modules tree.