Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f5CLM3B04258 for linux-xfs-outgoing; Tue, 12 Jun 2001 14:22:03 -0700 Received: from sgi.com (sgi.SGI.COM [192.48.153.1]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f5CLM2P04253 for ; Tue, 12 Jun 2001 14:22:02 -0700 Received: from smtp9.xs4all.nl (smtp9.xs4all.nl [194.109.127.135]) by sgi.com (980327.SGI.8.8.8-aspam/980304.SGI-aspam: SGI does not authorize the use of its proprietary systems or networks for unsolicited or bulk email from the Internet.) via ESMTP id NAA06189 for ; Tue, 12 Jun 2001 13:53:10 -0700 (PDT) mail_from (knuffie@xs4all.nl) Received: from xs3.xs4all.nl (xs3.xs4all.nl [194.109.6.44]) by smtp9.xs4all.nl (8.9.3/8.9.3) with ESMTP id VAA17762; Tue, 12 Jun 2001 21:49:37 +0200 (CEST) Received: from localhost (knuffie@localhost) by xs3.xs4all.nl (8.9.0/8.9.0) with ESMTP id VAA04645; Tue, 12 Jun 2001 21:49:37 +0200 (CEST) Date: Tue, 12 Jun 2001 21:49:36 +0200 (CEST) From: Seth Mos To: Micah Yoder cc: "linux-xfs@oss.sgi.com" Subject: Re: Stability of the Red Hat 7.1 + XFS system In-Reply-To: <01061212132601.01097@eclipse> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Tue, 12 Jun 2001, Micah Yoder wrote: > Thanks for the info everyone. I'm going to re-compile the kernel and hope > things work better. I grabbed the CVS development version ... is that > insane? :-) If it's working for all of you then I trust it! > > I'd like to compile it on my home box, to eliminate the possibility of > something in the kernel compile triggering the bug on my server. I'm If the hardware is sane, that should not be too much of a problem. It takes about 15 minutes on my Athlon 500 with 256MB ram. You should be able to survive at least that. > wondering how muc of a mess it will be to move ... will I just need to scp > over the bzImage and the /lib/modules directory? And there's probably no way > to do that without installing the kernel and modules on my home box (but not > booting with it). Just tar them and copy them over. tar -cjf linux-2.4.x-xfs.tar.bz2 /boot/*2.4.x-xfs* /lib/modules/2.4.x-xfs copy it over, unpack, edit lilo.conf, run lilo, make sure everything is there, cross fingers and reboot. You could also compile the bzImage and modules, tar the tree and copy it over, untar your tree and then run make modules_install && make install. Everything will then be put into place. You only have to edit lilo.conf, run lilo and reboot. > What about all the additional programs? Do they need to be updated? There > doesn't appear to be a way to build them all at once. Any tips on getting > them all compiled and moved over? They don't need to be but you can run ./Makepkgs in the cmd tree which will generate either rpms or debs of the util programs. > Thanks! > Micah Good Luck