

Linux 2.4.7 Released 161
Kazmat was one of the earlier people to write in with the news: "Linux 2.4.7 has just been released! Head on over kernel.org to download it or check the changelog." Remember to run lilo before you reboot! :)
Seen on a button at an SF Convention: Veteran of the Bermuda Triangle Expeditionary Force. 1990-1951.
Re:Good Christ (Score:1)
Re:What is "linux" (Score:1)
Like if someone wrote a letter to the newspaper saying "you guys are a bunch of rediculous jerks," the newspaper could (if they didn't want to correct it and keep you from looking like an asshole) follow "rediculous" with a [sic] so the readers would know that it was the letter writer's error and not theirs, but they were reprinting it as-is.
So what is different? (Score:2)
pfft.. overrated! (Score:1)
I'm actually just too busy (lazy) to bother dealing with the new firewall system. Someone will probably reply to me to point out the fact that I don't know what I'm talking about, which just emphasizes my lazyness - I haven't really even looked into the 2.4 branch
ieee1394 appears to be horked (Score:4)
anyway, hopefully 1394 stuff will be fixed by the next release (sending dv data didn't work in 2.4.6 + patches from linux1394.sourceforge.net)
Re:lilo? (Score:1)
# For booting Windows 2000
title Windows 2000
map (hd0) (hd1)
map (hd1) (hd0)
root (hd1,0)
makeactive
chainloader +1
# For booting Windows 98
title Windows 98
root (hd0,0)
makeactive
chainloader +1
# For booting Linux
title Debian GNU/Linux
kernel (hd0,1)/vmlinuz root=/dev/sda2 devfs=mount
# Previous Kernel in case that last upgrade went awry.
title Debian GNU/Linux
kernel (hd0,1)/vmlinuz.old root=/dev/sda2 devfs=mount
You're welcome (Score:2)
--
Re:You're welcome (Score:2)
--
Re:Informal test suggests improvement (Score:1)
Re:Informal test suggests improvement (Score:1)
You have 64MB of physical RAM, so you should have a 128MB swap partition. This may be the source of your problems when memory is tight.
Re:Earlier, my ass (Score:2)
Umm... Do you EVEN know what you're talking about? (Score:1)
If you've watched linux-kernel at all, you will know that there are several potentially system-crippling bugs which were fixed in 2.4.7.
If you NEED your 2.4.x kerneled Linux machine running, I would recommend one of the following before upgrading any mission critical servers:
1. Stick with RedHat's official 2.4.3-12 kernel if you don't know what you're doing.
2. Else wait a couple days for the guinea pigs to find any serious bugs and any patches you run to be ported to 2.4.7.
3. If it all looks OK, then download, config, compile and install.
Besides, using the newest kernel DOES make you more 1337. Ask anyone. You don't see Linus running old kernels do you, and no-one gets more 1337 than him!
Re:So what is different? (Score:2)
Lots of obscure deadlocks fixed.
A number of Reiserfs patches (including one to make exporting NFS shares work properly).
Lots of driver updates.
Lots of platform updates (s390, sparc, mips)
The super quick list:
Lots of bug fixes, just upgrade damnit!
Re:pfft.. overrated! (Score:2)
Personally I prefer iptables though: the HOWTOish things at http://netfilter.samba.org/unreliable-guides [samba.org] are quite helpful.
--
A sign from the gods? (Score:1)
Ooops...guess I just blew my own luck by posting this! Looks like I'll have to wait for 2.4.8.
--
Re:So what is different? (Score:1)
heh (Score:1)
mind as well, i'm gonna go with 2.4.7, simply because they mentioned some updates to pppoe, and i've been having weird problems with that.
Re:Schweeet! (Score:1)
Re:Or not... (Score:1)
and && would not result in executing 'reboot', unless the exit codes would equal success from the previous command - make
Re:Schweeet! (Score:1)
heck, being able to 'update' your car at no cost other than 5 mins of work would be nice. i'd love to be able to 'update' from carburator to fuel injection so easily.
Re:If you no one else has said it (Score:1)
Go you big red fire engine!
If you've got 2.4.6, download the patch (Score:4)
(Yes, I know it gets said every time but people still don't seem to do it).
Go you big red fire engine!
Re:lilo? (Score:2)
Now I just need to learn how to configure it someday. Thankfully it's like grub in that if I hose things up, I can make it boot arbitrary partitions and kernels from the command line.
Why Linux is still using that abomination lilo is beyond me. Maybe ESR should take that on for his next project
--
In defense of debian (Score:2)
I too found Debian too staid, back in the days when there were only two options: running the stable (but archaic) version or running the unstable (bleeding edge "your system may not boot today") version, but all that changed some time ago.
Debian has improved vastly
Debian now has three choices:
1) The stable but staid release
2) The testing release (which is more stable that most other distro's final releases, but keeps you very current nevertheless)
3) the bleeding edge unstable release.
(to give you an idea of the difference between #2 and #3, testing gives you X 4.0.3 with KDE 2.1.2 while #3 gives you X 4.1 and KDE 2.2-beta. Even unstable is usable, though from time to time packages break, which is why I prefer to run Testing instead).
I am actually using "testing" in several production environments with less stress and more solidity than I had running Mandrake 7.2, Suse (forget the exact version) or red hat.
With debian the trade off is doing the work up front (its installation is nowhere near as easy as Mandrake, for example, though it has improved dramatically) vs. doing it later (when it is time to apply those security patches or upgrade
The real payoff
Re:lilo? (Score:2)
"GRUB, on the other hand, reads the filesystems directly"
I can? Man I'm L33T3R than I thought.
Re:Or not... (Score:1)
Does that back up your previous known good kernel before installing the new one? If so I might try it, otherwise no way. I've burned myself enough times to not have total confidence in my ability to configure a bootable kernel correctly the first time :)
Kernel Build Process Usability Review (Score:4)
(P1): arch/i386, arch/ppc, arch/sparc? These are all very confusing
(P2): gzip or bzip2 - this is a sort of browser, right? There are too many choices.
(P3): I couldn't find an icon for this "lilo" thing - it wasn't under the "foot" menu.
(P4): It said I was eaten by a grue, and I can't continue configuring it. What's a grue?
In all seriousness, great job to Sun for their Gnome Useability Report [slashdot.org] earlier today. This post is in honor of their hard work - hopefully Sun won't ask them to investigate kernel build process usability until they've rested up a little :)
Re:something else that should be said (Score:1)
Re:Or not... (Score:2)
--
Re:Ahhhh! (Score:2)
BTW, my next thought was "Gooood troll, buddy."
Re:Ahhhh! (Score:2)
If you're interested in seeing what all this nonsense is about, get your hands on a brand new distro from somewhere (Linuxiso.org or cheapbytes or a magazine) and try it again.
I've done a *lot* of installs. Took me a year of occasionally farting with it to get X running on Slackware a few years ago. Now, RedHat and all the others set up like a dream. USB works. Sound works - Good, easy DVD - well, I guess that's about 6mos away.
Sometimes, I try a distro and it fails on my hardware - C'est la vie. I try another distro. Right now, RedHat is running great for me - 2 months ago, it was Caldera. All the time, I've kept Windows without a problem.
Now I've been using Linux exclusively for weeks. It has, for me, finally surpassed Windows in usability. (I *do* miss NoteTab Pro, though...)
Cheers,
Jim in Tokyo
MMDC Mobile Media [mmdc.net]
Re:Informal test suggests improvement (Score:1)
Thus your program can (uselessly) check all its malloc() calls for NULL and your program will still crash when you eventually touch the "allocated" memory.
Re:Alternatives to LILO (Score:2)
Re:So what is different? (Score:1)
Re:Athlon Problems (Score:2)
No.
Here is the situation as best I understand it right now:
Notice that Alan had a VIA-specific patch in 2.4.6-ac4, but that was for a different problem; he reports that he did not expect it to fix the Athlon-optimization problems, but will try to address those when he can find the time.
Meanwhile, I have to agree with another replier who says buying a board with the VIA *686B southbridge is a bad risk right now. I hate to scare business away from VIA if they are in fact actually working with Alan on this, but I also hate to see people drop $US100++ on motherboards that they can't use.
BTW, some of these boards are quite nice, so you might consider postponing a new purchase rather than shopping elsewhere, if that fits your needs.
--
Re:Great (Score:1)
Re:something else that should be said (Score:2)
Freenet plug of the day (Score:1)
freenet:SSK@sUOkGXJDjktWahCNZmvg0sDkEKgQAgE/fol
What is Freenet? [sf.net]
I still use FreeBSD [freebsd.org], though
Re:Freenet plug of the day (Score:1)
Trying 216.136.171.201...
Connected to usw-pr-web.sourceforge.net.
Escape character is '^]'.
GET index.html HTTP/1.1
Host: freenet.sf.net
HTTP/1.1 302 Found
...
Re:Can we dedicate a linux release? (Score:3)
It could be like that growing number of programs that have to come up with 'funny' release names... this one could be Linux 2.4.7: The Lunatic Fringe.
lilo? (Score:1)
FWIW, I was due to upgrade kernels anyway. When sniffing around, I noticed two things: first, there was linux-2.4.7_tar.bz2. Second, things were going a bit slow towards the end. Thank goodness for my dumb luck:)
Re:lilo? (moderation and metamoderation) (Score:1)
Re:lilo? (Score:2)
I tried to wade through the grub documentation, but it didn't make any sense until I saw the menu.lst that progeny put on my machine. It actually works pretty well. I'm not sure that it's any better than lilo, but the menu.lst does look a bit cleaner than lilo.conf.
FWIW, I put in the comment because I felt someone had to. Looks like it cost me some karma.
And yes, lilo vs. grub may one day become the next emacs vs. vi. But really, who cares?
Re:If you've got 2.4.6, download the patch (Score:2)
To what? Kernel 2.0.39? X 3.3.5? Gnome 0.8?
Seriously though, I found Debian a bit too staid, and before I found out about sid, woody, etc., I had picked up progeny.
And it *has* been an improvement over RedHat (6.2 was working okay for me, but I wanted too much new stuff, and didn't want to deal with the 7.x weirdness).
Re:If you've got 2.4.6, download the patch (Score:2)
Ever heard of reading? It says quite clearly in my post that I picked up progeny prior to learning exactly how sid worked.
And, FWIW, Progeny has much that sid does, without running the risk of hosing your system.
VIA problems (was: Re:Athlon Problems) (Score:2)
thx,
-'fester
Re:pfft.. overrated! (Score:2)
I'm running cups and webmin, so I edited the cfg file to lock down several listening ports from external sources, but it was easy.
Re:lilo? (Score:2)
# First Entry: Windows 2000
title Windows 2000 Professional
root (hd0,0)
makeactive
chainloader +1
-- iCEBaLM
Re:lilo? (Score:5)
Oh, it is. LILO stores the physical address of the first sector of the kernel image and boots off that, if you screw with the partitions even a little bit it'll cause the dreaded "LO" syndrome.
GRUB, on the other hand, reads the filesystems directly, no running it after every kernel compile, hell, you can even launch the uberleet GRUB command prompt and boot stuff you haven't defined ahead of time, it's extremely flexable and saved my ass a few times.
In conclusion kids: GRUB > LILO.
-- iCEBaLM
This post powered by Mozilla
Re:The VM (Score:1)
This is going to sound like a flame but its not intended as such!
Frankly, I'm pretty scared of it. I found a couple lock bugs in it the other day. I posted workarounds which kept the thing from randomly killing processes. The patches didn't get accepted because I'm not one of the worthy 10 kernel 'gods'. The bug is still there so not only did they reject the workaround they didn't do anything else to fix it. Yet they take bugs from the worthy 10 which often times just make the problems worse. The bugs I discovered are 100x as bad in the releases >2.4.6 because of a schedule() change in one of the vmm code paths.
Its really beginning to get on my nerves. I guess I'm going to switch to some OS other than linux where they actually pay attention to their users/maintainers. What's the point of 10k kernel hackers if they ignore 9.99k of them? How about another example? A few weeks ago someone posted a >3x speed improvement to one of the vmm related paths. This patch was extremely conservative and couldn't have possibly broken anything. Did it get accepted? NO! A couple weeks later someone ese posted a patch that was almost exactly the same thing. Did it get accepted? No. The code is obviously right and a hell of a lot faster but it just can't get changed because the main Linux kernel maintainers don't read the LKML and filter all mail from people they don't know.
Combine this with the standard Linux attitude of 'it can't happen here, we are better than that' and you will soon discover that Linux is about to have some pretty serious problems. The main kernel hackers are getting in over their heads. You can tell this because of the huge bug counts in systems that should be really robust and stable. You can't run a stable system when your vmm has bugs. Then there are the stupid decisions. Instead of fixing the architectural problems in linux that cause the machine to get into states that are unrecoverable they hack in changes like the OOM (out of memory) killer which kills processes when the machine runs out of RAM. For years OS experts have pointed out serious problems in linux that have been ignored because of the 'can't happen here' philosophy. Linus the fearless leader still sounds like an idiot when general OS and software quality topics come up. For instance, the whole kernel debugger issue (linux shouldn't have a kernel debugger, but Linus admits to using one himself), performance related to coding style issues (maintainability be dammed as long as the code is faster combined with a focus on making the system faster by using obscure compiler tweaks rather than writing clean code and using better algorithms), and the fact that there still isn't a 'real' kernel regression test. Every notable piece of software in the world has a regression/test program that is run to test the SW for weird operations and machine stress testing. I've worked for companies that write OS's whenever a bug was found/fixed there was pressure to create a test in a regression/test base that tested for that condition and assured that the bug fix really worked. This group of tests was combined into a huge batch that got run before release to assure that old bugs were still fixed. This sounds silly but it found a lot of problems. Sometimes these problems were 'new' bugs found because the system was stressed in a way the author of the new bug didn't think of.
Way ahead of you! (Score:4)
So there!
(for those of you who don't know I'm joking - one of us needs help)
Re:Athlon Problems (Score:2)
If you don't want to spend the $120 for a KA266 (average price offered on pricewatch) then you can try looking for an ECS K7AMA, which also uses the ALi MaGiK chipsets (and also has support for PC133 SDRAM). The ECS K7AMA is about $70 on pricewatch.
I predicted... (Score:1)
Anyway, glad to see another release. Seems like only yesterday that I was compiling 2.0.32...
Re:That's cool (Score:1)
I appreciate your remarks, but your aiming at the wrong person.
Re:The VM (Score:1)
Re:wghat/? (Score:3)
---
Re:Umm... Do you EVEN know what you're talking abo (Score:1)
Re:lilo? (Score:1)
I immediately thought "Surely by now some self righteous asshole has posted something about being a grub user, not a lilo user by now."
It is such an ego boost for me to be right about this sort of thing.
-Peter
PS: This isn't a troll as such, since this is completely true, and not made up just to piss people off.
Re: wghat/? (Score:1)
Re:Schweeet! (Score:1)
xx Stuii!
Re:The VM (Score:2)
Re:So what is different? (Score:2)
Oh boy, where to begin on the NFS issues in the latest kernels... I've been tearing my hear out for the last week trying to figure out how to get NFS working properly...
First I had 2.4.5 and Reiser... that didn't work. After reading a lot of mailing list archives, I came to the conclusion that Reiser+NFS just plain didn't work with each other.
Then someone tells me that 2.4.6 fixed it, so I patched my kernel to find that it was not, in fact, fixed. NFS wouldn't work properly even with ext2 as the underlying fileystem.
So I went back and tried 2.4.5 with ext2 and this *appears* to work so far. Ergo, I'm not hedging my bets on ReiserFS and NFS working in Linux anytime soon.
Re:Can we dedicate a linux release? (Score:2)
Not an altogether bad idea, but remember that the kernel maintainers are programmers at heart, not activists. I can imagine Linus right now saying something along the lines of "Let the activists activate, I'll keep writing code."
Re:So what is different? (Score:2)
Well, it might be that the partition I was trying to export was 40 gigs in size... I don't know if that's large enough to cause the problem.
At first, I had 2.4.5 with Reiser. It worked, but would choke whenever I copied lage files (100+ MB) so I upgraded to 2.4.6.
With kernel 2.4.6, I could get neither filesystem to work properly with NFS. Creating a subdir would work fine, but creating any files or directories underneat that resulted in the standard utilities telling me that the file didn't exist. Something along the lines of:
$ cd
$ mkdir foo
$ ls
.
$ cd
$ ls
[no output]
$ touch bar
bash: touch: bar: no such file or directory
$ mkdir bar
bash: mkdir: bar: no such file or directory
(Note that these error messages are not exact.) I then went back to 2.4.5 and tried making the NFS partition ext2 and all of my problems seem to have gone away. Granted, it's going to be pain in the ass to fsck that 40GB partition when the time comes, but for now I guess I have to keep ext2.
Or not... (Score:1)
(e.g. I usually just do a quick "make oldconfig all modules install modules_install && reboot" and walk away from the system for a while.)
Re:Or not... (Score:1)
Re:Or not... (Score:1)
Re:Kernel Build Process Usability Review (Score:1)
ROFL!!
Well, the Sun GNOME usability study that this post is satirizing sure demonstrates one thing: Sun usability engineers need to get out more. =)
[...] Perhaps people are more accustomed to a literal hardware icon used to represent their home directory. For example, the Macintosh has an image of a hard drive and Windows has an image of a computer.
I mean, come on! How is a UNIX home directory akin to "My Computer"? If so, what is the user's personal "My Documents" folder for if not for holding documents? =) [Unless... But, you expect me to believe that there are people at Sun who don't know what a UNIX home directory is for, do you?!]
Re:Can we dedicate a linux release? (Score:1)
Re:Or not... (Score:1)
damnit... (Score:2)
Well, that's progress for you. At least it keeps on coming.
-----
Can we dedicate a linux release? (Score:4)
http://www.newsforge.com/article.pl?sid=01/07/2
too long (Score:1)
is that very nasty vm kernal crash fixed? (Score:1)
personally i've been running 2.4 for a few months now without any crashs. however (coming from freebsd) i really dislike the ipfw/ipchains/iptables crap. i would just like to be presented with one that is the standard.
-Jon
Re:iptables (getting OT) (Score:1)
i read the fucking "manuals" what ever the fuck manuals are; search for google and you'll find lots of little write ups, some FAQ's some half baked guides, no "manual".
if redhat linux, or any linux for that matter is a product i would like them so state clealy on what the deal is with three competing firewalls shipping with their product.
-Jon
Re:So what is different? (Score:2)
Ergo, I'm not hedging my bets on ReiserFS and NFS working in Linux anytime soon.
No, I've been happily serving up NFS off a reiserfs (over IDE raid-0), with no problems! I did have to reiserfsck once, but then found FAQ #3 [namesys.com] ("What's up with NFS and ReiserFS?") at namesys. It addresses your problems and provides patches for older kernels. I've been using 2.4.3 + reiser+nfs_fixes stably for a long time now. They say in the FAQ that these patches have been incorporated since 2.4.6pre3. Go forth and enjoy, I think this combo (IDE RAID + reiser + NFS ) rox0rs!
wghat/? (Score:4)
Informal test suggests improvement (Score:3)
The test was, on a P200MMX 64MB RAM 64MB swap, to launch Netscape Communicator 4.77, Mozilla 0.9.2, Galeon 0.11.1, Opera 5.0 and Limewire 1.6 ("heavy" Java application) simultaneously. This was done from within the already voluminous XFree 4.1 and Ximian GNOME (not running Nautilus). I also monitored the happening with a GNOME Terminal running "top". Everything was fine, although there was quite a bit of swapping going on. I therefore launched XMMS 1.2.5. The sound was smooth as long as I did not return to the screen with the four browsers. But I had to return to open a few web pages as simultaneously as possible in the different browsers.
I probably should have ended the test at this point - my HD LED was lighting up the entire neighborhood. However, I launched the GIMP 1.2.1. Confident that this was a manageable task, having no more swap and 1700 kB of memory, Linux 2.4.7 went on starting the GIMP. I admit there were quite a few glitches in the XMMS MP3 playback by this time and eventually, the system came to an effective halt, thrashing like crazy.
So freezes are gone, good old thrashing is back... I hope.
Cheers!
Re:So what is different? (Score:2)
The problems all relate to big and busy file servers. We've been running it on our 50-client fileserver at work w/ a 2.4.2 kernel for 4 or 5 months now with no problem.
Have you actually pinpointed the problem to be Reiser? In other words, does your NFS setup work properly w/ ext2?
signature smigmature
Re:vmware breaks (Score:3)
--
Re:Athlon Problems (Score:2)
Farg, and I just bought a mobo with VIA for my new Athlon CPU...
Well, it's pretty hard not to if you're gonna use AMD. Notice 2.2 is quite stable with these boards. In fact someone on the LKLM told me there were no problems with 2.2. Obviously Windows users are getting away with it (Then again, reporting blue screens would be pointless).
Re:Athlon Problems (Score:3)
Does this at all fix the problems when using the K7/Athlon optimziations on VIA boards
No. The VIA problems are believed to be a harware issue. The VIA chipset is suspect. New buyers should beware not to buy boards with the VIA chipsets. Does someone have an accurate list of the chipsets believed to be errant?
There was a post from the 2.4.6 release announcement that I found interesting. Strangely the "drivers" mentioned are obviously Windows drivers but the fact that software claims to fix the problem and the bios update are worth investigating.
Re:Troubles (Score:1)
by dlapine (lapine @ uiuc . edu)
The fix is simple. Grab the latest the via drivers set, 4in132 and install it. There may also be a bios update that fixes this problem as well.
The problem was: copy 100 megs in 1 or more files at a time from one ide drive to another drive. system locks hard, requireing a reset at least, and sometimes a power cycle. You know that its fixed when it doesn't do this again.
Small tip: grab and install the via busmaster drivers 3011 as well, selecting the miniport option. This lets windows "see" the correct info about your harddrives (i.e. IBM DTLA 305020 is reported as such and not "drive type 47") without any performance hits.
These files are available at:
http://www.viahardware.com [viahardware.com]
The VM (Score:5)
All I want to know is wheather or not the VM is stable. From what I understand it has been the source of instability and deadlock. I know Linus, Rik van Riel, Andrea Arcangeli, and others have been hunting for the source of the reported problems and did find some potentialially serious bugs but it's been difficult to reproduce the problem which as the programmers here know greatly complicates finding a fix. I'm getting some of this from the last paragraph of the Kernel page at lwn.net [lwn.net] and there's an intersting thread in the lk mailing list here: Re: VM in 2.4.7-pre hurts... [indiana.edu]. Anyone have any insight into this particular problem? And I wonder if Linus will drop the issue and turn his attention to the imminent 2.5. I think that would be a mistake.
Off-topic: Latency (Score:2)
including a low-latency patch; either ingo's or
andrew's. I always apply Andrew's patch before I
try a new kernel. It does help quite a bit. Newer
versions also include support for reiserfs and are
configurable via the
would be a good thing to include nowadays.
my 2% of $1.00 for today
Schweeet! (Score:2)
Re:Informal test suggests improvement (Score:2)
Does anyone know anything about this or did I just dream that?
vmware breaks (Score:5)
XOSL (Score:3)
You might want to check out XOSL [xosl.org] (Extended Operating System Loader). It pretty much rules over GRUB and LILO. It's GPLd, has a graphical interface that reminds one of Norton System Commander, yet the menu-driven options reveal features that System Commander didn't have.
It's a breeze to use and allows all the regular stuff - password protection, multiple partitions, as many OS's as you want, different OS labels, plus, there's no need to reboot or restart (ie lilo -s) to add new OS entries. You can do it all from the system menu and it will take effect immediately. A very good system.Cedric Balthazar Rotherwood
Sun Certified Programmer for the Java Platform +
something else that should be said (Score:3)
(although, i'm guessing that 90% of you already know this, there's probably hundreds of people rushing to download the new kernel just for the sake of doing so. give a hoot. don't pollute.)
"I hope I don't make a mistake and manage to remain a virgin." - Britney Spears
Re:Umm... Do you EVEN know what you're talking abo (Score:4)
and even if using the newest kernel makes you 1337 TODAY, just think 10 years down the line when i pull out my crusty AMD and show the kids my 2.4.6 kernel. then they'll all be like "whoa, that guy's old school, he must be 1337 as fuck!"
"I hope I don't make a mistake and manage to remain a virgin." - Britney Spears
Re:iptables (getting OT) (Score:2)
Why so hostile?
Personally, I can't see what the problem is. I'd never performed firewalling of any kind until I got a decent network connection 2 weeks ago. Coming from zero knowledge about firewalls to writing some effective iptables rules really wasn't difficult at all. As far as I saw, the documentation I read made it very clear that ipfw/ipchains was legacy support, and iptables was the firewalling system. I even managed to get NAT working despite not knowing what NAT was 2.5 weeks ago.
It just ain't rocket science, and I can't see why it's so confusing. If you don't like Linux, instead of complaining about it - why not go back to using FreeBSD?
iptables (Score:2)
Reading the Fine Manuals might have cleared up your confusion on that score...
In any case, here's the short answer: iptables is the standard on 2.4.x and henceforth. Period, end of discussion. The ipchains/ipfw user and api interfaces are provided for the usual legacy support reasons, but the iptables code is still doing the lifting.
Ugly, but you can only change so many things before the major distribution vendors start sending you dead squirrels by surface post in appreciation for making their lives more difficult.
Changelog changed my life (Score:2)
-pre5: - Andrea Arkangeli: softirq cleanups and fixes, and everybody is happy again (ie I changed some details to make me happy
Yes! Happiness entered my life! The sun was shining, birds were singing. And then came -pre6 and my life was forever changed, I became a firm believer:
-pre6: - Tim Waugh: parport drievr documentation, init sanity
My sanity was restored, initialized like I had never been able to do. Yes friends, the Linux Prepatch Cycle changed my life, it can change yours -
Ahhhh! (Score:3)
I downloaded this 'Linux' 2.4.7 like you told me to and after figuring how to unstuff a 'tar.gz' file all that I have are about 8000 files! And none of them seem to be installers!
How am I supposed to use this 'Linux' everyone here seems to be talking about if I can't install it on my PowerMac 6100? And now you are telling me to run 'LILO' before rebooting? I don't have a 'LILO'! And why do I have to reboot to run this 'Linux'?
Is this some evil Wintel only program? Can someone find me the Mac version of 'Linux'? For that matter can someone tell me what Linux does? Is it a Word Processor? A browser? A Graphics program? HELP!!
Stupidity Disclaimer: That was an attempt to be funny. I know what Linux is. I've run it before. I use a Mac. I was making fun of some computer newbie's posts I've seen on some message boards.
--Volrath50
Re:Athlon Problems (Score:2)
Re:Can we dedicate a linux release? (Score:2)
FWIW, Please refrain from this in the future.
Now, all go and download 2.4.7! I didn't work so hard on it for nothing.
Linus
From the changelog (Score:4)
- me: fix ptrace and
- numerous: IDE tape driver update for completion handlers
- Ben Collins: ieee1394 GUID cleanups
- Jacek Stepniewski: nasty deadlock in rename()
Whew, good thing Jacek was able to get that deadlock into this patch!
Re:wghat/? (Score:4)
Kernel Review service (Score:5)
2.4.7 is not only a dramatic improvement over 2.4.6, it is a whole new paradigm in linux computing. I urge any linux users to update with all haste. You simply must not miss out on the transition, or you will be left behind. From now on, we won't be asking "Got 2.4.6?" No, now it's "Got 2.4.7?"
The minor changes to USB will definitely rock your world, and you'll love what "initialize page->age" will do to your swap cache. I think Linus said it best, when he said "semaphores are not good swap handlers."
Remember: 2.4.7, a quantum leap forward.
Re:lilo? (Score:2)