* Kernel
@ 2002-10-23 12:32 Paul Kraus
2002-10-23 14:20 ` Kernel Steven Smith
2002-10-23 19:38 ` Kernel Jos Lemmerling
0 siblings, 2 replies; 3+ messages in thread
From: Paul Kraus @ 2002-10-23 12:32 UTC (permalink / raw)
To: linux-newbie
On the Linux kernel archive they list 2.4.19 as the current stable
kernel. When I click on this it downloads patch-2.4.19.
If I go through the directory on the ftp site they have both
linux-2.4.19 (source for the kernel) and the patch-2.4.19. If you get
the linux kernel .19 do you also need the patch? If so do you apply the
patch to the source or to the compile kernel and how do you apply it?
Any help would be appreciated.
Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel
2002-10-23 12:32 Kernel Paul Kraus
@ 2002-10-23 14:20 ` Steven Smith
2002-10-23 19:38 ` Kernel Jos Lemmerling
1 sibling, 0 replies; 3+ messages in thread
From: Steven Smith @ 2002-10-23 14:20 UTC (permalink / raw)
To: Paul Kraus; +Cc: linux-newbie
[-- Attachment #1: Type: text/plain, Size: 1704 bytes --]
> On the Linux kernel archive they list 2.4.19 as the current stable
> kernel. When I click on this it downloads patch-2.4.19.
> If I go through the directory on the ftp site they have both
> linux-2.4.19 (source for the kernel) and the patch-2.4.19. If you get
> the linux kernel .19 do you also need the patch?
No. You only need the patch if you have the source to version .18 and
want the source to version .19.
> If so do you apply the patch to the source or to the compile kernel
> and how do you apply it?
The patch would be applied to the source of the previous kernel
version. In general, patches are much, much smaller than full source
distributions, so are easier to download, and more friendly on the
various archive sites.
Different people will give you different recipes for applying patches,
but the one I usually use goes like this:
1) Uncompress the patch.
2) cd to the directory where you have the source to the previous version.
3) ``patch -p1 < path_to_patch''
It's quite rare to find that a patch applies cleanly on the first
attempt; go ``find -name '*.rej' | less'' from the source directory to
find any complaints. These usually indicate that your source pool
didn't quite match the version used to produce the patch (e.g. if
you've specified an EXTRAVERSION in the top level Makefile), and
should be reasonably easy to fix. If you find a reject file
``foo/bar.rej'', open up ``foo/bar.rej'' and ``foo/bar'' in a text
editor, and apply the changes listed in ``foo/bar.rej'' to
``foo/bar''. (This is a lot easier than it sounds).
As always, you should try and use one of the mirrors if at all
possible, rather than the main kernel archive.
Steven Smith,
sos22@cam.ac.uk.
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Kernel
2002-10-23 12:32 Kernel Paul Kraus
2002-10-23 14:20 ` Kernel Steven Smith
@ 2002-10-23 19:38 ` Jos Lemmerling
1 sibling, 0 replies; 3+ messages in thread
From: Jos Lemmerling @ 2002-10-23 19:38 UTC (permalink / raw)
To: linux-newbie
On Wed, 23 Oct 2002, Paul Kraus wrote:
> On the Linux kernel archive they list 2.4.19 as the current stable
> kernel. When I click on this it downloads patch-2.4.19.
Just in case you didn't notice (and want to have the full source), just
click on the "F" a bit to the right and you'll get the full source
immediately.
Otherwise forget that i mentioned it ;)
HTH
--
Jos Lemmerling on Debian GNU/Linux jos(@)lemmerling(.net)
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-10-23 19:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-23 12:32 Kernel Paul Kraus
2002-10-23 14:20 ` Kernel Steven Smith
2002-10-23 19:38 ` Kernel Jos Lemmerling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox