LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   patch-2.4.22.bz2 (https://www.linuxquestions.org/questions/linux-newbie-8/patch-2-4-22-bz2-94233/)

spank 09-18-2003 01:47 PM

patch-2.4.22.bz2
 
I've recently downloaded http://www.kernel.org/pub/linux/kern...-2.4.22.bz2... and I would need some help in applying this patch. I've tryed to install according to kernel-howto but that is only for tar.gz archived paches. Maybe you could take some time in guideing me in upgareding my kernel.

PS: excuse my english and my rudeness :)

MrSmee 09-18-2003 04:00 PM

sounds like your prob starts with not using bunzip2 to unpack the sources.... in the kernel how to, where it says gzip -whatever whatever you should replace it with bunzip2

rolando 09-18-2003 09:03 PM

there is a gz, too
 
hi .. just get the patch-xxx.gz from kernel.org ftp.
should work then.
by the way, when u applied it, tell me the command line u used, because i cant make it work here...

Azmeen 09-18-2003 09:12 PM

Easiest way to extract from *.tar.bz2 files:

Code:

tar xjf filename.tar.bz2

spank 09-19-2003 12:28 PM

the patches name is patch-2.4.22.bz2 ... ok I unpack it... How do I apply it ?

spank 09-19-2003 01:59 PM

root@dumbrava.com /usr/src/linux-2.4.20-8 # bzip2 -dc patch-2.4.22.bz2 | patch -p0
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN linux-2.4.21/CREDITS linux-2.4.22/CREDITS
|--- linux-2.4.21/CREDITS 2003-06-13 07:51:29.000000000 -0700
|+++ linux-2.4.22/CREDITS 2003-08-25 04:44:39.000000000 -0700
--------------------------
File to patch:

my kernel version is 2.4.20. Could smbdy please help me ? pleeeeeaaaase

rolando 09-19-2003 04:54 PM

just use the tar.gz
 
why do you not use the patch-2.4.22.gz from the ftp mirror ??

gcat works just fine there

spank 09-20-2003 08:25 AM

I have a very bad internet connection. I don't have time or money to download another patch. please help. :)


All times are GMT -5. The time now is 08:16 AM.