Received: with ECARTIS (v1.0.0; list linux-xfs); Tue, 20 May 2003 07:29:27 -0700 (PDT) Received: from smtpzilla5.xs4all.nl (smtpzilla5.xs4all.nl [194.109.127.141]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h4KETM2x018100 for ; Tue, 20 May 2003 07:29:23 -0700 Received: from auto-nb1.xs4all.nl (coltex.xs4all.nl [213.84.127.28]) by smtpzilla5.xs4all.nl (8.12.9/8.12.9) with ESMTP id h4KETJON033521; Tue, 20 May 2003 16:29:20 +0200 (CEST) Message-Id: <4.3.2.7.2.20030520161853.02fe9dd8@pop.xs4all.nl> X-Sender: knuffie@pop.xs4all.nl X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 20 May 2003 16:29:02 +0200 To: Susumu Takuwa , linux-xfs@oss.sgi.com From: Seth Mos Subject: Re: update packages In-Reply-To: <20030520223819.82AE.SUSUMU-T@po.sakura.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-archive-position: 4088 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: knuffie@xs4all.nl Precedence: bulk X-list: linux-xfs Content-Length: 1207 Lines: 41 At 23:02 20-5-2003 +0900, Susumu Takuwa wrote: >I use Red Hat Linux 9 and XFS, installed from >`forRH-9.0-SGI-XFS-1.2.0-v0.iso'. >Recently, someone have found security hole in kernel 2.4 and Red Hat Inc. >have released update kernel package(*1). So, I'd like to update kernel >for my system and looked for update package in oss.sgi.com/projects/xfs. >But I could not find out. > >Q1: Someone build update packages ? Hai! They are built on Red Hat 7.3 so you would need to rebuild them for Red Hat 9 since I don't have a Red Hat 9 box. http://iserv.nl/files/xfs/2.4.20-13/ Get the kernel-2.4.20-13SGI_XFS_1.2.0.src.rpm rpmbuild --rebuild --target=i686 kernel-2.4.20-13SGI_XFS_1.2.0.src.rpm After much activity this should give you a binary rpm. Another option would be fetching the kernel-source rpm and building with one of the configs from the config subdirectory rpm -ivh kernel-source-2.4.20-13SGI_XFS_1.2.0.i386.rpm cd /usr/src/linux-2.4 make mrproper cp configs/kernel-2.4.20-i686.config .config make oldconfig make dep && make bzImage && make modules && make modules_install && make install edit /etc/lilo.conf run lilo Cheers -- Seth It might just be your lucky day, if you only knew.