Upgrading the kernel

2003-07-09 Thread Go, Jeffrey
Hi All, Can anyone point me to the docs on how to upgrade the kernel on a RH 7.3 ? Thanks jeff -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Upgrading the kernel

2003-07-09 Thread George Nicholls
there is a good how to at the linux document project; it is not RH specific, but it showed me enough to get on the right path to greater problems... I am finding that kernel upgrading is tricky. http://www.tldp.org/Kernel-HOWTO/index.html G On Wed, 2003-07-09 at 19:59, Go, Jeffrey wrote: Hi

Re: Upgrading the kernel

2003-07-09 Thread Ed Wilts
On Wed, Jul 09, 2003 at 07:59:55PM +0200, Go, Jeffrey wrote: Can anyone point me to the docs on how to upgrade the kernel on a RH 7.3 ? # up2date -u kernel --force -- Ed Wilts, Mounds View, MN, USA mailto:[EMAIL PROTECTED] Member #1, Red Hat Community Ambassador Program -- redhat-list

Upgrading 7.1 kernel problem

2003-02-02 Thread Ernest Ellingson
I'm trying to upgrade the kernel using 2.4.18-19.7.x.i386.rpm. I've got the dependencies down to just 2. 1. filesystem =2.1.0 is needed by mkinitrd-3.2.6-1 2. libreadline.so.4 is needed by kernel-utils-2.4-8.13.7.2 I've ftped to updates.redhat.com/7.1/en/os/i386 several times today for various

Re: Upgrading 7.1 kernel problem

2003-02-02 Thread Ed Wilts
On Sun, Feb 02, 2003 at 04:30:31PM -0500, Ernest Ellingson wrote: I'm trying to upgrade the kernel using 2.4.18-19.7.x.i386.rpm. Silly question...why don't you configure up2date and let it figure it out for you? If dependencies are missing, they'll be automatically installed. This will save

RE: Upgrading 7.1 kernel problem

2003-02-02 Thread Ernest Ellingson
, February 02, 2003 5:29 PM To: [EMAIL PROTECTED] Subject: Re: Upgrading 7.1 kernel problem On Sun, Feb 02, 2003 at 04:30:31PM -0500, Ernest Ellingson wrote: I'm trying to upgrade the kernel using 2.4.18-19.7.x.i386.rpm. Silly question...why don't you configure up2date and let it figure it out

RE: Upgrading 7.1 kernel problem

2003-02-02 Thread Ernest Ellingson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Ed Wilts Sent: Sunday, February 02, 2003 5:29 PM To: [EMAIL PROTECTED] Subject: Re: Upgrading 7.1 kernel problem On Sun, Feb 02, 2003 at 04:30:31PM -0500, Ernest Ellingson wrote: I'm trying to upgrade

Re: Upgrading 7.1 kernel problem

2003-02-02 Thread Ed Wilts
On Sun, Feb 02, 2003 at 05:45:12PM -0500, Ernest Ellingson wrote: I tried running up2date. It told me my kernel was excluded and I couldn't update without the kernel update. I tried to fix that but couldn't, I have an email into redhat now about that. By default, the kernel is excluded, but

Re: Upgrading 7.1 kernel problem

2003-02-02 Thread Edward Dekkers
I tried running up2date. It told me my kernel was excluded and I couldn't update without the kernel update. I tried to fix that but couldn't, I have an email into redhat now about that. No use sending an e-mail to redhat. You didn't look hard enough. All you need to do is edit

RE: Upgrading 7.1 kernel problem

2003-02-02 Thread Ernest Ellingson
PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Edward Dekkers Sent: Sunday, February 02, 2003 8:26 PM To: [EMAIL PROTECTED] Subject: Re: Upgrading 7.1 kernel problem I tried running up2date. It told me my kernel was excluded and I couldn't update without the kernel update. I tried to fix

Problem upgrading the kernel

2001-04-20 Thread Tomás García Ferrari
Hi, I'm trying to upgrade the kernel on my system to kernel-2.2.19-6.2.1. I'm having this behavior: [root@ex K]# rpm -ivh kernel-2.2.19-6.2.1.i386.rpm error: cannot open Depends index using db1 - Invalid argument (22) Segmentation fault What does it means? How can I solve it? Thanks for

Re: Problem upgrading the kernel

2001-04-20 Thread Thomas Ribbrock
On Fri, Apr 20, 2001 at 10:54:34AM +0200, Toms Garca Ferrari wrote: I'm trying to upgrade the kernel on my system to kernel-2.2.19-6.2.1. I'm having this behavior: [root@ex K]# rpm -ivh kernel-2.2.19-6.2.1.i386.rpm error: cannot open Depends index using db1 - Invalid argument (22)

Problem upgrading the kernel

2001-01-31 Thread Tomás García Ferrari
Hi, I am trying to upgrade the kernel to kernel-2.2.16-3. I did it like this: [root@host RPMS]# rpm -Uvh kernel-source-2.2.16-3.i386.rpm kernel-headers-2.2.16-3.i386.rpm kernel-source ## kernel-headers

