Re: remove old kernel ?

2003-09-21 Thread Mike Burger
Sure...if they've been installed via rpm, then rpm -q kernel will list all installed kernels. If you've installed by compiling from source, you'll have to look in /boot and /lib/modules. On Sun, 21 Sep 2003, Marc Adler wrote: > * Michael Lee Yohe <[EMAIL PROTECTED]> [2003-09-19 11:16]: > > > h

Re: remove old kernel ?

2003-09-21 Thread Marc Adler
* Michael Lee Yohe <[EMAIL PROTECTED]> [2003-09-19 11:16]: > > hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to > > remove kernel 2.4.20-8. How to remove it? > > As root - > > rpm -e kernel-2.4.20-8 What does the error message below mean? - [EMAIL PROTECTED]

Re: remove old kernel ?

2003-09-21 Thread Benjamin J. Weiss
> Is there a way to list the kernels present on the system? rpm -q kernel > Also, how much space does a kernel take up? rpm -qi kernel or, if you want to get fancy: rpm -q --queryformat "%{NAME}-%{VERSION}-%{RELEASE}: %{SIZE}\n" kernel -- redhat-list mailing list unsubscribe mailto:[EMAI

Re: remove old kernel ?

2003-09-21 Thread Mathieu Masse
On Sun, 2003-09-21 at 15:25, Marc Adler wrote: * Michael Lee Yohe <[EMAIL PROTECTED]> [2003-09-19 11:16]: > > hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to > > remove kernel 2.4.20-8. How to remove it? > > As root - > > rpm -e kernel-2.4.20-8 Is there a way to list

Re: remove old kernel ?

2003-09-21 Thread Marc Adler
* Michael Lee Yohe <[EMAIL PROTECTED]> [2003-09-19 11:16]: > > hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to > > remove kernel 2.4.20-8. How to remove it? > > As root - > > rpm -e kernel-2.4.20-8 Is there a way to list the kernels present on the system? Also, how much

Re: remove old kernel ?

2003-09-19 Thread Michael Lee Yohe
> hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to > remove kernel 2.4.20-8. How to remove it? As root - rpm -e kernel-2.4.20-8 -- Michael Lee Yohe <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listi

Re: remove old kernel ?

2003-09-19 Thread Vinny Valdez
oyq wrote: hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to remove kernel 2.4.20-8. How to remove it? --- oyq You use the same option as removing any other package, but since there are multiple matches of the package "kernel", you will have to specify the version, as in: #

remove old kernel ?

2003-09-19 Thread oyq
hi all, I've dl-ed kernel 2.4.20-20.9 with the source, now I'd like to remove kernel 2.4.20-8. How to remove it? --- oyq -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Remove old kernel?

2002-11-26 Thread [EMAIL PROTECTED]
Kevin MacNeil wrote: On Tue, Nov 26, 2002 at 10:00:41AM +0800, Patrick Law wrote: Sometime time I update from RHN, I will get new kernel update, after reboot, I will be given options of new kernel together with old kernels in Grub Menu. Currently there are about 3 kernel versions in my Grub Me

Re: Remove old kernel?

2002-11-26 Thread Kevin MacNeil
On Tue, Nov 26, 2002 at 10:00:41AM +0800, Patrick Law wrote: > Sometime time I update from RHN, I will get new kernel update, after reboot, > I will be given options of new kernel together with old kernels in Grub > Menu. Currently there are about 3 kernel versions in my Grub Menu. How do I > remov

Re: Remove old kernel?

2002-11-26 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26 Nov 2002 00:00:58 -0800, Ilona wrote: > > > How do I remove the old kernel and keep only the latest > > > kernel? > > > > # rpm -q kernel > > > > to see what packages are installed. Then e.g. remove one (or several > > at once): > > > >

Re: Remove old kernel?

2002-11-26 Thread Emmanuel Seyman
On Tue, Nov 26, 2002 at 12:00:58AM -0800, Ilona wrote: > > I just did this to remove old kerenls and found out that i'm not running > the most recent kernel i have installed. How do I remedy this? Check in /etc/grub.conf that the default boot entry is valid. Reboot and pray to the gods. Emmanuel

Re: Remove old kernel?

2002-11-26 Thread Ilona
On Mon, 2002-11-25 at 19:53, Michael Schwendt wrote: > On Tue, 26 Nov 2002 10:00:41 +0800, Patrick Law wrote: > > > How do I remove the old kernel and keep only the latest > > kernel? > > # rpm -q kernel > > to see what packages are installed. Then e.g. remove one (or several > at once): >

RE: Remove old kernel?

2002-11-25 Thread Mike Burger
ous version of kernel > itself will still be in my harddisk, how do I remove it? Should i? > > Regards, > Patrick > > > -Original Message- > From: Yoink! [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 11:27 AM > To: [EMAIL PROTECTED] > Subject:

Re: Remove old kernel?

2002-11-25 Thread Mike Burger
"rpm -e kernel-x.xx-xx On Tue, 26 Nov 2002, Patrick Law wrote: > Sometime time I update from RHN, I will get new kernel update, after reboot, > I will be given options of new kernel together with old kernels in Grub > Menu. Currently there are about 3 kernel versions in my Grub Menu. How do I > r

Re: Remove old kernel?

2002-11-25 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 26 Nov 2002 10:00:41 +0800, Patrick Law wrote: > Sometime time I update from RHN, I will get new kernel update, after > reboot, I will be given options of new kernel together with old > kernels in Grub Menu. Currently there are about 3 kernel

RE: Remove old kernel?

2002-11-25 Thread Patrick Law
:27 AM To: [EMAIL PROTECTED] Subject: Re: Remove old kernel? On Tue, 26 Nov 2002, Patrick Law wrote: > Sometime time I update from RHN, I will get new kernel update, after reboot, > I will be given options of new kernel together with old kernels in Grub > Menu. Currently there are about

Re: Remove old kernel?

2002-11-25 Thread Yoink!
On Tue, 26 Nov 2002, Patrick Law wrote: > Sometime time I update from RHN, I will get new kernel update, after reboot, > I will be given options of new kernel together with old kernels in Grub > Menu. Currently there are about 3 kernel versions in my Grub Menu. How do I > remove the old kernel and

Remove old kernel?

2002-11-25 Thread Patrick Law
Sometime time I update from RHN, I will get new kernel update, after reboot, I will be given options of new kernel together with old kernels in Grub Menu. Currently there are about 3 kernel versions in my Grub Menu. How do I remove the old kernel and keep only the latest kernel? Thanks first Patr