Re: Want to update the kernel

2003-06-25 Thread Rob Weir
On Tue, Jun 24, 2003 at 11:23:50AM +0200, Marino Fernandez wrote:
 On Monday 23 June 2003 03:08 pm, Rob Weir wrote:
  On Fri, Jun 20, 2003 at 04:28:44PM +0800, Miranda, Joel Louie M wrote:
   Im using the default 2.4.18-bf2.4 kernel.
   I want to add some more modules, w/c I usually does at compiling from
   source Its actually a kernel patch, how can I do that from a deb package
   kernel?
 
  Sure.  Go get whatever kernel source you want, patch it, then use
  'make-kpkg' from the kernel-image package to build a .deb of your new
  kernel.  Install it and read /usr/share/doc/kernel-package/README.gz and
  you'll be right.
 
 Sorry, dumb question. 
 You said go get the kernel source and patch it like you HAVE TO patch it... 
 you meant patch with some security patch... if so, were do you get them.

In general, 'no'.  The original question was about using kernel patches,
though, so I mentioned it.

 I ask because I recently compiled my first kernel, a 2.4.21, and I just got it 
 and compiled it, no patches... I thought of using the xfs patch but I really 
 do not need it... are there other vital patches... am I missing something.

Last I checked, 2.4.21 didn't have any known security issues, so you
should be right.  Sorry for the confusion.

-- 
Rob Weir [EMAIL PROTECTED]  |   [EMAIL PROTECTED]   |   http://www.ertius.org/
GPG keys: 1024D/1E73B7CD, 4096R/3ABDE5EC |  Do I look like I want a CC?
Words of the day: chameleon man passwd Forte Axis Of Evil RSA UOP kilderkin


pgp0.pgp
Description: PGP signature


Re: Want to update the kernel

2003-06-24 Thread Marino Fernandez
On Monday 23 June 2003 03:08 pm, Rob Weir wrote:
 On Fri, Jun 20, 2003 at 04:28:44PM +0800, Miranda, Joel Louie M wrote:
  Im using the default 2.4.18-bf2.4 kernel.
  I want to add some more modules, w/c I usually does at compiling from
  source Its actually a kernel patch, how can I do that from a deb package
  kernel?

 Sure.  Go get whatever kernel source you want, patch it, then use
 'make-kpkg' from the kernel-image package to build a .deb of your new
 kernel.  Install it and read /usr/share/doc/kernel-package/README.gz and
 you'll be right.

Sorry, dumb question. 
You said go get the kernel source and patch it like you HAVE TO patch it... 
you meant patch with some security patch... if so, were do you get them.

I ask because I recently compiled my first kernel, a 2.4.21, and I just got it 
and compiled it, no patches... I thought of using the xfs patch but I really 
do not need it... are there other vital patches... am I missing something.

Thanks.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Want to update the kernel

2003-06-24 Thread Kevin McKinley
On Tue, 24 Jun 2003 11:23:50 +0200
Marino Fernandez [EMAIL PROTECTED] wrote:

 You said go get the kernel source and patch it like you HAVE TO patch
 it... you meant patch with some security patch... if so, were do you get
 them.
 
 I ask because I recently compiled my first kernel, a 2.4.21, and I just
 got it and compiled it, no patches... I thought of using the xfs patch but
 I really do not need it... are there other vital patches... am I missing
 something.

The only patches vital to most people would be security patches, and these
are accomplished by the Herbert Xu (the kernel-source packages maintainer).
So all you need to do is get the latest Debian package for whichever kernel
you want.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Want to update the kernel

2003-06-23 Thread Rob Weir
On Fri, Jun 20, 2003 at 04:28:44PM +0800, Miranda, Joel Louie M wrote:
 
 Im using the default 2.4.18-bf2.4 kernel.
 I want to add some more modules, w/c I usually does at compiling from source
 Its actually a kernel patch, how can I do that from a deb package kernel?

Sure.  Go get whatever kernel source you want, patch it, then use
'make-kpkg' from the kernel-image package to build a .deb of your new
kernel.  Install it and read /usr/share/doc/kernel-package/README.gz and
you'll be right.

Basically, run 

$ make-kpkg --rootcmd fakeroot --revision whatever.1 kernel_image kernel_headers

in your kernel source directory, and it'll pop up a .deb in ../.  You'll
at least need 'build-essential' to successfully build it.

-- 
Rob Weir [EMAIL PROTECTED]  |   [EMAIL PROTECTED]   |   http://www.ertius.org/
GPG keys: 1024D/1E73B7CD, 4096R/3ABDE5EC |  Do I look like I want a CC?
Words of the day: ARPA csystems Project Monarch Blowfish AVN spies constitution


pgp0.pgp
Description: PGP signature


Re: Want to update the kernel

2003-06-23 Thread Travis Crump
Rob Weir wrote:
On Fri, Jun 20, 2003 at 04:28:44PM +0800, Miranda, Joel Louie M wrote:

Im using the default 2.4.18-bf2.4 kernel.
I want to add some more modules, w/c I usually does at compiling from source
Its actually a kernel patch, how can I do that from a deb package kernel?


Sure.  Go get whatever kernel source you want, patch it, then use
'make-kpkg' from the kernel-image package to build a .deb of your new
kernel.  Install it and read /usr/share/doc/kernel-package/README.gz and
you'll be right.
s/kernel-image package/kernel-package package/


pgp0.pgp
Description: PGP signature


Re: Want to update the kernel

2003-06-23 Thread Rob Weir
On Mon, Jun 23, 2003 at 11:31:49AM -0400, Travis Crump wrote:
 Rob Weir wrote:
 On Fri, Jun 20, 2003 at 04:28:44PM +0800, Miranda, Joel Louie M wrote:
 
 Im using the default 2.4.18-bf2.4 kernel.
 I want to add some more modules, w/c I usually does at compiling from 
 source
 Its actually a kernel patch, how can I do that from a deb package kernel?
 
 
 Sure.  Go get whatever kernel source you want, patch it, then use
 'make-kpkg' from the kernel-image package to build a .deb of your new
 kernel.  Install it and read /usr/share/doc/kernel-package/README.gz and
 you'll be right.
 
 
 s/kernel-image package/kernel-package package/

Er, of course.  That was, uh, a test to see if people were paying
attention :)

-- 
Rob Weir [EMAIL PROTECTED]  |   [EMAIL PROTECTED]   |   http://www.ertius.org/
GPG keys: 1024D/1E73B7CD, 4096R/3ABDE5EC |  Do I look like I want a CC?
Words of the day:   SWAT Cohiba Yukon IRA airframe Maple UK cryptographic S Box


pgp0.pgp
Description: PGP signature


Want to update the kernel

2003-06-20 Thread Miranda, Joel Louie M

Im using the default 2.4.18-bf2.4 kernel.
I want to add some more modules, w/c I usually does at compiling from source
Its actually a kernel patch, how can I do that from a deb package kernel?

Is that possible?

Thanks,
Louie


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]