Re: Problem upgrading the kernel

2001-01-31 Thread Mike Burger
Try using -U instead of -i. It looks like rpm is saying it can't install because it already exists...howerver, -U is upgrade...which may very well work. Also, instead of /boot/vmlinux-2.2.16-3, see if /boot/vmlinuz-2.2.16-3 exists...if so, change the "Boot image:" line to read vmlinuz, instead.

Re: Problem upgrading the kernel

2001-01-31 Thread Uncle Meat
On Wednesday 31 January 2001 06:38, Toms Garca Ferrari opined: Hi, I am trying to upgrade the kernel to kernel-2.2.16-3. I did it like this: [root@host RPMS]# rpm -Uvh kernel-source-2.2.16-3.i386.rpm kernel-headers-2.2.16-3.i386.rpm kernel-source

Re: Problem upgrading the kernel

2001-01-31 Thread Tomás García Ferrari
Hello, Mike Burger says: Try using -U instead of -i. It looks like rpm is saying it can't install because it already exists...howerver, -U is upgrade...which may very well work. and Uncle Meat says: Well, if the above is accurate, you don't have the new kernel installed. I saw source and

Re: Problem upgrading the kernel

2001-01-31 Thread Wayne Stout
No, what they're saying is that the entry in lilo.conf is incorrect. It needs to by vmlinuz-2.2.16-3, unless you've made a symlink from vmlinuz-2.2.16-3 to vmlinux-2.2.16-3. On Wednesday 31 January 2001 06:38, Toms Garca Ferrari opined: Then I add in /etc/lilo.conf this:

Re: Problem upgrading the kernel [Solved]

2001-01-31 Thread Tomás García Ferrari
Now I understand! Thanks indeed. (I feel a little bit stupid because I didn't notice the diference between 'vmlinux-2.2.16-3' and 'vmlinuz-2.2.16-3'...) Thanks again! Toms Ps: It worked. Tomas Garcia Ferrari Bigital http://bigital.com No, what they're saying is that the entry in lilo.conf

Re: Problem upgrading the kernel

2001-01-31 Thread Mike Burger
On Wed, 31 Jan 2001, Toms Garca Ferrari wrote: As well, Mike Burger says: Also, instead of /boot/vmlinux-2.2.16-3, see if /boot/vmlinuz-2.2.16-3 exists...if so, change the "Boot image:" line to read vmlinuz, instead. It's a compressed kernel, and lilo won't complain. It exists:

Re: Problem upgrading the kernel [Solved]

2001-01-31 Thread Mike Burger
And, of course, I read this just after firing off a reply. D'oh!!! On Wed, 31 Jan 2001, Toms Garca Ferrari wrote: Now I understand! Thanks indeed. (I feel a little bit stupid because I didn't notice the diference between 'vmlinux-2.2.16-3' and 'vmlinuz-2.2.16-3'...) Thanks again! Toms

Re: Problem upgrading the kernel

2001-01-31 Thread Tomás García Ferrari
Ups...! You've got me! ;) Thank you! Tomas Garcia Ferrari Bigital http://bigital.com And I repeat...your "Boot image:" line is pointing to /boot/vmlinux-2.2.16-3. Lilo is complaining that that kernel file is too big. Edit the "Boot image:" line to read "/boot/vmlinuz-2.2.16-3" so that

Upgrading the kernel..

2000-01-10 Thread Jamie Carl
something wrong? If not, then is it possible to get it to keep the existing config so i don't have to try and remember all the options i chose. Any other tips would be appreciated as this is my first attempt at rebuilding and upgrading a kernel under linux. Jamie Carl [EMAIL PROTECTED] Technical

Re: Upgrading the kernel..

2000-01-10 Thread Hidong Kim
to get it to keep the existing config so i don't have to try and remember all the options i chose. Any other tips would be appreciated as this is my first attempt at rebuilding and upgrading a kernel under linux. Jamie Carl [EMAIL PROTECTED] Technical Consultant Pearson Computer Systems Pty

Re: Upgrading the kernel..

2000-01-10 Thread Todd A. Jacobs
On Mon, 10 Jan 2000, Hidong Kim wrote: menu of xconfig, there's a button called Save Configuration to File. I think the question was more to do with the configuration of the Red Hat supplied kernel. His question is one I've wondered myself: where does Red Hat store the kernel configuration it

Re: Upgrading the kernel..

2000-01-10 Thread Hal Burgiss
On Mon, Jan 10, 2000 at 05:48:19PM -0800, Todd A. Jacobs wrote: On Mon, 10 Jan 2000, Hidong Kim wrote: menu of xconfig, there's a button called Save Configuration to File. I think the question was more to do with the configuration of the Red Hat supplied kernel. His question is one I've

Re: Upgrading the kernel..

2000-01-10 Thread Philippe Moutarlier
I asked myself the same question. And since I could not find the answer, what I did to keep the same config is : - unpack redhat kernel source rpm - did make xconfig- Save config to file : myconfig - cp myconfig - new kernel source - did make xconfig in the new kernel source - Load config