Linux 2.4.19 Released 367
Adrian Voinea writes "The latest stable Linux kernel (2.4.19) is out. The somewhat massive changelog has the details. The patch file is here and the full source is here. If possible use a mirror."
We were so poor we couldn't afford a watchdog. If we heard a noise at night, we'd bark ourselves. -- Crazy Jimmy
On a more serious note... (Score:3, Interesting)
Re:neat (Score:4, Interesting)
apt-get kernel-source-2.4.19
unbzip2, untar etc...
make menuconfig
make dep clean bzImage modules modules install
cp arch/i386/boot/bzImage
lilo
lilo -q
I've only had it fail on one machine, and it had a crappy mobo.
Does dump work yet (Score:5, Interesting)
If it's the latter, can any of you linux gurus tell me what is the current "accepted" solution for making backups. Not archives or images, backups.
For those of you who are going to say dump works fine on 2.4, please read this message [lwn.net] from Linus Torvalds. I keep hoping he'll change his mind though, at least until a viable alternative arises.
ChangeLog summary anywhere? (Score:5, Interesting)
This is exactly the thing I'd like to see someone make. A simple list of notable changes for the average kernel-compiling Linux user. I've been wanting such a list for several years now, but have never seen one.
Something in the form of, "If you which to use hardware X with option Y, you may wish to upgrade, as this version adds beta support for it. If you use option Z you should definately upgrade, there are many bugfixes.
Is there any kind of ChangeLog summary available anywhere? And if not, why? I shouldn't think it would be such a big deal for someone with some knowledge of the kernel.
Anyone else notice that... (Score:5, Interesting)
Wonder how much that cost them to buy those keywords? Could C. Taco be enjoying a quiet vacation on an island somewhere?
Re:ChangeLog summary anywhere? (Score:1, Interesting)
Now you say you want a changelog? And how exactly is someone to produce a changelog that shows you which bugfixes will apply to you? i386 only? Only affecting popular chipsets? Only affecting new hardware? Old hardware?
I guess my point is: There is no reason not to upgrade to 2.4.19. Unlike a major upgrade (e.g. 2.2 to 2.4) this is very, very unlikely to break anything.
ACPI (Score:1, Interesting)
rsync access to source files not tarballs (Score:2, Interesting)
Anyone know if/where to get this kind of access to the kernels?
Re:Does dump work yet (Score:2, Interesting)