Linux Kernel 2.6.7 Released 303
conrausch writes "German Heise News reports among others that the new Linux Kernel 2.6.7 was just released, and that it fixes the previously mentioned bug in the floating point exception handling. Whether or not you offer shell access to other people, get it now from kernel.org or one of the mirrors."
NVidia? (Score:2, Interesting)
Re:NVidia? (Score:2, Informative)
(but to answer your question, its working fine on my box)
Re:NVidia? (Score:2)
-matthew
Re:NVidia? (Score:2, Informative)
what about 2.4? (Score:5, Insightful)
Re:what about 2.4? (Score:2, Informative)
Comment removed (Score:5, Informative)
This is the i386 patch for 2.4 (Score:2, Informative)
The 2.4 patch for i386 is here:
http://linux.bkbits.net:8080/linux-2.4/diffs/incl
Slackware 9.1 patched (Score:2)
uname -a now shows:
(just a change of date)
You can get it here [slackware.com]. Note: there's a 100 user limit on the server, and not all the mirrors have been updated yet.
Re:what about 2.4? (Score:2, Interesting)
Re:what about 2.4? (Score:2, Informative)
It became 2.6 and has been supplanted by 2.7.
That's the way things work around here, odd numbered point releases always being development models for the next stable release which is always even numbered.
There are a lot of good reasons for maintaining older stable releases. Maintaining obsolete development models would be a bit silly.
KFG
Re:what about 2.4? (Score:5, Informative)
The driver architecture in Linux kernel 2.6 changed somewhat from 2.4. Drivers will have to be patched or rewritten to work with 2.6. This is being worked on, but lots of unofficial patches to the kernel haven't caught up yet. My laptop, for instance, was unable to get X up at adequate resolutions with 2.6 (albeit this was around christmas - I might give it another shot with this release).
Then there's low-level userspace programs (stuff not running as a part of the kernel itself) that needs some change. Examples are the PCMCIA-suite.
Re:what about 2.4? (Score:3, Informative)
So, 2.4.25 wasn't a development version, even though it ends in an odd number. The last number just indicates a minor version revision and it's still considered stable.
Re:what about 2.4? (Score:2)
For me, none of the 2.6 kernels (2.6.1, 2.6.3, 2.6.5, and 2.6.6) I've tried will work with my firewire drive... All requests for help on the linux-kernel and ieee1394 mailing lists have either fallen on deaf ears or resulted in suggestions that didn't work. The same drive works fine with the 2.4 kernels.
Dinivin
Argh! Dilemma! (Score:5, Funny)
Do I demonstrate my machismo via my large and increasing 2.6.6 uptime, or do I impress the chicks by running the latest kernel release?
Help!
Re:Argh! Dilemma! (Score:5, Funny)
Re:Argh! Dilemma! (Score:5, Funny)
Re:Argh! Dilemma! (Score:5, Funny)
Re:Argh! Dilemma! (Score:3, Funny)
KFG
Re:Argh! Dilemma! (Score:2)
Re:Argh! Dilemma! (Score:2, Funny)
It's the best of both worlds, like having a cute puppy that you can take to the park (chicks can't resist it), but goes into suspended animation when you get home, so you don't have to take care of it.
Do both (Score:2)
The kernel make/installation process smartly separates new versions. Select the kernel version (or runlevel) when the Grub screen comes up. I boot variants of 2.4 and 2.6 without issues on Gentoo. That way I keep a functioning system and can still impress the chicks with a cutting edge kernel running in VGA mode. You might even set up a parallel installation on another disk
Uptime (Score:3, Funny)
Just curious (Score:5, Interesting)
Re:Just curious (Score:2, Informative)
bwindle@balrog:~$ uptime
09:06:48 up 36 days, 22:03, 2 users, load average: 1.00, 0.55, 0.43
bwindle@balrog:~$ uname -a
Linux balrog 2.6.6 #3 SMP Mon May 10 10:55:43 EDT 2004 i686 GNU/Linux
Re:Just curious (Score:3, Informative)
It's running a Qmail/Courier IMAP server w/ webmail interface. And it's running a rather busy nfs/samba server.
I had it running on a second NFS/Samba server that was using LVM2 (only difference that I can tell). With the 2.6 kernel I got kernel panics 2-3 times a week. So I went down to the 2.4 kernel and it hasn't crashed since.
Re:Just curious (Score:4, Informative)
Similar experience here. Had 2.6.3, if I remember well, with LVM, software RAID5 and ext3. Didn't got kernel panics, but abort logs that forced a reboot 'cause the filesystems were remounted readonly. Eventually I lost the /, so backed down to 2.4.
Tried to follow the issues in the relevant mailing lists, there was little interest by the powers that be.
I guess Tannenbaun was right, monolithic kerni are getting just too complex. If only the Hurd got critical mass...
Re:Just curious (Score:5, Informative)
In particular, my HT machines seem to perform very well with 2.6.3 and up.
Re:Just curious (Score:2)
I've had ZERO issues, in fact, it's been fantastic. I strongly recommend it.
Only thing to watch out is that you must have module-init-tools installed, though there may be other gotchyas per distro.
Re:Just curious (Score:3, Interesting)
Re:Just curious (Score:2)
No problems yet!
The real problem I have is if I want to use the Java utils with 9i, which given the compiler and lib requirements with Oracle's jre, can get quite dicey.
I rarely use the Java admin utils but they are nice to play with.
-Hack
Now everyone... (Score:4, Funny)
Re:Now everyone... (Score:2)
Re:Now everyone... (Score:2, Interesting)
Or any way a remote user can run arbitrary code (not even as root.).
Re:Now everyone... (Score:2)
Just recently there were a bunch of mremap exploits allowing local root access. This is less severe (but still very bad).
Re:Now everyone... (Score:2, Informative)
most destructive? (Score:5, Interesting)
This one is 'only' a local DOS. Even if, as others say, crashed time is money, it could be much worse. At least you don't get 0wn3d, and you have a way to get back up by kicking users off, temporarily.
Drifting the topic, slightly...
This exploit, as well as the mremap ones, were derived from intimate examination of the source. So far, most of the Windows exploits have really been using 'features' for nefarious ends, not exploits of bugs. The recent Windows worms exploit a true bug in the security system, but I've heard that this one was developed from access to the source that leaked.
The Linux source has been out and discussed for over a decade, with plenty of time to find truly deep bugs. With the leak of WinNT/2k source, one hole was revealed fairly quickly. As people REALLY study that source, what else is going to emerge? (And how much code was really rewritten for XP vs reused?) Note that this isn't just a function of the source leak. As Microsoft shows more with Shared Source, more people will have the kind of access needed for this type of exploit.
Got it (Score:5, Informative)
System doesn't seem to run much different, I haven't read the changelog
but for those of you who want to read the changelog it can be found HERE:
http://www.kernel.org/pub/linux/kernel/v2.6/Cha
Re:Got it (Score:3, Informative)
Here's a good link
http://www.kernel.org/pub/linux/kernel/v2.6/Chang
AGAIN, I APOLOGIZE!
Time for download then (Score:2, Interesting)
Anyone gotten Nvidia Nforce2 and Radeon 9800 Pro working with 3d Accel?
Re:Time for download then (Score:2)
Re:Time for download then (Score:3, Informative)
ATI's Radeon 9800 Pro technical issues page [ati.com]
A LinuxQuestions.org thread [linuxquestions.org] on ATI with the NForce2 on Mandrake 10.0.
Obligatory luser question (Score:2, Interesting)
yum update kernel*
should install 2.6.7 right?
I'd much prefer to use an auto installer, I'm not ready for the full shebang yet.
Enlighten me here.
How is a full compile of the kernel done and how long would it take on a 3GHz,756RAM computer?
Re:Obligatory luser question (Score:2)
It won't take a lot of time, not with your system specs. We're talking about 30min tops. Depends a lot on what kind of modules etc you need to make.
If you've never done it, though, you may want to a) ask someone who knows this stuff for help or/and b) read a few docs on the subject. If you don't know what you're doing, you most probably will end up with something missing, stuff like soundcard support or something. A good place to start (in my biased opinion ofcourse) would be here for insta [gentoo.org]
Re:Obligatory luser question (Score:2)
Is this going to fix the Firewire issue?
Yes. (Score:3, Informative)
Re:Obligatory luser question (Score:2, Informative)
Re:Obligatory luser question (Score:2, Informative)
1) su -
Not neccessary at this early step, ie. not needed for compiling the kernel. Do a 'su' when you are about to install the compiled kernel&modules.
2) cd
5) ln -s
Not needed. 5) is actually discouraged by Linus. Just unpack the linux kernel sources somewhere and cd into that directory.
9) make bzImage
10) make modules
both commands are only needed for 2.4.x kernels and if you compile a kernel for the ix86 platform. I
Re:Obligatory luser question (Score:2, Informative)
Re:Obligatory luser question (Score:3, Informative)
The question is, when will this patch show up on other distributions. People are sometimes not able to compile a vanilla kernel or a vanilla kernel can cause headache, e.g. SuSE 9.1 formats your filesystem with reiserfs and ACLs, but a vanilla kernel might not support this backported ACL feature.
Seen the kernel release from this point of view means, that the sistr
Problems with JFS? (Score:5, Interesting)
Anyone else unable to compile with JFS enabled as module?
Google shows no hits, and it's not important enough for me to track any further at the minute (since disabling JFS is an adequate work-around for me).....
Re:Problems with JFS? (Score:5, Informative)
Re:Problems with JFS? (Score:2)
English: Linux Today has human redable changelog (Score:5, Informative)
Re:English: Linux Today has human redable changelo (Score:2)
"Summary of changes from v2.6.7-rc3 to v2.6.7"
I know very few people running rc3, so the only relevant changelog is the one from the previously released version, i.e. 2.6.6. A link to that one can be found directly on kernel.org and it's very much worth reading the extensive changelog, since there are numerous surprises that cannot be found in the changelog from rc3.
The extensive involvement of xfreedesktop.org contributors is worth noticing.
In German, but no need for translation. (Score:2)
-
You can thank me... (Score:5, Funny)
Re: (Score:2)
Not upgrading... (Score:3, Interesting)
If in doubt, don't upgrade unless you need new support for essential hardware or need to cover a security vulnerability. I leanred that after b0rking several systems trying to keep my kernel perpetually updated.
Re:Not upgrading... (Score:2)
I upgraded my p133 and it feels much faster for interactive use.
Re: Not upgrading... (Score:2, Informative)
Kernel 2.6.3 had a very broken OSS ALSA emulation layer. This is why I switched down to 2.6.2. Version 2.6.5 and above have a major ALSA fix. So if you use your soundcard at all, then it is definitely worth it to upgrade.
Is it just me, (Score:4, Interesting)
Re:Is it just me, (Score:3, Funny)
Re:Is it just me, (Score:3, Informative)
Some even say, that the kernel isn't stable till at least
It sure seemed that way when it went from 2.2 to 2.4
The 2.4.0 to 2.4.10 seemed like overnight, and then it slowed down to a small humm
Re:Is it just me, (Score:2)
Re:Is it just me, (Score:2)
Re:Is it just me, (Score:5, Informative)
2.6, while "stable", is still under development. It seems a little inconsistent, but it seems to work - the kernel guys get it reasonably stable for 2.6.0, a horde of regular users gets it and so there's more feedback/bug reports, and it all develops quite fast for a while, eventually everything calms down and the Downtime Costs Me $1000 A Minute people pick it up, and the kernel guys get to work on a (much more fun, I'm sure) unstable (odd-numbered) branch. At least that's how it looks to me...
Re:Is it just me, (Score:2)
Hehe, they can speed to 2.6.40 if they wish, but will for that reason not be any closer to 3.0.0.
Re:Is it just me, (Score:5, Informative)
What, are you afraid they're suddenly going to run out of numbers for the 2.6.xx branch?
Re:Is it just me, (Score:2)
Re:Is it just me, (Score:2)
Oh poor dear. It's just you.
26 > 7, significantly. I know it would make it easier for simpletons to digest if the number was written 2.6.07 but then again kernel code isn't for simpletons.
Meow.
This is needed if they have ftp/cgi access (Score:2, Informative)
Alan Cox? (Score:5, Funny)
Comment removed (Score:3, Insightful)
quick fix ! (Score:2, Interesting)
http://www.eweek.com/article2/0,1759,1612368,00
and just see how fast things get fixed on this side of the planet !!
mindboggling
-mm patches? (Score:3)
Re:-mm patches? (Score:5, Informative)
MM patches question (Score:5, Interesting)
Kernel.org is insane. (Score:2)
Me wants root@kernel.org. Just to say I had it.
On another note - vsftpd is supposed to be really good, but it's not as flexible as proftpd, is it.
Re:Kernel.org is insane. (Score:2)
Supermount (Score:5, Informative)
If you want to upgrade for security reasons, but you also want supermount in your kernel (as I do), this guy [optusnet.com.au] seems to have a patch for 2.6.7, which might come in handy if you don't want to wait for your distro to catch up. I am going to use this patch myself, but I cannot guarantee that it won't bone your system so to speak. The patch is not just supermount, it looks like it has some other stuff in it too, so decide for yourself!
Seeing as how I'm posting this, I may as well give a little background for those not "in the know". Supermount is a sort of filesystem, you mount your CD-ROM and floppy drives (or even USB sticks) with it, and it will automatically mount and unmount the media when you insert or remove it, kind of like on Windows. Personally, I think it is great, and it is hard to live without it now I have it.
You can learn more about it at the project website. [sourceforge.net] Jeez, if it turns out the vanilla kernel does have supermount after all, I am going to look a right idiot... *presses Submit*
Re:Supermount (Score:3, Interesting)
From the FAQ:
Q: Will supermount be included in standard kernel?
A: Frankly speaking, I do not know. Version for 2.4 kernel is still more of a hack so I would not even try to ask for it. I still do not consider 2.6 version to be ready for inclusion in mainline - although it would definitely make some things easier. If anyone thinks supermount should be part of standard kernel - fe
Re:Well I'll be... (Score:3, Informative)
What happened to "many eyes?" (Score:2, Interesting)
Re:APIC Fix? (Score:2, Informative)
Re:APIC Fix? (Score:2, Informative)
Re:Beware the Toll (Score:2, Insightful)
+1 for Interesting.
Somebody gave mod-power to teenagers?
Or is this all part of the collective psychology, the oh-so-powerful:
"we all belong to the same guilt/cult/group/$PREFERENCE_HERE so we should all think/act the same?"
Hmmmm!
Isn't that psychosis responsible for the greatest disasters in human history?
I need more coffee please...
Re:Beware the Toll (Score:2)
What on earth is a boxen? Are we serious?
We probably aren't serious, but in fact "en" is and ending in norwegian grammar. I'll try to explain it; In english, you'd say "a box". In norwegian, that would be "en boks". ("Boks" is norwegian for "box", obviously.) Furthermore, in english, a specific box is "the box". In norwegian, the article "the" is "en", but placed at the end of the word. So "the box" in norwegian would be "boksen".
Aha! Thus, "a box" rendered in norwegian grammar would be "boxen".
Oh, spare me... (Score:5, Funny)
1. Post inflammatory comment calling everyone "pricks".
2. Claim martyrdom because your valid point was modded down.
3. ???
4. KARMA!
Re: (Score:2)
Re:Beware the Toll (Score:2, Insightful)
Re:Beware the Toll (Score:2, Insightful)
Re:Beware the Toll (Score:5, Insightful)
If MS announced that they were releasing an update to XP this whole site would be full of posts like
...just like the ones you're getting here about Linux 2.6.7.
Namely, "are people here running their production servers with good uptime, various weird applications, exotic hardware, etc.?"
When XP SP 2 comes out, you can be damn sure people are going to ask the exact same questions about reliability, incompatibility, etc.. At MyCorp we've got staff that do nothing but stress test the latest Windows patches and releases for compatibility with our current environment. We do that because:
You're new here, aren't you? (Score:2)
Really, please try to chill out. First of all, people asking "why is this important" are trolls. Considering that there is plenty of material to read on the matter (release notes, change logs, recent vulnerability alerts), it should be obvious to the inquisitive reader why a kernel release is important. It's a stupid question to ask insofar as you expect other posters to simply regurgitate what is easily accessible from the story content.
Re: (Score:2)
Re:Woohoo, another kernel compile. (Score:2, Informative)
cp patch-2.6.7.bz2
cd
mv linux-2.6.6 linux-2.6.7
bunzip2 patch-2.6.7.bz2
cd linux-2.6.7
cp
make mrproper
cat
make mrproper
cp
make oldconfig
make && make clean modules modules_install install
vi
reboot
Not to difficult. Could make it into a script, to bad I'm going to loose my upt
Re:Woohoo, another kernel compile. (Score:5, Funny)
Some sort slowdowns here and there but they're coming into the second round none the less: make modules modules_install bzImage.
Their CPU's are running full speed and they're almost at the finish, the excitement!
There we have it folks, 2 rounds and the AMD XP's are doing great, followed by the Intel P4's.
Now comes the most feared part for all the contestants: mv System.map
The crowd is holding its breath while the contestants approach the finish line. Owww, 1 P4 crashed with a kernel panic just before the finishline, what a shame!
The Athlon XP's crossed the finishline and were awarded with a beautifull new kernel! The Intel P4's came in second place and got the beautifull new kernel anyway!
Tune in next week for more kernel sports, when we will visit the senior compile contest between a 486sx and a 486dx
Re:Woohoo, another kernel compile. (Score:5, Funny)
Re:Woohoo, another kernel compile. (Score:5, Informative)
Re:Starting to take a bit longer for a release... (Score:2)