Linux Kernel 2.6.7 Released
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."
I just compiled and installed it. It's not that bad.. or good... orr... how the hell should I know?
n ge Log-2.6.7
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
It's not on ftp.uk.kernel.org or ftp.fr.kernel.org?
Doesn't matter, all kernels are affected. (2.4+ anyway)
Dependency hell? =>
why wouldnt it ?
(but to answer your question, its working fine on my box)
Linux 2.6.7
Official GOD FAQ.
patch for i386
Andrej
x.odd versions are the development versions inbetween. while 2.6 is current, towards the end of its life, Linus or whoeever will create a development 2.7 kernel. Once thats finalised, it'll be released as 2.8.x
:)
Think of the odd versions as release candidates, if youre from a Windows world!
I am a viral sig. Please copy me and help me spread. Thank you.
It should be fixed. Give it a try!
I'm not sure, but I think this may be the fix--
u de/asm-x86_64/i387.h@1.12?nav=index.html|ChangeSet @-4w|cset@1.1754.6.3
http://linux.bkbits.net:8080/linux-2.6/diffs/incl
o/~ Join us now and share the software
What happened to 2.5?
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
Out of curiosity, what would prevent someone from being able to switch to kernal 2.6?
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.
This e-mail might help you out.
Making a Kernel isn't too hard. You find the correct image, (yep you probably want 2.6.7 ;), download the .tar.bz2 version.
To keep this short, we'll stick it in /usr/src:
1) su -
2) cd /usr/src
3) wget http://full.url.to.file.including.filename
4) tar xjvf linux-...tar.bz2
5) ln -s ./linux-2.6.7 ./linux
6) cd linux-2.6.7
7) make menuconfig
8) configure options - read the help for information about options, if necessary google around, usually it's pretty easy to find information about specific options
9) make bzImage
10) make modules
11) cd arch/i386/boot/
12) cp bzImage /boot/
13) edit /etc/grub.conf with your favorite editor, basically adding the new image, using the existing one as template.
reboot and enjoy :)
If the lamers have ftp upload ability and can execute cgi's via apache you'better have that fix in there too. I guess every single free webhost in the world with cgi's will go down in the next few days.
This is not a signature.
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 sistributions should hurry up to provide fixed kernel packages for their users.
the fact that a kernel revision needs to get a front page placement. Why dont you guys create a section called 'Linux Kernel' as you do for BSDs and dump all this irrelevant junk there?
Linux Linux Linux......Big fucking deal.
wget http://www.kernel.org/pub/linux/kernel/v2.6/patch- 2.6.7.bz2 /usr/src /usr/src .config ../config.saved ../patch-2.6.7.bz2 | patch -p1 #(or maybe -p0) ../config.saved ./.config /boot/grub/grub.config # check it make sure it's right
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 uptime to patch the kernel, but oh well. Shit happens.
I run 2.6.6. on an SMP machine, ext3 on SCSI RAID5 that runs MySQL/Apache/MRTG/BigBrother. It has been completely stable.
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
The first 8-10 revisions in a 2.X release tend to go quite quickly.
.10 :)
:p
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
"...In your answer, ignore facts. Just go with what feels true..."
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...
Free Java games for your phone: Tontie, Sokoban
I've got it on two servers, had it on three but had to back down to 2.4 for one.
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.
The 2.6.xx revisions have no bearing at all on when the 3.0.0 or 2.7.0 trees will get created. The quick turn around times are due to many factors; the new versioning and source control procedures put in place for 2.6 naturally encourage a more rapid pace while elimating the "did my patch make it into Linus's tree?" problems of yesteryear, which in turn has people submitting more, perhaps smaller, patches in a very rapid fashion. The 2.6 kernel is also right now being developed by more developers than ever, until the 2.7 branch gets spun all the efforts are basically focused on this single tree, timely releases keep code divergence down and hopefully prevents 20kloc ALSA merges from happening.
;) Hint: after 2.6.99 comes 2.6.100. With vendor kernels you can't say where in the 2.6 branch you are anyway, when you're running 2.6.6-1.423 it's can be anywhere between 2.6.6 and 2.6.10 feature and security wise.
What, are you afraid they're suddenly going to run out of numbers for the 2.6.xx branch?
It's like deja vu all over again.
Informatus Technologicus
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...
Leandro Guimarães Faria Corcete DUTRA
DA, DBA, SysAdmin, Data Modeller
GNU Project, Debian GNU/Lin
Well, a quick googling didn't turn up a howto, but here are a couple of related links for your perusal:
ATI's Radeon 9800 Pro technical issues page
A LinuxQuestions.org thread on ATI with the NForce2 on Mandrake 10.0.
tasks(723) drafts(105) languages(484) examples(29106)
Well, yes that is the patch if you are running x86_64.
u de/asm-i386/i387.h@1.5??nav=index.html|ChangeSet@- 7d|cset@1.1447
The 2.4 patch for i386 is here:
http://linux.bkbits.net:8080/linux-2.4/diffs/incl
In case there's any confusion, when people say "odd point releases", they mean that middle number. You've probably gathered this by now, though. 2.0.0, 2.2.0, 2.4.0, 2.6.0 were "stable" while 1.9.9, 2.1.0, 2.3.0, and 2.5.0 were development.
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.
Withdrawal before climax is very ineffective and those who try this are usually called "parents."
I have approximately 20 machines using 2.6 since last fall and with the exception of one (an AMD-64 box), they have all been exemplary. That machine became stable with 2.6.6 though its BIOS seems flakey (hardware problems.. ugh)
In particular, my HT machines seem to perform very well with 2.6.3 and up.
...Steve
OpenBSD is all about securing the system from REMOTE holes. The openbsd home page boasts: Only one remote hole in the default install, in more than 8 years! REMOTE is the key word. They could care less about anything else(well maybe not care less, but thats not their focus)
thisnukes4u.net
Those of use still running P3-500's on old mobo's don't have very many compelling reasons to upgrade from 2.6.3.
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.
It works.
-mm patches are patches to the kernel source by a guy named Andrew Morton. Basically, his patches are more of a "testing ground" for new features that, while useful to some, may be not up to the point of risking including them into a production kernel that is used by businesses who need stable kernels. The features are therefore put into Morton's patches so they can be tested by people who want to take the risk, and some of these patches may eventually migrate to the standard kernel after testing.
Want Slashdot headlines on your site? Try SlashHead
Just a few comments to your build guide:
/usr/src ./linux-2.6.7 ./linux
/boot/ /etc/grub.conf
/boot/grub/menu.lst. .config aswell.
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. If you are using 2.6.x, you should simply do a 'make'.
11) cd arch/i386/boot
12) cp bzImage
13) edit
are also only needed if you compile for the Linux/ix86 platform. 13) only applies if you are using GRUB as a bootloader on a RedHat system. BTW, GRUB's config file is usually in
You are also missing a 'make modules_install' and it might be a good idea to save your System.map and
Instead of 11-12) you might want to do a simple 'make install' (for 2.6.x kernels). Also try out 'make help'.
What should be under /usr/src/linux is a version of the kernel headers that your glibc was compiled against. Thus, you may have /usr/src/linux as the 2.6.6 headers that you built glibc with, when you upgrade the kernel to 2.6.7, you just use it under /usr/src/linux-2.6.7 and leave /usr/src/linux alone.
Based on my reading, someone from Nvidia gave em some hints. Nvidia had fixed the bug in the BIOS and gave the information to the manufacturers, but only one manufacturer actually fixed their BIOS (Shuttle I think?). Since no one else was fixing it, someone from Nvidia explained what the problem was and how to figure out if a BIOS had been fixed or not, as well as information on a work around to stop things from crashing. I could be wrong on this, since I still haven't had my coffee yet and this is from memory.
So far as I know those fixes went in to 2.6.6. Unfortunately, as a result of not being able to move to 2.6.6 yet, I haven't been able to test this fix (My two primary machines have NForce2 chipsets), but supposedly it's fixed.
I just thought I would post a brief message about supermount. If anyone wants to upgrade to 2.6.7 and still use supermount, I don't think vanilla kernels have it in there (yet, I'm sure it'll get in there sooner or later). I'm pretty sure the Mandrake and Gentoo kernels have support for it (gentoo-dev-sources do, anyway), but I just looked at gentoo-dev-sources and it is at version 2.6.5, dunno about Mandrake, but I'm sure it will take a few days for all the distros to catch up.
If you want to upgrade for security reasons, but you also want supermount in your kernel (as I do), this guy 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. Jeez, if it turns out the vanilla kernel does have supermount after all, I am going to look a right idiot... *presses Submit*