Preview Of Linux 2.5 146
mojo-raisin writes: "Linux Weekly News is providing a report of the 'Linux 2.5 Kernel Summit,' a gathering of 65 core kernel hackers. Notes are provided on the first day of session, which covers changes required to make Linux more capable on high-performance machines and more user-friendly with hot pluggable devices." 2.5 looks close on the horizon, especially now that Linus has donned a funny paper hat. Better get your feature requests in soon;)
Re:Linus has gotten chubby! (Score:1)
That's intentional. It makes it harder for his wife to Judo-flip him into bed when he's in deep-hack mode. : )
Re:To the Moderator (Score:1)
Re:half as good (Score:1)
I'm already running Linux 7.1.
Re:Oracle submits a laundry list of changes? (Score:1)
We get to watch. (Score:1)
I think it is great that I can read about Linux kernel hackers debating how to best implement hotpluggable devices and optimize block writes in the file system. I can get raw technical detail if I want it. And I get to see the arguments that go on over controversial design decisions.
I just get a kick out of it. :)
Re:To the Moderator (Score:1)
How about JFS? (Score:1)
_____
Re:Steve Austin (Score:1)
Why would Steve Austin run to Microsoft campus?
To stop Bill Gates before he bribes dr. Wells into 'upgrading' his bionics with WinCE, of course.
Re:Steve Austin (Score:1)
Re:FLAME:It's good to see large companies dominati (Score:1)
--
Re:Controller on fire (Score:1)
BIOS is a crap shoot. Lots of BIOS's are
buggy about reporting, undocumented/underdocumented on calls, and
generally unreliable. Most manufacturers seem
barely test their boards before kicking them out
the door. They figure if they can do the handoff
to the OS then good enough. And troubleshooting
this stuff is a frustrating.
Re:Kernel Desktop (Score:1)
It already does work.
How about improving boot up time?
The bootup time is about the same as that of windows but you don't need to boot as often :-)
Including the bootup logo patch?
You mean the kind of logo windows displays at boot? It already exists. But I find it kind of useless.
How about getting DMA mode working on all the IDE controllers out there and having them intelligently configure themselves (I've lost more than one disk to hdparm tweaking).
How about getting all HD manufacturers to properly support the ATA specs?
How about making my mp3's not get choppy when my system starts swapping? (short of needing to apply rtlinux patches and nice --19'ing mpg123).
Huh? ever heard of buffer? (-b switch for mpg123). It's never choppy if you use a 512k buffer. And you don't need to nice it to -19 either.
How about including a kflushd that's smart about laptops?
What is that supposed to mean?
I can't imagine that the same schedule() used to handle Apache and Oracle would do the same job as running GNOME..
Why not? Seems to work pretty well right now. (same with windows, btw).
Why not try ditching LILO for GRUB?
Huh? And how the hell are you gonna boot Linux? That's like saying "why not try ditching NT boot loader".
___
Re:Have you been reading the mailing list? (Score:1)
Re:Slight *major* problem--Major Major Major Major (Score:1)
a) subscribe to linux-kernel mailing list
b) read list
c) work on small patches that get asked for
d) submit patch, learn your code sucks, redo code, resubmit
Least that seems to be the way most people do it :).
Re:large servers (Score:1)
However I think the Linux kernel (and just the kernel, which is a very small part of the complete system) is currently providing many friendly features to the desktop user: multimedia support (soundcards, TV cards, 3D acceleration support through the DRI, scanners), plug and play support (USB is supposed to be very good in 2.4, however I haven't got any devices to test with; isapnp is part of the kernel, PCI pnp framework available).
Another thing that will probably be part of the 2.5 series are the low latency patches. Amongst other things these patches enable a smooth multimedia experience (gee, I'm sounding like a marketing droid here
However most of the desktop stuff is to be implemented in userspace: X+KDE or X+Gnome is a good start.
Re:Slight *major* problem (Score:1)
Linux isn't going to adopt the idea of having a "core" team like the BSD's do.
This meeting just speeds up the exchange of idea's. See it as the linux kernel mailing list on acid. Bringing 65 people together just works so much faster than sending email to a list.
Re:Slight *major* problem (Score:1)
Linux has always had a "core" team. Linus is the leader, Alan his second in command, etc. Nothing goes into the kernel unless Linus sprinkles holy penguin pee on it. But you are still free to write your own code/modifications and release it yourself.
The difference is this. If you release a forked version of BSD you are in violation of copyright. If you release a forked version of Linux you are in violation of etiquette (and common sense).
device fire handling (Score:1)
# dmesg | tail
raid5: switching cache buffer size, 4096 --> 1024
raid5: switching cache buffer size, 1024 --> 4096
reiserfs: checking transaction log (device 09:00)
Using r5 hash to sort names
ReiserFS version 3.6.25
devfs: devfs_register(): device already registered: "lvm"
kernel: WARNING: device
raid5: marking md0 disk3 bad
firemand:
raid5: marking md0 disk3 good
Now that's what I call high availability!
Re:Feature requests: (Score:1)
Re:Controller on fire (Score:1)
/usr/src/linux-2.2.19/drivers/char/lp.c
Wich seems to be able to detect fires:
} else if (!(status & LP_PERRORP)) {
if (last != LP_PERRORP) {
last = LP_PERRORP;
printk(KERN_INFO "lp%d on fire\n", minor);
;-)
Re:Controller on fire (Score:1)
(And I have to say something else here so that the lameness filter doesn't filter my joke. The lameness filter is lame.)
Re:To the Moderator (Score:1)
I refuse to browse at 2+ just to see a handful of posts that others have judged pithy or informative or that simply default to 2. For example, at the time I write this, there are:
So if I want to surf and get signal I can shoot to a 3 and see less than a tenth of the total comments. Or I can use my moderator points on removing the crap, then browse at 1 and see a majority of the posts. Under these circumstyances you tell me why it is better to pump up an already modded post to a three and not dump some AC 'First post. J00 4R3 411 d1CK5.' to -1.
Welcome to the abuse of anominity, the rejection of civic responsibility, and the corruption of community in an online setting. This spend more time modding up than modding down sounds good but imo doesn't do well in practice.
Re:I've been wondering about this for years ... (Score:1)
Just wondering, did you turn on soft updates for your FreeBSD filesystems? I switch from Linux to FreeBSD couple months ago and also noticed much slower disk/filesystem performance. As soon as I turned on soft updates (tunefs -n enable /dev/ad1s2a, etc), the difference was amazing. Dunno why the install had it turned off by default.
My Linux system was running 2.2.17 with ext2fs. I kind of wonder how Reiserfs compares now, but I'm loving FreeBSD so much I have no desire to go back and find out. ;-)
Re:large servers (Score:1)
Basically, change Linux from Unix clone to something more along the lines of BeOS, MacOS, or WinNT (but done right, of course
I don't think that is what Linus wants, though - if he did, I don't think he'd care about getting Linux to run on all that heavy iron.
IMHO, all the DE's we have right now are just big hacks...yes, Gnome and KDE are rather sophisticated hacks, but a "true" desktop isn't layer after layer of services running on a kernel, its a more thought out and planned OS. You make sacrifices - you might only go down to one widget set, one way of doing audio, etc.
Unix is great - as a server. For a hacker desktop, it definately is pretty nice. But we're leaving out 85% of humanity by making just us coders happy
--------------------------
Re:large servers vs. desktops (Score:1)
Do you have any idea if this is already possible?
Re:large servers (Score:1)
Which is wonderful until something goes wrong. For instance, one of the Macs in my department at work suffers from frequent lockups and crashes. It's probably a hardware or driver problem, but since Mac OS doesn't generate error logs, no one knows what the problem might be. The Mac experts are forced to fall back on the wipe-the-drive-and-reinstall style of support.
If some Linux distributions would like to do more to hide unnecessary diagnositic text from desktop users, that's great! Let them use redirects and splash screens, but there's no reason to stop printing those diagnostics somewhere. When something goes wrong, those error messages will make repairs so much easier.
Re:Feature requests: (Score:1)
Named pipes won't allow me to give my machine native ESD (or whatever mixer you like) support.
Well X *could* be the video card driver if it could takeover /dev/fb. See my wish #1.
Software suspend used to be in the -ac kernels, but it mysteriously disappeared.
I know about the issues regarding PCSP, but this is a wishlist, dammit!
There are no per-app capabilities, AFAIK, just system-wide hard limits. This is not what I want. It's also not widespread enough that it's possible to run no services as root.
--------
Genius dies of the same blow that destroys liberty.
So now, (Score:1)
Re:New features (Score:1)
Re:Oracle submits a laundry list of changes? (Score:1)
Obviously, if Oracle really cared about these changes, they'd make them themselves and submit the code along with the ideas. There's nothing wrong with a version of the Linux kernel that adds features specific Oracle, it's up to Linus to decide whether these changes are #ifdef'd into the official kernel.
Unfortunately, Linus has been known to make incredibly stupid decisions. For instance, he refuses to add a kernel debugger because he thinks that real programmers don't need a debugger, and all it will do is reduce the quality of the code because programmers will (somehow) suddenly stop caring about good design and just write a bunch of hacks instead. Yes, I know it's absurd, but that's exactly what he thinks.
--
Lord Nimon
Re:Linux News... (Score:1)
Actually, you are completly wrong and ignoring the fact that due to their more open developement process *BSD is "faster" since you can get a new current Kernel (and OS) every day (Or with anon-CVS every few hours...) and don't have to wait for Linus or Alan to anounce a new (test-)version.
SeeRe:Kernel Desktop (Score:1)
The bootup time may be the same as Windows, but that doesn't mean it couldn't be better. When you're a desktop user (note the thread topic
The logo patch does exist, that's why I suggested it be included. Some people like watching the kernel probe for non-existant IDE controllers and watch it complain about resetting buses on startup. Some of us don't care anymore (they've watched it boot, they know it'll get there).
As far as your comment about ATA with IDE, so long as humans are making hardware, humans will need to fix hardware problems in software after the hardware is made.
Putting a big buffer on mpg123 doesn't solve the problem of too much IO to actually shovel the audio to the soundcard in a timely fashion.
The rest of your comments don't warrant replies, no offense, but I think you realize that.
Re:Kernel Desktop (Score:1)
Re:Have you been reading the mailing list? (Score:1)
I don't recall the article anymore, but this was once on /. Some big patches came in and Linus insisted that they be broken down into smaller more logical units (instead of the big all-encompassing glob of code it was) and some people got very offended.
Re:large servers vs. desktops (Score:1)
You wonder why X is taking up e.g. 70 MB of memory? Maybe because that includes one or even several mappings of your video card's memory! If you have a 64 MB card, mapping that memory into your process space is going to make it look like that process is taking up 64 MB of memory. And X is often assigned CPU usage that really would be designated to its clients, e.g. moving a window around causes (on poorly-accelerated chipsets) a large jump in CPU usage, even though you're really moving some client's window.
Granted, X isn't all that pretty, especially when you talk Xlib with it, but it has proven itself to be a highly capable (and well-documented) architecture for doing just about anything with graphics. It runs on an iPAQ with room to spare, is fast (with the appropriate acceleration extensions e.g. Xv), and has already done all the dirty work with direct hardware interaction for you.
Hopefully netcraft won't find this ... (Score:1)
Re:Oracle submits a laundry list of changes? (Score:1)
kickin' science like no one else can,
my dick is twice as long as my attention span.
Re:To the Moderator (Score:1)
This has been said before, but it needs to be reiterated. Linux does not have 'market share'. Linus & Friends do not make money (directly) by writing the code that goes into the kernel. Thus, Linux does not have to worry about losing 'market share'. What do the kernel hackers care if people aren't using their code. I would assume that most of them are thinking only of themselves when they write the code they do.
OTOH, commercial software vendors aren't necessarily writing applications that they will use. Since everyone here likes to talk about Microsoft, I'll use them as an example. How many people at Microsoft offices do you think are running around using a 30fps digital camera? How many of them do you think use ICS to set up a Win98 machine as a router? I would even doubt that most of them use Win98/ME at work. They'd use some really high-end camera for digital movies. They'd use an expensive (Cisco?) router. They'd be using Win2000 by now. These are programmers and managers who have thousands of dollars at their disposal. These are not home users looking for a $1000 PC to surf the web.
Home users are very different from programmers. Think 80 year old woman who wants to send mail to grandson and 30 year old techie that has to write the software that allows her to do that. These programmers depend on user feedback because they don't know exactly what the users want like the FreeSoftware hackers know exactly what they want when they write their code. If they don't get feedback, they have to guess what the users want. This will not always work, either.
So, Linux will not lose market share. It does not have any to begin with. The code hackers are writing code for themselves and it just so happens that it's what others are looking for, too, so they give it away. These code hackers do not need to worry if others aren't using their software because they did not write it for others in the first place.
kickin' science like no one else can,
my dick is twice as long as my attention span.
Re:large servers vs. desktops (Score:1)
GTK+ and Qt already have framebuffer implmentations, so it's not an imposible to think that X could be droped in favour of a faster, neater, more direct video system. There are a lot of things that X does well (Like network transparency), but then there are a lot of things that X doesn't do well when you put it on a single user, desktop machine. Things like changing resolution on the fly is something that X just can't do, not to mention the various ugly hacks to do things like direct video rendering, video input, font handling etc.
Move X out of the picture for desktop users and Linux becomes a more attractive proposition for home users.
You may all now flame me about X
Re:large servers vs. desktops (Score:1)
Yup, but as you say: Provided they're preconfigured & you can't change colour depth with XFree86, and lets face it, how many Linux do you know who don't run XF86 as their X server?
Changing to a resolution you havn't thought to configure, or changing your graphics card under X, is a pain in the ass, even with tools such as XFConfigurator or xconfig. It also doesn't solve the problem that X is big, ugly, slow, and not really suitable for a desktop user. My point is, maybe we should look at dumping X completly.
Re:Slight *major* problem (Score:2)
half as good (Score:2)
Re:large servers vs. desktops (Score:2)
Moving from X windows to FB (frame buffer) you'll loose:
1. Hardware acceleration. Sure, you can write hardware acceleration, but how many people here do know how to write hardware acceleration for the various chips?
2. You'll loose 3D, DGA(1/2), Xv, XDND, and zillion libraries which are using Xlib and other extensions. Want to write them with the frame buffer? please, be my guest. Just tell me which year you're going to have 1.0 version
3. You'll loose all X applications support that needs X - think commercial applications that doesn't give a fuck that you like Frame Buffer. Think about commercial vendors who port their applications from other unices to Linux and vice versa.
X is fine! You should start reading some info about X, why it shows in "top" that it takes lots of resources (hint - it's not what you think).
I like X, and I like the extensions that are being written of it. I like DRI, I like Anti Aliasing in QT, and I like the Xv extensions which let me watch full screen TV (on 1600x1280x32bpp) with my ancient TV tuner and lets me watch DVD's with Xine.
Re:To the Moderator (Score:2)
There are lots of us. And we're all different.
We're not all the same moderator; we're not all rabid Linux-zealots; we're not all Windows trolls. Some Linux users don't use Napster. Some Windows users don't like software patents. Some of us are probably Buddhist Libertarians who aren't vegetarians and like to program GTK+ apps when they're not using IE to browse the web on their Windows 2000 box.
If any of you ever think that we're all the same, you need to pay more attention to the flame-fest that goes on whenever any topic with two sides is muttered. (And realize that you are still. only seeing the the vocal minority of Slashdot users.)
XFS CVS Tree (Score:2)
I'm using the CVS tree version, just because the patches tend to run a bit too far behind for my tasts.
Here are the instructions for grabbing the tree via CVS:
Linux XFS CVS Instructions [sgi.com]
I really hope Linus changes his opinion on the relative urgency of merging XFS. It is something that I think the kernel could really benefit from, given the kinds of things people are using Linux for these days. I'd like to see it in 2.5.x ASAP, and hopefully backported to 2.4.x.
Re:Linux News... (Score:2)
Explaining why the hell you have to take about *umpteen* hours in downtime upgrading kernels every so often becomes such a hassle. At least with BSD fixes are easy, and releases aren't done everytime someone *thinks* their new revision is revolutionary enough to release another current.
Linux kernel versions come out on a regular basis because the development is open. Most major software has at least as many internal releases, it's just that at various points one of them is picked to be a 'new version'.
There need not be umpteen hours of downtime due to kernel upgrades (however much 'umpteen' is..). Just pick a version that works for you and stick with it. Perhaps consider an upgrade the next time downtime is scheduled for hardware upgrades (if then). The big upgrades only happen for major version releases (which many people complain are too far apart). Even those can be skipped in many cases if what you have is still doing the job. There are still plenty of servers out there running a 2.0.x kernel for just that reason.
Linux is not like certain *other* operating systems where the new software you have to use deliberatly breaks on older versions of the OS.
Re:Slight *major* problem (Score:2)
Eh?
Any Linux or BSD user can get the source to the kernel they use. They can change the local version. If they are on the BSD core team they can change the global version. If they are Linus they can change the global version. If they aren't the core team or Linus they can send a patch to the core team or Linus and hope it is appreciated. Or they can fork the code (it happened to BSD at least three times, about zero tomes for Linux).
I don't know anyone on the FreeBSD core team, I've never met any of them (I know some of the OpenBSD core, I've met Linus). I had a problem with the FreeBSD USB stack. I tracked it down and fixed it. I used diff to make a patch file. I ran send-pr to report the bug, I attached the patch. Some automated software assigned me a bug id (kern/17815). Some time later I received the following message:
So my change didn't exactly make it in, but as far as I can tell only because I wasn't the first to make it. Somebody actually looked at my bug report, and checked to see if it was fixed. I have no doubt that if it wasn't they would have used my patch, or fixed it in a better way.
So why do you think the core team hinders BSD's growth? Does Linus hinder Linux's growth in the same way?
Or in other words, yeah, sure, Linux is great, but why do you assume BSD sucks when you have no damn idea how it works?
If you want to bitch about BSD, go install it. Don't make uninformed complaints about it. It's just as bad as all the articles about how hard Linux is to use written by a bunch of Windows users who have never given Linux a shot.
Re:large servers vs. desktops (Score:2)
X's problem is a *lack* of primitives, not that they are too low level. This results in people who want to do something being forced to draw the entire thing in a local image buffer and thus losing all hardware acceleration.
Re:large servers vs. desktops (Score:2)
In my opinion the client-server model is much easier to program and debug and can be FASTER than direct calls due to the reduction in context switches (since many graphics calls are easily batched together). The fact that it makes it trivial to get network transparency is just gravy and not the main reason for X's design.
X's insane flaws are the extremely bad graphics interface that ruins the client-server model by requiring synchronous communication, and a mess they created by making the window manager be a process.
Graphics should be powerful (not necessarily high-level) and should work without the program having to "inquire" anything about the device. For instance you should pick a color by specifying a r,g,b triple and the server decides what actual color it can display and does it.
The window manager should be scrapped and all programs control exactly all the pixels drawn on the screen. "consistency" (a very highly overrated thing, in my opinion) can be done by toolkit libraries, the same way they make buttons and menus consistent.
Both of these things require such significant changes that the result will not be X.
Re:large servers (Score:2)
Re:large servers (Score:2)
Re:Linux News... (Score:2)
That's what the distributors do. Linux is just the kernel, and there is usually no need to upgrade when a new patchlevel is released.
But I like to have the patch quickly if my system happens to need it. With a quarterly cycle, you have no choice but to wait for the whole next release.
Re:Kernel Desktop (Score:2)
Re:Feature requests: (Score:2)
* Fast, non-X-based 2D (GGI) and 3D (??) graphics control.
Well, we already have
What I'd like to see is a DMA subsystem that allows you to allocate large areas of physical memory (optionally mapped through the AGP GART)--something the rest of the *nix's can adopt.
Re:Slight *major* problem (Score:2)
Write the Linux kernel in Java.
The benefits are obvious - it will be cross-platform and garbage collection will be taken care of.
--
Re:Slight *major* problem (Score:2)
I don't think you have the BSD license correct. I believe that anyone is allowed to release a fork of the BSD kernel, but that they are also able to release a binary-only fork. And to add additional license restrictions.
BSD is more free for the current developer. GPL is more free for the past & future developer. There are arguments in favor of each. However, I prefer the GPL, partially because I want the future changes to contiue to be available.
Caution: Now approaching the (technological) singularity.
Memory Management!! (Score:2)
Right now, the kernel takes a constant 1G of virtual space. Which means any process can only take 3G of memory. Really annoying if you acutally have 4G or more of memory. And worse, the virtual address space is fragmented enough that the largest contiguous piece of space (say for a dynamic SINGLE array) is 2G. that really sucks.
I hear they are going to employ OpenBSD-like methods. Does this include thinking of Virtual Address space as just another resource, like memory used to be before VM? I've come to realize that VM separates the allocation of the address space and the physical space, when without it, they were bound together. Now, before it, contigous memory was scarce on a even lightly used system. So the big things that 2.5 needs to consider is good use of high memory (like putting the kernel in there for good), and actually making an allocation scheme for Address space, as that is still a vital resource that cannot be wasted.
$.02
"Did you wash your hands? You don't know where Linux has been."
Re:Linux News... (Score:2)
While the 2.5 talks are going on, at the rate their releasing kernels, 2.7 will be out while they speak about 2.5.
For starters major releases are always delayed.
Minor releases on the stable kernel are only bug fixes, and minor updates, they don't add features to the kernel.
I don't want to have to wait three months for a bug fix thank you very much.
It's just not possible for anyone to "release 2.7" before "2.5" - you seem to think that Linux kernel development is really muddled.
I can only assume that you're a BSD zealot, as some of your other posts lately have been quite reasonable. If this is the case why not just ease up a little and keep your posts to the BSD area until you've done adequate research to base your arguments on fact.
Re:To the Moderator (Score:2)
This new headline is about the features that might or might not make it into the next rebirth of the linux kernel, and posibly even discussion about linux development might be in place..
But 'WindowsXP is more stable then Win9x' is no where near relevant to the kernel development discussion that this news item encompases. I think thats where you got confused about the modding
Thus it is flame bait, since it tries to bring the Windows9x vs Linux discussion into this thread, whereas this thread is not ment for such discussion. Try the WindowsXP /
-- Chris Chabot
"I dont suffer from insanity, i enjoy every minute of it!"
Re:Oracle submits a laundry list of changes? (Score:2)
Re:Oracle submits a laundry list of changes? (Score:2)
Re:large servers (Score:2)
True. I won't deny it. I maintain it wasn't worth the gain and linux should not follow the same path.
You don't understand - not just what they kernel spews out, but the distribution as a whole.
I understood you completely. Nothing you mention cannot be hidden. And most of it already is with a properly configured machine. A framebuffer splashscreen during boot going into XDM and you wouldn't see a single system message.
A desktop OS is a far more amorphous problem - the focus should be on letting the user get what tasks they need to get done, with the minimum amount of worrying what is under the hood.
I guess I have a unique perspective on this - I work with people who need computers, but are easily confused by what we understand. They don't understand a driver conflict, all they know is that "the Internet is broken."
You hardly have a unique perspective. I work in the IT department for a newspaper with over 1400 clients doing network and end-user support. It's a fun job. I get to help people out and learn new things constantly.
That said, no, a desktop OS does not need a bunch of stuff packed in the kernel that could be applied in userspace. Configuring a printer does not require a kernel module. Being able to plug in a gnumeric spreadsheet into abiword does not require new code in the kernel. We don't need a checkbox to compile Mozilla's renderer when doing a make Xconfig.
Desktop OSes should protect the user from the computer. Your average user doesn't care about what most of Linux does, or what it can run on - they just want to write a paper, or check their email.
I'm not debating that point at all. I am debating why a single line of code must go into the kernel to accomplish this. Except for the speed of rendering graphics, which imho isn't worth the probable code fork it would require to get little Bobby an extra 20fps in Alice, nothing -absolutely nothing- you want has to be in kernel space. Is this the way you see NT? As one big kernel GUI that has every program running in Ring 0? Office isn't in the kernel. Outlook isn't in the kernel. This is not preventing Joe Average from reading their mail or writing the next Great American Novel.
You want linux for the desktop then developers need to make improvements in XFree. XFree can be made faster just as it can be extended to incorporate new technoligies like TT fonts. They need to continue to improve KDE and Gnome and GnuStep. Apps like Konqueror and Mozilla and Abiword need to be improved. Technologies like KParts and Bonobo worked into more apps. The list goes on and on and on.
I guess I must have a unique perspective on this. I look around and see every single one of those items being worked on. Just like the kernel developers are doing what they should be and improving the performance, and design of the kernel. Between the two I see nothing sabotaging or hindering the development of a consumer friendly linux desktop.
Re:large servers (Score:2)
Windows does offer some graphical speed improvement as a result of it, though. I can't offer you hard numbers, and perhaps it is a placebo effect, but my Matrox G200 does perform better under Win98 than Linux/XFree4. I run a fairly fast window manager (wmaker) under Linux, so I don't think its attributable to wasted eye candy. If you know of some tests to run each OS, I'd be happy to run them - I'd be happy to know I was wrong
But anyways, if there is a potential for improvement, why not take it? As long as the implementation is thorougly tested and debugged, I can't imagine any problems. Both WinNT and Win2k in my experience have been fantastic with not crashing, and they've got this "flaw in design".
Already done. If you want a nice splashscreen while the system boots up and not see all that boot information you can.
You don't understand - not just what they kernel spews out, but the distribution as a whole. Does Joe Blow care about GTK errors? All of the stuff X dumps as it starts up? MacOS is wonderful in the regard that it takes all the complexity of the system, and buries most of it. Yes, that's quite possible with >/dev/null, but an effort should be made to make all the extraneous output that is off by default.
The fact that you can run linux in everything from a wristwatch to a supercomputer is a testament to its design. Not a flaw.
Debatable. I'd rather have a well refined tool for a specific task, not a cure-all kernel.
Oh, and a true desktop is a thought out and planned set of layered services running atop a kernel.
Yes, but we differ in what we think a kernel should consist of, and my feeling is that a kernel for a user should be fairly different than a kernel for a Cray. The Cray is doing serious number crunching. Asthetics are at best a secondary concern. This is what Unix was after orginally, completing jobs.
A desktop OS is a far more amorphous problem - the focus should be on letting the user get what tasks they need to get done, with the minimum amount of worrying what is under the hood.
I guess I have a unique perspective on this - I work with people who need computers, but are easily confused by what we understand. They don't understand a driver conflict, all they know is that "the Internet is broken."
Desktop OSes should protect the user from the computer. Your average user doesn't care about what most of Linux does, or what it can run on - they just want to write a paper, or check their email.
--------------------------
Re:XFS? (Score:2)
It means no more than suggestions from Oracle. If you look at the things they suggest, they also give reasons for them. Remember that XFS is a fairly maure journeling FS, compared to Reiserfs which started for Linux.
Resierfs is in the Kernel, last I checked XFS wasn't yet. Both, and ext3, will be around for a while.
--
Kind of old, right? (Score:2)
Re:Controller on fire (Score:2)
Perhaps the example was poorly chosen, or poorly worded. The problem mentioned is very real, though. Trying to distinguish between transient and permanent errors, HBA and device errors, or HW-RAID controller and actual-disk errors, is hard enough even when you have access to all of the available information - e.g. sense data for SCSI. I know this because I wrote one of the very first UNIX-based multi-path disk driver extensions, and nearly went insane dealing with this exact problem. Linux makes this problem even worse by basically throwing away most of the useful information at various points along the way from adapter driver to SCSI mid-layer to generic block-device layer, etc. I'm glad they're finally doing something about it.
Re:To the Moderator (Score:2)
But either way, spending points moderating serious posts "off topic" just because they were slightly off topic seems like an awful waste to me. Same goes for many "redundant" moderations. So what if there's a little redundancy? It's much worse to have a lot of pure crap in there than to have some ok post that is redundant. That's what I think anyway.
Re:To the Moderator (Score:2)
And.. a little rant.. ANYTHING even SLIGHTLY off topic that mentions something even slightly positive about Microsoft will always be moderated down. Anything, no matter how off topic, that says something negative about Microsoft will either be moderated up or left untouched. It doesn't matter if the story is about the Muppet Show or Mars landers..
Re:Slight *major* problem (Score:2)
Re:Oracle submits a laundry list of changes? (Score:2)
Re:Feature requests: (Score:2)
--------
Genius dies of the same blow that destroys liberty.
Re:Slight *major* problem (Score:2)
Re:large servers vs. desktops (Score:2)
You don't loose your hardware exceleration, you've got it in the new drivers. You don't have to loose 3D, as OpenGL can sit on top (Or even parts of it in) the device drivers.
You don't even need to loose your toolkit libraries or even, dare I say it, XLib. The toolkits are fully portable, no problem there, and if you put your mind to it, you could layer an XLib implentation over the lower level Framebuffer. Another option would be to allow the user to switch off the Framebuffer and just run the old X.
For home users, they can still run GTK+, Qt, and the Gnome or KDE desktop(s) without even noticing anything other than the fact that Linux is easier to use. The Old Guard, and people who need X for whatever reason, can still run X.
Re:Slight *major* problem (Score:2)
large servers vs. desktops (Score:2)
What kernel changes do you hope to see in future versions?
Not a facietious question!
Likewise, the "easy desktop" stuff seems more in the hands of the various window manager and desktop environment projects than in the kernel -- and they're doing a good job!
So I'm curious what kernel things you're thinking about. I certainly am more interested in Linux as a personal operating system than in servers, but it seems like a lot of the thresholds have moved up. The kernel can *already* handle most (currently) reasonable demands for personal computing, while the mondo systems of the world are now the ones that the kernel guys face as a challenge.
simon
*I'm not a USB fanatic, but I know this makes it sound that way;)
Re:Oracle submits a laundry list of changes? (Score:2)
I read the laundry list in the article, and agreed with every single point. (No, I don't work for Oracle.) In fact, I'm surprised there weren't a couple of other items, such as the OOM killer problem that has consumed a lot of linux-kernel mail list space lately.
Everything Oracle asked for is bread-and-butter for high-performance database functions. If the PostgreSQL people had been at the summit, they would have asked for the same things. Another group that would benefit from the proposed changes would be real-time apps people, because several of the requests center around simplification of large-transfer requests.
As for resources, you can bet that Oracle people will be right in there testing the changes that are made, providing benchmark data, and perhaps submitting patches from time to time. I suspect, though, that they will leave the big-brush architecture work to the core people, so that the changes they want can be cleanly added to radditional changes requested by others, requests just as worthy for inclusion.
As for "what strings are attached," I suggest you read the GPL again...
Read the CHANGELOG, Luke... (Score:2)
Not every single release requires one to download the tarball and rebuild the kernel...but for every release there is someone out there who wants the new feature or needs the bug fix and sees the advantage to take the time to upgrade. If we were to move to quarterly point releases, you would make a number of people mad.
For example, on some of the systems around here I'm still running 2.0.34, because those systems don't need the updates. The work gets done. Others are running 2.2.15 (soon to move to the latest 2.2 for security reasons). Not one of my servers is running a 2.4 -- yet -- because I don't think that the 2.4.x series has enough run time on it yet -- I tend to be conservative about upgrades. In other words, the 2.4.3 doesn't have something that I can't live without, so I let other early adopters (the people on the bleeding edge) scope out the system before I move to it on any of my boxes.
Does this sound to you like a variation on "If it ain't broke, don't fix it?" Good hearing...
Re:large servers (Score:2)
I can't be karma whoring - I've already hit 50!
Re:Kernel Desktop (Score:2)
It's a minor driver issue. You don't need to be a core hacker and OS architect to fix it.
Re:Linux News... (Score:2)
BTW just becasue that are releasing a new kernel every couple of weeks doesn't mean the bussiness need to keep taking their computers down to upgrade. They only need to upgrade if there is a bug that affects them in the kernel that they are using and the new one has a fix for it. Or if there is a realy brand spanking new feautre that they can't be with out. Other than that the is no reason.
They people who will upgrade every release are developers, proformance freaks, and people that want to be helpful by providing bug reports.
So don't get your nickers in a twist, no one is forcing you to upgrade if you don't want to.
Mark Hillary
error in article (Score:2)
Use it!
-EvilMonkeyNinja
a.k.a. Joseph Nicholas Yarbrough
Security Grunt by Day
Programmer by Night
Re:To the Moderator (Score:2)
hacker != architect (Score:3)
Re:large servers (Score:3)
Fix the I/O and network problems first; DON'T listen to the clueless masses who just want a win2k (read: porn browser/game platform) replacement.
The networking stuff IN PARTICULAR is a huge problem. We are writing some serious high bandwidth drivers and they are CREAMING the hell out of the Linux kernel because there is only one single backlog queue, and we need to be able to service possibly hundreds of devices. A SINGLE misbehaving network device can bring down the whole network stack currently, and YOU are worried about your stupid desktop apps?
Spare me.
Re:large servers (Score:3)
With the appropriate patches, linux can acheive a level of latency that is better than any version of Windows and even gives MacOS and BeOS a run for their money. Search Kernel Traffic for the appropriate discussions. The fact is linux could be used for professional multimedia. The foundation is already there.
You want better support? Get on the vendor's ass to pump out a real fully functional driver for their hardware. Creative anyone?
Bring a graphical interface into kernel land
This will never happen and the design reasons why it shouldn't are sound. Why people don't look at Windows and just admit that it is an object lesson of why it shouldn't be done boggles me.
Hide all of the system nastiness (do I really care how many bogoMIPS I have?)
Already done. If you want a nice splashscreen while the system boots up and not see all that boot information you can.
Basically, change Linux from Unix clone to something more along the lines of BeOS, MacOS, or WinNT (but done right, of course ;-) ).
Can be done and there was a /. story on this. Linux is a kernel. There is nothing preventing someone from creating a new userspace for it.
I don't think that is what Linus wants, though - if he did, I don't think he'd care about getting Linux to run on all that heavy iron.
More like there are a ton of people out there that want linux to run on heavy iron and are getting it done by contributing. The fact that you can run linux in everything from a wristwatch to a supercomputer is a testament to its design. Not a flaw.
IMHO, all the DE's we have right now are just big hacks...yes, Gnome and KDE are rather sophisticated hacks, but a "true" desktop isn't layer after layer of services running on a kernel, its a more thought out and planned OS. You make sacrifices - you might only go down to one widget set, one way of doing audio, etc.
And it is your opinion to have. I just completely disagree with it. A DE should stay in userspace. KDE and Gnome are much more than just hacks and the fact that we have them along with GnuStep, CDE and the like *is* a good thing. I'm pleased as punch that at this stage of the game there is competition and exploration into different designs. The concept that we need one true desktop to rule them all, right here, right now, is deeply flawed imho. You call KDE and Gnome hacks but you offer nothing to replace them.
Oh, and a true desktop is a thought out and planned set of layered services running atop a kernel.
Feature requests: (Score:3)
--------
Genius dies of the same blow that destroys liberty.
Paper hats... (Score:3)
If people would only look to the paper hat, it would solve all the computer problems in the world...
Maybe that's Microsoft's problem... no paper hats. No hats at all actually. Maybe Gates should invest in some headgear... perhaps a fedora would be appropriate...
Dave
DOS is dead, and no one cares...
Anybody else scared? (Score:3)
Buffer Overflows Fix (Score:3)
Re: large servers (Score:3)
So it's only logical to address hardware issues. The focus on usability should be on other fronts, like the windowing system. Of course some capabilities of a user-friendly windowing system will perhaps need kernel changes. And I would understand your concern if such changes were ignored or treated lightly by the kernel community. But I see no evidence of that.
I am too very interested in seeing the Linux system get mainstream. But from my point of view the advances made are lighting fast, really. When I think about five years ago I find myself unable to say where can we be five years from now. Perhaps a really mainstream Linux. And when that day arrives, it will make me very happy to know that they are using the very same system in the NASA computers.
Re:Linux News... (Score:3)
Great target... (Score:4)
The kernel hacker summit begins, with a beautiful starlit night (hackers would never be caught hacking in bright sunlight). Hackers are absorbing caffiene, discussing better ways to manage memory, more efficient uses for resources and so forth...
Fade to Redmond. [Wide shot of the Microsoft campus] Lightning bolts, thunder and rain abound. Bill Gates is on his throne, stroaking his Evil Goatee(tm). As he pets his cat, he mutters..."Yes, this is my chance..." With a quick decisive action, he calls up his satelite targeting system...aims it at the hacker conference...presses the button, and *BLAM* Blue Screen of Death. Just at that time, our heroes stumble into the room. Scoobie Doo rolls into Bill Gates, knocking him down, and he's pinned under Scooby. "Curses!!!", Bill cries. Fred and Daphne walk up to Bill, and pull off his mask. It's Old Mr. Withers, the curator at the local museum! "I had a good scam going, and I would have got away with it, if it wasn't for you meddling kids, and that mangy mutt!"
Kernel Desktop (Score:4)
How about improving "apm -s" so I don't need to manually unload my cs sound driver (and first kill xmms which constantly reopens
How about improving boot up time? Including the bootup logo patch?
How about getting DMA mode working on all the IDE controllers out there and having them intelligently configure themselves (I've lost more than one disk to hdparm tweaking).
How about making my mp3's not get choppy when my system starts swapping? (short of needing to apply rtlinux patches and nice --19'ing mpg123).
(DMA overruns too!)
How about including a kflushd that's smart about laptops?
How about cleaning up the documentation for proc.txt, with some examples of what humans could set things to.
How about splitting scsi, ham radio support, pcmcia, architectures, etc, etc into seperate tarballs so I don't need to download them all, or watch make depend go through them all?
I can't imagine that the same schedule() used to handle Apache and Oracle would do the same job as running GNOME..
Why not try ditching LILO for GRUB?
Have you been reading the mailing list? (Score:4)
This has been the case for quite some time. I remember reading complaints by many would be contributors that Linux kernel development may as well be closed since it has now become so complex only a few people are able to contribute anything meaningful to it. Also Linus is notorious for not accepting patches that people have worked hard on for a variety of reasons that sometimes smack of petulence.
Anyway, exactly how do you expect the future roadmap of for the Linux kernel to be handled if not by disussions by the people who are contributing about 90% of the code? Heck just a few years ago it was done by one person, Linus, despite the number of patches that were received by the "open Source" community. It's one thing for patches and bug fixes to be handled in a bazaar manner where discussion is done via a mailing list but on the other hand when dealing with the design of the system architecture or "vision for the future" this is best done by as few people as possible. Design by committee is always bad.
Heck even Perl which has probably as many contributors as Linux gone a similar route [slashdot.org] with a fewer number of developers directing the future of the project.
Slight *major* problem (Score:4)
This alone made linux great because it was a community effort to get the kernel rolling into a quality piece of code
However this "meeting" makes your wonder if this is a community project anymore, there are hundreds of kernel hackers out there, who have in some way contributed code to the kernel
however only 65 get to attend this meeting ..
Please tell me that linux isn't going to adopt the idea of having a "core" team like the BSD's do ... ...
the only thing that will happen is that the kernel will be something that only the l33tist will be able to work on
additionally forking the kernel code just so that the community can work on the code as opposed to a "core" team is even more stupid ... there go whatever standards the linux kernel had ... get what I mean?
just my 2 cents ...
Sunny Dubey
Re:Slight *major* problem (Score:5)
Controller on fire (Score:5)
Isn't detecting CPU and internal system temperature already done at the BIOS level? It shouldn't be hard to implement here; just test the temperature levels every time a disk operation fails. But maybe the rest of the room is on fire! But we'll save space in the bad block table once the system is restored.
It's not just Oracle. (Score:5)
Re:Oracle submits a laundry list of changes? (Score:5)
I don't think you should see this as Oracle demanding stuff from Linux hackers. I think it is very useful that developers of high-performance application software, such as Oracle, are giving this kind of feedback on kernel performance issues.
Kernel hackers can use this for our (the users) good, not just Oracle's.
Re:Slight *major* problem (Score:5)
Sure, everyone can contribute anything to the kernel. But this summit wasn't for those who regularly submit drivers/documentation fixes etc., however important they are. This meeting is for people who design the subsystems, API:s and other core-parts; the very intestinals. I like to think of myself as having contributed to quite some things in the kernel; bugfixes, documentation, the driver-management system for the MCA-subsystem and what not. I also maintain the v2.0.xx-kernel series.
However, I do not feel the least bit slighted by not being invited to the summit. Why? Because I wouldn't have done a lot of good there anyway. I'm not really the kind of visionary (and more importantly, the great OS-theory scholar) that are needed in such a meeting. I'm a codeslave. I munch C for breakfast, and I'm proud of it. I write manualpages for lunch, and I'm proud of it. I fix typos for dinner, and I'm proud of it. But hacking up a new scheduler or an OOM-killer? Merely the thought gives me a headache. I'd rather search for memory-leaks or possible deadlocks.