Linux 2.4.13 327
Lawrence Teo writes: "Looks like Linux 2.4.13 is out. You can get it at the usual place (kernel.org) and the mirrors. Check out the Changelog."
Mommy, what happens to your files when you die?
Re:ext3 (Score:2, Informative)
the people/alan directory. It must be in your
closest kernel mirror.
Security fixes (Score:5, Informative)
-sting3r
Re:ext3 (Score:5, Informative)
Re:ext3 (Score:1, Informative)
It is in the -ac patches, and just got updated,
so you can use that.
The ext3 patch should not be used, and may not apply to the current kernel. Dont use the ext3
patch unless the ext3 page states it is for
your kernel version. (or use the -ac patch which have ext3)
Chances are that ext3 soon goes into the kernel
though.
Re:CVS (Score:1, Informative)
/usr/src# cp -av linux-2.4.1[23]
/usr/src# cd linux-2.4.13
/usr/src/linux-2.4.13# bzcat
This lets me have a backup of 2.4.12 just in case.
Tips for Testing and Those New to Kernels (Score:5, Informative)
If you are new to installing your own kernel, or you want to get started on kernel programming, see http://www.kernelnewbies.org/ [kernelnewbies.org] and join them on IRC in #kernelnewbies on the Open Projects Network.
Also helpful to newbies, or to convince you it's worthwhile to help with testing, is my other article Why We Should All Test the New Linux Kernel [sunsite.dk].
And finally there is the Kernel HOWTO [linuxdoc.org].
If you'd like to program or debug the kernel, I recommend a couple of books:
Mirror (Score:2, Informative)
http://beresm.stu.rpi.edu/~mike/linux-2.4.13.tar.
Re:CVS (Score:4, Informative)
1) make sure your kernel source lies in a directory called 'linux'
EG.
2) Now goto the parent directory (eg
3) Now execute the following commond with the downloded patch (be sure you have write permissions in the linux subdirectory)
$ bzip2 -cd | patch -p0
(that is p zero at the end)
Remeber that patches are incremental, so you have to patch from 2.4.10 to 2.4.11, and then to 2.4.12, and not directly with a single patch to 2.4.10
I have personally patched all the kernel relases (from 2.4.1 till 2.4.12) this way, and it worked every time.
If you stil have problems, do get back to me, and I'll help you
Re:Which releases are production stable? (Score:3, Informative)
For a production enviroment, I would get a Red Hat or SUSE (or any other large distributor's) kernel and just use that. They are heavily tested and heavily used kernels.
I for one would not upgrade to 2.4 on a serious production server yet unless thier is something 2.2 is missing that you need.
kernel pre-emption patch (Score:5, Informative)
Even if you don't want to use the patch, you might want to try renicing X negatively to make it feel a bit snappier.