Linux 2.6.0-test9 Released
keesh writes "Linux kernel 2.6.0-test9 is now out. Changes include SATA support and XFS and CIFS fixes. Because of the change freeze, this is a fairly minor update. In the announcement, Linus suggests that -test10 will be the final release before 2.6.0-final. Don't forget to use a mirror."
So it's finally almost here. Is the framebuffer fixed yet?
Happy New Year, it's 1984!
Although mirrors will probably be faster, if anyone wants the torrent, I set one up:
r ent
http://69.56.172.70/linux-2.6.0-test9.tar.bz2.tor
I can't wait. I just hope RedHat 10 includes a 2.6 kernel, so I don't have to bother compiling it myself. I'd love to take advantage of the performance improvements, and I'd also like to use SATA drives in my new server.
You are not the customer.
SATA = Serial ATA, a replacement for the old Parallel ATA.
XFS = SGI's high-performance filesystem.
CIFS = Common Internet File System, otherwise known as SMB. The Microsoft networked filesystem emulated by Samba. A misnomer in that it isn't generally used over the Internet (except for worms, ha ha).
SATA is Serial ATA, a technology where a serial connection with thin cable replaces the parallel connector with the wide cable for your hard-drive.
XFS is a journaled high-performance file system from SGI. Nice for big servers.
CIFS is a file system for shared folders in Windows. You share files in a recent version of Windows, you use CIFS.
Now all I need is a distro with the 2.6 kernel and I can actually get Linux up and running again. It hasn't been the same since I got that SATA drive.
I see one of the icons for this story is a compact disc. That's just plain mean.
--------
Bleah! Heh heh heh... BLEAH BLEAH!!! Ha ha ha ha...
It doesn't build for the x86-64 platform, and doesn't boot on "white box" Alphas (ones only intended to run NT). So my 64-bit machines are feeling a bit left out.
At least patches for both problems are available, but need to be merged.
I submitted several bugs to the bug tracker, I e-mailed Alan Cox and Lunis Torvalds, and I still get the same error when trying to run it:
kernel-2.6.0-test9.tar.bz2 is not a valid Win32 application
and then the error message with Ok and Cancel.
Anyone has any howto on whether this bug will ever be fixed? Or is there a service pack or a patch I missed?
Can't wait to install this one on my new LG computer!
Sorry about this- somewhat new to Linux scene. Dispite these minor changes in test9, what overall in 2.6 is going to be different? Any good reason to upgrade?
No, but this is post-freeze, last RC sorta news.
#define DRM chmod 000
I decided to test out 2.6 test7 when it was announced awhile back on /. I was tempted by all the comments about increased desktop responsiveness. Well, it's true and it IS noticeable. Coupled with the fact that there is a patch for the nvidia drivers and I'm one happy camper. :)
if you have problem downloading, try this one.
l ly-/we_need_to_check_da_code/need_cash/buy_mo_shar e/2.6.0-test9.src.rpm
ftp.sco.com/pub/linux/source/beta/kernel/hey_bi
Good luck everyone!!
Got a point there...
linux-2.0.39.tar.bz2 - 5958KB
linux-2.2.25.tar.bz2 - 15421KB
linux-2.6.0-test0.tar.bz2 - 32448BK
Conformity is the jailer of freedom and enemy of growth. -JFK
For someone like me who has never compiled a kernel before, what sort of troubles should I expect in a move to a new kernel version?
Why does Linux dev-community reluctantly ignore Commodore 64s???
pimpbot:~/mrtg# uname -a
:( I'll probably wait till test10 or final as this one is working flawless for me right now so far.
Linux pimpbot 2.6.0-test8 #5 Fri Oct 24 15:45:49 EDT 2003 i686 GNU/Linux
me too dude... me too..
The one thing that's annoyed me so far is the lack of documentation on how the new sensors interface works, and the fact that no programs seem to support it yet. Apparently you don't need lm sensors anymore, but that little tidbit is hidden away well within a vague statement on their website. Sensors now just use sysfs. That and i2c-viapro interferes with via686a driver. So don't build/insert i2c-viapro. Or else your sensors won't show up, took me forever googling to find that out. And the fact that I couldn't even find exactly how you were supposed to reading the sensors data.
Anyway, so now I'm using a dumb little php script as my glue right now to make mrtg still graph my temperatures. Here it is if anyone cares:
#!/usr/local/bin/php -q
2 bad I suck:
g acy/i2c- 0/0-6000/temp_input1');( '/sys/devices/legacy/i2c- 0/0-6000/temp_input2');
#!/usr/local/bin/php -q
<?
$TEMP1=file_get_contents('/sys/devices/le
$TEMP2=file_get_contents
printf("%.1f\n", $TEMP1/1000);
printf("%.1f\n", $TEMP2/1000);
echo ltrim(`uptime`);
echo ltrim(`hostname --long`);
?>
I downloaded and was compiling the sources when the story broke on Slashdot.
When Pat said that Slackware 9.1 was 2.6 ready, he wasn't kidding. So far, so good. Not a glitch during the compile or boot-up. I plan to stress test it as much as possible to see if I can tell the difference between 2.4.22.
I can't wait until Linux 2.6 final is out.
Don't forget that the vast majority of increased code size is in new drivers. You won't be running a kernel that incorporates more than a fraction of that code. In fact, IIRC, the size of the base code actually decreased between 2.2 and 2.4.
How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
Looking at the note from Linus, it looks like a lot of things that will eventually be pushed into the 2.6.x series are going to have to wait for post-2.6.0. I was sort of intending to wait to upgrade until 2.6.2 or 3 -- however, if there's going to be a flurry of additions in the early 2.6.x kernels, I'm thinking that 2.6.0 might be more stable, in which case I might use it instead. (I don't intend to wait too long before upgrading ... I don't have that much self-control.)
Does anyone else think this will end up being the case?
How can we continue to believe in a just universe and freedom to eat crackers if we have no ale?
gkrellm works with the new sensors. Actually I couldn't get lmsensors working at all, but now the hardest part was just figuring out which modules I needed to load for my motherboard, then load them, and it just worked.
it wouldn't run at all - that's really slow 8D. Cyclone is really a different language; the Linux kernel has gcc specific parts in the C code, plus assembler. I've found 2.6 kernel to even be very sensitive to the particular version of gcc as to whether it can compile at all or not.
Now, if only the nVidia drivers hacks out there worked for me (perhaps I am horribly inept!) so that I could upgrade my desktop and still use my nifty graphics card! Or Maybe nVidia will get support for the 2.6 kernel included in the Linux drivers!! (Not holding my breath)
Does anyone know if the conflicts between ACPI and USB have been fixed yet? Basically, if ACPI is enabled in the kernel, it will mess with USB--for instance, my USB mouse will suddenly stop working (no errors in /var/log/messages or syslog) and won't work again until I 'rmmod ohci_hcd' and modprobe it back again. My laptop (which is currently running -test8) has this problem, and it is very annoying (although at least APM works).
Yes, I realize that I can roll my own kernel, I've done it many times. It's just that they work better when RH makes the RPM. Not that this is as it should be.
The simple truth is that interstellar distances will not fit into the human imagination
- Douglas Adams
lex@particle theory $ uname -a
Linux particle 2.6.0-test6 #3 Sun Sep 28 19:27:41 EDT 2003 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux
alex@particle theory $ uptime
01:03:46 up 27 days, 3:45, 4 users, load average: 0.16, 0.36, 0.30
And this is my *primary* dev box that doubles as a server (web, mysql, etc.,) and pretty much anything else I use a computer for (play music, video, etc.,)
How exactly is 27 days uptime not stable?
"If anything can go wrong, it will." - Murphy
Gentoo's ebuild will automatically detect 2.4 or 2.6 and adjust accordingly.
I'm going to be an even bigger nitpicker. SMB is the technology developed by IBM. CIFS is an extension to SMB developed by Microsoft though cynical people say that CIFS is more a marketing exercise than a new protocol.
Info on SMB and CIFS.
SATA SUPPORT!! HALLELUJAH!!! As soon as 2.6 final official is out
emerge ac-sources
genkernel --config ac-sources
ph33R!!!!!!!
The GeekNights podcast is going strong. Listen!
Andrew Morton the heralded maintainer of Linux kernel 2.6 will be speaking at the Southern California Linux Expo on November 22nd at the Los Angeles Convention Center in Los Angeles, California. Andrew will be speaking on the Linux pagecache, VFS, filesystem and VM nexus. Regular priced and student priced tickets giving full access to the event are still available for this event. Free expo only tickets are also available using the "FREE" promotional code on the orders page. The Southern California Linux Expo is a non-profit event organized by LUG volunteers.
Didn't think so.
If you've been pounding at it for 120 days with all sorts of weird programs/code, been running all sorts of programs, etc., and it hasn't failed you, then yes, I'd be inclined to think that Win95 is 'stable'.
If on the other hand it's been sitting idle for most of those 120 days, then no, it's no, I wouldn't think it's stable.
"If anything can go wrong, it will." - Murphy
umm... acpi and half a dozen others i dont care about are still muy unstable. but acpi! i'd like to suspend my laptop, thanks...
are they just freezing devel to do bug changes for a bit, then going back to serious changes before release, or is it this + bugfix = release?
Here's the last MS service pack you'll ever need:
format c:
Get a grip kiddo, the uptime of your personal Linux box running SETI@home and a warez ftp server means nothing compared with computers that people actually do work on.
Heh. And by your definition work is what? Checking e-mail and reading slashdot?
I say if I can run a bunch of servers; type, compile and run code; play video/audio; use devices like printers, etc., and the OS handles those tasks without any issues for a month, then the OS is good enough. What is it that you do at work that's so damn extraordinary that doesn't fit under those categories?
Are you implying that people cannot do actual work with Linux 2.6 just yet?
"If anything can go wrong, it will." - Murphy
And exactly how much did you have to pay for the licensing of Win2K server? How many CALs did you purchase for your users? How many security updates have you had to download? How many did not work after installation?
this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
CIFS=Common Internet File System or as some people call it SMB=Server Message Block. It's the protocl behind Samba.
this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
Though i2c and sensors drivers are integrated into kernel indeed, there're no userspace tools to read sensors values yet. One have to dig through sysfs hierarchy and try to figure out real temp or voltage values from some cryptic readings.
Strangely, work on libsensors sysfs port is going very slow, there're some patches for actual sensors utils floating (from lm_sensors mailing list), but values printed still make little sense...
Wow, this same joke, every time Slashdot updates about the latest 2.6 test.
"Sufferin' succotash."
Take a look at http://people.redhat.com/~arjanv/2.5/ they have unofficial, precompiled 2.6 kernels there, last one is test8. Kernel is working just fine on my T23, minor bootup issues with USB, otherwise no problems. Only other thing is, you have to update your modutils and initscripts.
For the admins:
Watch out, if you use several ethernet-cards. The PCI-scanning-routines have changed which result in different enumeration and thus:
cards get different device-names than before!
When switching from 2.4 to 2.6 I had to exchange my ethernet-cables between cards.
This may be with all multi-card-setups.
Keep an eye open.
You had right up until you indicated you were being sarcastic.
Game... blouses.
anyone knows if the supposed stollen code from $CO has been removed? :>
I've tried using all three schedulers (as, cfq, deadline), all with the same results. 'deadline' is clearly the winner here though. It seems to give the most level performance.
Also, the issues with opening windows in X have not been solved, which I've reported 1/2 dozen times.
Why does it take 2.6.0-test8 (and every version of the kernel after 2.5.57, when this problem first appeared) over 3-4 seconds to open an xterm from a keyboard shortcut? In 2.4.21, again, it is instantaneous. In many cases, a keyboard request to open one xterm will either open none, 1, or several. The timing is COMPLETELY screwed up for this, and I can't figure out why.
For me, 2.6.0-testX and anything after 2.5.57 is not even remotely usable for any server or desktop use. The performance is just not there. It's laggy, slow, and the timing is way off in some regard. I'm surprised nobody has caught this yet. How many times do I have to report it, before someone actually tries to test it? Who am I supposed to send my next volley of emails to?
Oh, and lastly... orinoco_pci immediately hard-locks my Thinkpad T23 the moment I try to modprobe it.. forcing me to do a hold-power-down-for-7-seconds power-off. Not fun.
Though I appreciate the work of the kernel authors and maintainers, I will definately not be moving any servers or desktops I deploy and administer (which is quite a few hundred at this point, and growing every day) to 2.6.x until these issues are found, fixed, and resolved. 2.4.21 is where they'll stay, until 2.6 outperforms it.
No. Linux has supported SATA drives for ages. It now supports the additional SATA extensions, which, BTW, win* doesn't use.
Ok, before you read any further remember that this is NOT accurate, tested or anyhow valid information. Some of this is purely psychological and has got NOTHING to do with real benchmarks.
.20-ck6. Didn't switch back just yet because I had compiled in some stuff I needed and it takes a while to compile a new kernel with this hardware.
.22-ck1, and it has seemed even more responsive in normal use (IRC, web surfing, MP3s etc) than .20-ck6 which I was already happy with. Responsiveness shows in switching desktops when browser is doing things, starting things and playing MP3s at the same time.
I've been running 2.4 series with CK [1] patches. I'm unfortunately using somewhat low-end hardware (P200MHz) and hence I really appreciate performance. I switched to linux-2.6.0-test8 only a week ago, so again this isn't really the best source of information.
Anyhow, I'm so far REALLY happy with performance of 2.6.0-test8. Before the switch, I was using 2.4.22-ck1 which was a lot worse performance-wise than my previous kernel,
Linux-2.6.0-test8 has done A LOT better than
And yes, as I said in the beginning, most of this is purely psychological and inaccurate. Slower hardware of course benefits more even from smallest performance gains. Then again, I don't believe that 2.6 will be The Thing for serious production enviroments for a while, it's not mature enough yet. But for me -- for desktop use -- great!
[1] http://members.optusnet.com.au/ckolivas/kernel/ (Con Kolivas' kernel patches that aim to a more responsive system)
It's very stable for me.
# uptime
06:38:34 up 13 days, 14:46, 1 user, load average: 0.00, 0.00, 0.00
That's my server. HTTPd/IRCd/MySQL/BIND/Postfix
Before that it was up 14 days, and before that ~20. The reason it rebooted wasn't because it crashed - it was because the power went out and I haven't bought a UPS yet.
This is 2.6.0-test5, btw. I haven't upgraded because I don't want to reboot until I have to. (Although 2.6.0-test8 is on the GRUB list, and 2.6.0-test9 is compiling right now.)
Theres a valid torrent link at http://www.distributedbandwidth.info/torrentmap/ex plorer.jsp?cat=Lin260.
It's got the patch & the full kernel.
Al Sutton
then you probably ought to become familiar with compiling a kernel from the same kernel series as the one you're running before doing a 2.6 kernel. Many drivers in 2.6 haven't been changed to the new driver specs yet, and 2.6 needs new userspace utils (module tools are the most crucial) to work. When you decide to compile a 2.6 kernel, read Dave Jones' What to expect from 2.6 which hasn't been updated in a couple months but is still very much a must-read.
Ive found a version of Windows that is actually superior to Linux..
"You lied to me! There is a Swansea!"
You're using sawfish, right? I am, and I tracked down the problem to a line in librep. I mailed John Harper just now about it. If you're not using sawfish, you can ignore the rest of this message.
It all has to do with the following lines from unix_processes.c:
The call to select() on kernel 2.6 causes the timeout to be fully expired every time. This code is in the parent branch after the fork() (right before it starts waitpid() on the child), so everything freezes for at least 1 full second. Dropping this timeout to 1 usec causes the problem to go away.
If you wouldn't mind.
At least nobody asked about Colonel Panic :-)
Yeah, OK. The kernel gods on LKML are zealots, but thankfully we have that guardian of sanity, Slashdot's own Anonymous Coward, to set us straight. Sure.
Litigious bastards
time for me to do some upgrading eventually
upgrade gnome to 2.4 (I have 1.4)
new kde (I still have 2.2)
new XFree (I have 4.2.0)
new xfce
new kernel
upgrade gtk
blah, I have a lot to do
I want the new kernel when it comes out as a stable
looks very promising.
I don't understand your anger here--RedHat
I don't see how RedHat's "loyal followers" are being "fuck[ed]" by moving the distribution more under the control of Fedora.
Digital Citizen
Try associating WinZip with the bz2 extension. I haven't tried opening a bz2 file yet, but I'm able to download .gz files and open them by double-clicking in Explorer -- WinZip pops up a message box saying that the compressed file contains a tar archive, and asks me if I would like to have the tar archive extracted to a tempdir and opened....
It says that MS programmers do their coding as their job and OSS programmers do their coding as a hobby in most cases and have to do their real job as a first priority and only code when their family has been taken care of.
this nation, under God, shall have a new birth of freedom. -- Lincoln, Gettysburg Address
No, but it has been ported to the DVD driver, so it will also meltdown DVDs.
That's because it was General Protection's fault.
Show me on the doll where his noodly appendage touched you.