

Linux 2.3.46 Released Unto the World 234
jschauma writes "I just saw on freshmeat that Linux 2.3.46 is out - thought I'd share the news. Freshmeat also has the changelog online. " One step closer to 2.4.
Once it hits the fan, the only rational choice is to sweep it up, package it, and sell it as fertilizer.
Woo Hoo! (Score:2)
Oh wait, I could have just read freshmeat.
What's supposed to be in 2.4, anyhow? SMP updates? Maybe my TV card will work better...
---
pb Reply or e-mail; don't vaguely moderate [152.7.41.11].
If anyone's worried about it.. (Score:1)
--
blue
Re:If anyone's worried about it.. (Score:2)
Re:If anyone's worried about it.. (Score:2)
Great way to slam Win2000 (Score:1)
Cool that a Linux release came today to spoil the "party".
Although this should have us worried:
http://www.tpc.org/new_result/ttperf.idc
Don't cross the streams! (Score:1)
TV cards (Score:2)
(It will work with 2.2.x as well, with some patches)
----
Mention that it's a development kernel (Score:3)
Chris Hagar
At the day Win2000 launches... (Score:2)
The big news... devfs (Score:5)
devfs = Device File System. Instead of makedev and having dozens and dozens of device files in
Congratulations to Richard Gooch on his efforts over all this time and his tireless dedication to getting in into the kernel. Hats off to you.
Re:doesn't work/compile for me... (Score:1)
Offtopic: Harsh Criticism of VA / Andover merger (Score:1)
I would be interested to see some opinions on that. I know this is off topic, but isn't the big argument against censorship: "Slashdot is the readers, not the VA corporate control".
(Oh yes, and it's labeled experimental) (Score:3)
This new kernel release actually *IS* news. (Score:5)
Normally, I agree that announcing the latest development kernel on Slashdot is a little silly - after all, if you're running the devel kernels, you know where to look for them.
However, this kernel release IS newsworthy. Why? Well, take a look at this posting to the linux-kernel mailing list:
[PATCH] devfs v158 available [kernelnotes.org]
If you can't be bothered to follow the link, here's the important sentence from that posting: This is the patch that was sent to Linus and included in 2.3.46-pre5. That's right boys and girls, DevFS is now part of the standard Linux kernel. This is wonderful news, and amazingly hasn't yet sparked off any great flamewars on the mailing list (those of you that read the list will know that mentioning DevFS on it has seemed akin to posting about atheism on an evangenical Christian newsgroup). For more information about DevFS, have a look at Richard Gooch's kernal patch page [csiro.au].
I'm still amazed that this has happened.
Re:Don't cross the streams! (Score:1)
--hunter
Did W2K not launch? (OT) (Score:4)
If the W2K launch isn't "News for Nerds", then I'm afraid I don't know what is. A Linux kernel update is "News for Nerds", but the most anticipated OS release in the past two years isn't?
Today is a new low for
(And don't flame me with "but this is a Linux news site" - the site specifically says "News for Nerds", not "News for Linux Nerds".)
Open soure. Closed minds. We are
Freshmeat does certain things well. (Score:3)
I am sick of seeing linux development kernel upgrades posted on Slashdot. I think if Slashdot is going to get in the business of announcing minor software updates, they should announce all software updates. I recognize the need for Slashdot to mention major software upgrades, such as GNOME hitting the 1.0 plateau or KDE hitting the 2.0 plateau, but announcing every single minor development kernel revision is ridiculous. That's why we have places like Freshmeat, and that's why we have things like Freshmeat slashboxes. It's that simple.
But, I can understand how this might be of some value to people who can't figure out how useful Freshmeat is or even know it exists or just plain don't like it. I like people to be constructive, not destructive, so I propose that Rob et al develop a new Slashdot topic like 'kernel-development-update' and make it real specific to development kernel announcements. I like reading about major proposals to the kernel, so that shouldn't be in there, and I certainly don't want to filter out all Linux related news, so Linux development kernel updates shouldn't be under that heading. Give it a cute kernel icon, like a corn kernel or something. It's just inane to make these announcements every week or so for something that is in development. Yes, it's the road to 2.4, but let's wait until we get a 2.4pre kernel or something and the end is in sight. With Linux development kernels having a history of getting into the hundreds in minor version numbers, we don't need these. Freshmeat's good enough.
And for those who are going to say that the universe doesn't revolve around me (and I'm sure you're out there), Stephen Hawking postulated that the universe could be expanding from any point, and so right now, I'm designating that point as me. Call it the Hrunting Corollary.
*wheeze wheeze*
It's a typo (Score:4)
back_merges_fn should read back_merge_fn (IE, remove the 's')
This has been posted to linux-kernel as the fix, and it works for me.
Re:Great way to slam Win2000 (Score:1)
I shouldn't be complaining, but... (Score:1)
Linux 2.4 changes... (Score:2)
Other changes are detailed in a story [linuxtoday.com] over on Linuxtoday [linuxtoday.com].
ll_rw_blk.c fix (Score:2)
diff -u linux/drivers/block/ll_rw_blk.c.orig linux/drivers/block/ll_rw_blk.c
--- linux/drivers/block/ll_rw_blk.c.orig Wed Feb 16 20:15:56 2000
+++ linux/drivers/block/ll_rw_blk.c Wed Feb 16 20:45:56 2000
@@ -253,7 +253,7 @@
INIT_LIST_HEAD(&q->queue_head);
q->elevator = ELEVATOR_DEFAULTS;
q->request_fn = rfn;
- q->back_merges_fn = ll_back_merge_fn;
+ q->back_merge_fn = ll_back_merge_fn;
q->front_merge_fn = ll_front_merge_fn;
q->merge_requests_fn = ll_merge_requests_fn;
q->make_request_fn = NULL;
Well, you get the idea even if it looks like crap on slashdot.
(Original linux-kernel post [kernelnotes.org])
If you talk about Freshmeat.... (Score:2)
Re:Great way to slam Win2000 (Score:2)
It's a price for performance... no linux system??
This looks bogous to me.
--------------------------------
Re:Great way to slam Win2000 (Score:1)
It just doesn't seem convievable that an 8CPU system from Microsoft could compete head one with one with 64 processors from sun or 128 processors for SGI... ESPECIALLY given the later two's 64 bit operating systems and Windows 2000's decidedly 32 bit addressing.
I'll stop now...WAY OFF TOPIC, I'm sorry!!!
Re:doesn't work/compile for me... (Score:1)
There is a one line typo in ll_rw_blk.c. The name of a variable had an 's' added to it accidentally. See this linux-kernel message [kernelnotes.org] or just apply this diff:
(modulo the way that Slashdot mangles quotes, of course.)
How about Kernel Slashboxes? (Score:5)
Re:Offtopic: Harsh Criticism of VA / Andover merge (Score:2)
That would be no good. I don't have any personal opinion on the merger, except that VA now owns both sourceforge and server51, so the only non-VA free development platform-type-site that I know of is openprojects.net. But that's a different point altogether.
Oh, and themes.org and Slashdot are now owned by the same people...isn't that exciting? But, of course, the Andover/VA Linux staff has no say in what gets posted and what doesn't.
Oh wait, roblimo is an editor of AndoverNews. Hrm. He's also been with them for a long time, I do believe.
So are we really to believe that Andover (through roblimo) doesn't have any say in what gets posted on slashdot?
And...what about the guy who posted to the original merger (VA-Andover) thread, from valinux.com, who got an automatic +4(!), without any moderation. Hmm.
Some of it seems a bit suspicious. But that's the way I am sometimes, eh?
-ed fisher.
Yeah, well, there's no NASA news hardly ... (Score:2)
And for one, I don't get it. NASA news is news for nerds, and its generally about stuff that matters.
But, see, Slashdot stories are selected by Rob and Hemos and the gang. Its stuff that's interesting to them. Thus, Slashdot is a cult of personality - the personalities that are Hemos, CmdrTaco, etc.
So, tough.
Re:tulip drivers (Score:1)
Minor Updates... (Score:1)
Nathaniel P. Wilkerson
NPS Internet Solutions, LLC
www.npsis.com [npsis.com]
Re:If anyone's worried about it.. (Score:1)
Re:Not possible? (Score:1)
It seems a bit off to me because even if Microsoft did produce the most streamlined OS in the world... I simply doubt that Sun, IBM, Oracle, and all the other "enterprize" class vendors would be unable to to beat Microsofts results using what they have available to themselves -
Multitudes of more CPU's, each of which is more powerful than anything Intel offers,
64 bit memory addressing = enough memory to conceivably hold the database in RAM.
Years more experience in that arena...
No... SOmething seems greatly wrong, to me. I KNOW linux can't match any of those numbers, simply because it doesn't run, or isn't optimized to run, on those classes of machines, and the software isn't available for them at that level...
Re:Woo Hoo! (Score:2)
For a nice summary, see http://linuxtoday.com/stories/15936.html > [linuxtoday.com]
It may be updated periodically, thus rendering this link obselete, tho'.
Enjoy. (Yes, TV Card support may be easier, the article says... ;-)
_______________________________
Re:Offtopic: Harsh Criticism of VA / Andover merge (Score:1)
I think that is a quite naive statement. The history of Andover so far is: They made a bunch of deals, went IPO, and hugely profitted from selling the company. It is not quite clear, if people who actually bought the shares profitted so far, since the stock price went downhill from the start [smartmoney.com], with a slight bump upwards from the sale to VA Linux.
The question, if something benefits the shareholder is quite murky. The article states the opinion that the Andover deal hurt VA Linux shareholders. VA Linux has a different view on this for sure. Assumed I am a VA Linux shareholder, I guess I have barely a chance to successfully sue VA Linux. IANAL, though.
Everything in moderation (Score:1)
1. Definatly announce full releases.
2. Announce and pre- builds like 2.2.0pre9
3. Post about major feature additions.
4. Announce the occasional dev build just to keep people aware of the project.
It would also be more helpful if, instead of saying, here is another dev kernel, people would post about some of the stuff in the kernel, bug-fixes, new feautures, articles about new subsystems, etc. Not everyone is on the kerneldev mailing list you know.
Re:Freshmeat does certain things well. (Score:1)
Yes, I have to agree. Same goes for the BSD releases, and everything else. If it's big news, /. readers need/want/must know about it. But if it's little routine stuff like development steps, and even patch levels of stable releases (unless some major and important fix included), it shouldn't be mainline headlines.
I would like to see a little box that shows what the latest/greatest releases of major OpenSource freeware is, be it Linux, distributions of Linux, BSD, KDE, Gnome, or whatever big popular software it might be. In our preferences we could then pick and choose what software titles we want the /. chipmunks to put in the box for us. Then add some code that highlights the changes we haven't seen, yet
Re:Great way to slam Win2000 (Score:2)
> It's a price for performance... no linux system??
Actually, the link supplied isn't price/performance, it's flat performance. That's what makes it especially relevant. And if you'd care to look at the numbers, this $4mil Compaq/Microsoft box is chunking nearly two-thirds more transactions per minute than the drastically more expensive IBM and Sun servers located down the line. Oh, and this is an independent scientifically audited benchmarking site, so this ain't no FUD. And to specifically answer your question, if SMP under Linux and MySQL worked at all well, you'd see them on the other list, here [tpc.org] where the list is not blanketed by performance, but rather by price. Eat your heart out.
Jake
Wouldn't use it if I were you (Score:2)
Aside from that I think it is very clear that these kernels do not undergo even the most cursory testing. The typo in the ll_rw_blah_blah.c means that nobody even tried compiling this kernel before release. If they had that typo would have been caught.
-jwb
Some numbers... (Score:1)
The biggest shareholder of Andover is Bruce A. Twickler, the CEO who owns close to 2 million shares. He made $15 million from the cash payment of the sale alone. He must be a happy man.
And then there is the random invester who bought shares in Andover because it is such a cool Linux company. Well, the stock went downhill and he is the one who brought in the actual money that is passed out around here. The random VA Linux invester is in the same boat, that stock price is currently $118 from a $320 high.
I was at the W2K rollout. Here are highlights... (Score:2)
* Celebrity guests were Patrick Stewart and the guy who played Peterman on Seinfeld (predictably, there were lots of jokes about "enterprise" and "engage!"). The Peterman guy played a venture capitalist who made a deal with the demonstrator (playing a startup founder) because he was able to show him his business plan on the plane using the IntelliMirror function to replicate his desktop from the server back at the office.
* Lots of focus on plug-and-play, use of the Infra-red port on laptops to transfer files, USB compatibility, and Firewire to transfer files from camcorders. Also focused on DVD capabilities.
* There was a chart with the results of a third-party stress test, which showed that the average uptime for Windows 95 was 2.5 days, NT 4 was 5.4 days, and Windows 2000 was 90 days (and counting...the test machine was still running)
* Gates announced two new TPC-C numbers putting Windows NT/2000 in the #1 and #2 position for transaction processing performance for the first time (the second one, announced today, used a cluster of 12 x 8-way Compaq servers to get over 227,000 tpmC, the highest number previously was IBM with about 150,000 tmpC, at four times the cost of the Windows 2000 system)
* There was a demo of a massive web server cluster running Windows 2000, supposedly capable of handling 1.2 billion hits per day. To prove it, curtains were raised around the auditorium to show that the walls were literally covered with desktop systems, all of which were banging on this cluster.
* The main prop on stage was a giant (i.e. 40' high and wide) laptop. The show closed with the bottom of the laptop lifting up, and underneath was the band Santana, who then broke out playing.
Re:tulip drivers (Score:1)
-l
Re:Offtopic: Harsh Criticism of VA / Andover merge (Score:1)
Re:Too Little, Too Late (Score:1)
Re:Great way to slam Win2000 (Score:1)
Conclusion: Microsoft is very inefficient.
It's newsworthy because... (Score:3)
Yes, and proud of it! (Score:1)
Perhaps it does show some bias, but I think it is (if then by accident!) an act of extraordinary clear mindedness to simply ignore what was essentially a media-manipulation exercise. /. has posted many things on W2K in the past, and both sides had their say, and both sides were accordingly moderated up (and down!). I hope and expect that healthy discussion of That Other OS will continue in the future.
But really, what can one say about a product launch? I can see it now. "Oh yeah, and That Company finally really officially actually really said that W2K is out, after we've already been discussing the Gold Release for about two weeks." ;-)
________________________________________
Re:Yes, and proud of it! (Score:1)
Well, amusingly, even after it went Gold and RTM'd, there were still lots of people here claiming it was vaporware because "it wasn't in stores yet".
A better use of a clue-by-four, I couldn't find.
Simon
Re:Linux 2.4 changes... (Score:1)
What!? There wasn't a single buffer all this time? That's scary. Yes, this should speed up disk performance quite a bit. Yay. Anyone know the state of the nfs code, is it still god awful?
Re:Freshmeat does certain things well. (Score:2)
Slashdot's Law: "Ninety per cent of everything is FUD."
Slashdot eating posts? (Score:2)
1.) posted by Luyseyal
http://slashdot.org/users.pl?op=userinfo&nick=L
Re:Woo Hoo! (Score:1)
by Luyseyal (swaters_AT_amicus_DOT_com) on Thursday February 17, @07:11PM EST (#74)
(User Info)
LWN has some really good information on 2.3.46. can we say devfs??!! can we say new RAID??!! http://lwn.net/2000/0217/kernel.phtml
-l
[ Reply to This | Parent ]
2.)
Nerds don't run Windows (Score:0)
by Anonymous Coward on Thursday February 17, @07:13PM EST (#75)
Only lusers run Windows; therefore, it is not "News for Nerds."
[ Reply to This | Parent ]
3.) posted by Zurk
http://slashdot.org/users.pl?op=userinfo&nick=Z
Re:No bias here at
by Zurk (zurk@SPAMSUCKSgeocities.com) on Thursday February 17, @07:14PM EST (#76)
(User Info)
oh bullshit. if you dont like it dont read here dimwit. yes, a kernel change is interesting for some of us if it has been a slow day. windows 2000 is the most anticipated OS for who ? i dont even use the current release.
[ Reply to This | Parent ]
4.) posted by mrsam
http://slashdot.org/users.pl?op=userinfo&nick=m
Thank you for your support. (Score:1)
by mrsam (sam@email-scan.webcircle.com) on Thursday February 17, @07:14PM EST (#77)
(User Info) http://www.geocities.com/SiliconValley/Peaks/5799
Please post all the usual "Why Are You Announcing Kernel Revisions In Slashdot?" flames in this thread.
Thank you very much.
Re:It's newsworthy because... (Score:1)
Re:Great way to slam Win2000 (Score:1)
NT is cheeper than ("real") UNIX, esp. for entry level applications/systems. (I believe this is generally agreed upon). This is wy we only see NT on the low performance list.
The question remains whether choosing for a low performance (NT) solution will be cheaper in the end, but that's a different story...
State of the Kernel Address (Score:2)
My fellow Americans, please join me in congratulating Mr. Torvalds with his recent accomplishments. He is an inspiration to all.
Thank you, and God bless.
Re:Not possible? (Score:1)
Re:We copied the DB to another machine. Sorry. (Score:2)
Re: At the day Win2000 launches... (Score:5)
We do. You're the one with things out of balance.
Is this the first day we could acquire W2K? No, it's been released to OEMs for weeks.
Is this the first day we could get a peek at W2K? No, release candidates have been out for many months. I'm tempted to say years.
Does Win2K redefine the fundamental paradigms used by software? Nope, it's a incremental change from NT4, but it doesn't have true innovations like GUIs or a NOS, and it doesn't even have false invocations like doing everything through the fully integrated (but still available as a separate product in stores!) web browser.
On the other hand, the inclusion of devfs *will* go a long way to heading off a critical problem. Users notice that devfs eliminates the need to have thousands of files in
The fact that I can get Win2K "in a box" instead of "OEM'd" today does not really change my life. If I really needed Win2K, I would already have it.
The fact that Linux now includes devfs *does* significantly change my life because some very cool kernel modules and applications are now much easier to write without requiring the end user know how to apply a kernel patch.
Re:Offtopic: Harsh Criticism of VA / Andover merge (Score:1)
Very good (Score:1)
The one reason I started using Linux 3 years ago was due to the Windows camp ignoring all other OS and technology out there.
I dont like this "boys club" linux is turning in to.
What the hell are you talking about? (Score:1)
More Intel than Win2K (Score:1)
Linus would be the first to admitt that Linux is not all things to all people. However fine grain locking in 2.4 should make SMP suck slightly less.
The ProLiant systems were built using 3 clustered boxes each with 32 550MHz(2MB L2 cache) processors. The Alpha tested is not representative of the current state of the art, they were only 21164's at 612MHz. The lastest is a 21264 at 700Mhz with 16MB L2 cache! This which would smoke the Intel based box. Sun is a generation behind in the processor stakes, Ultra Sparc II max out at 400MHz and do not have as much cache so it is not suprising that the system is slower. This should be corrected when the Ultra Sparc III is brought out. It is a testement to Solaris that they are competative at all.
Re:What's next? (Score:1)
---
"'Is not a quine' is not a quine" is a quine [nmsu.edu].
BIG NEWS HERE (Score:1)
"go post that crap on slashdot. tell them your wife runs linux and they will mod your story up big time"
Re:It's a typo (Score:1)
Large File Support on 32 bit machines? (Score:2)
Does anyone know whether 2.4 will include support for > 2 GB files on 32 bit machines?
It is surprisingly difficult to find a definitive answer on this. I'm aware of the LFS patches at ftp://mea.tmt.tele.fi/linux/LFS/ [tmt.tele.fi], but I need everything to 'just work', including iostream libraries etc...
In redhat 6.2 or 6.3, what are the chances that a tar cvzf stuff.tgz /data/* will just work without truncating my tarball to 2GB?
Re:Not possible? (Score:1)
Re:I was at the W2K rollout. Here are highlights.. (Score:1)
There was a chart with the results of a third-party stress test, which showed that the average uptime for Windows 95 was 2.5 days, NT 4 was 5.4 days, and Windows 2000 was 90 days (and counting...the test machine was still running)
You mean all the windows 2000 servers were still running, don't you? I'm assuming they're not finding the "average uptime" by counting how long one machine stays up...
Third-party stress test? (Score:2)
I wonder if there is more information about this or these particular stress tests. If they are not internal Microsoft tests, it would be interesting to run them on the Linux development kernels.
How much dedicated stress testing do people really do for Linux development kernels? I know Microsoft "prides itself" in the stress tests it runs on its internal NT builds.
Re:We copied the DB to another machine. Sorry. (Score:1)
Re:Great way to slam Win2000 (Score:1)
Re:It's newsworthy because... (Score:1)
Re:Great way to slam Win2000 (Score:1)
stuff that matters? (Score:2)
What doesn't work well with bttv? (Score:2)
- A.P.
--
"One World, one Web, one Program" - Microsoft promotional ad
Re:Windows 2000 Benchmarks (Score:1)
Also, we would be well advised to approach this comparison with a bit more composure than we did the last time around.
Re:Minor Updates... (Score:1)
Well Nate, I am sick of seeing NPWIII Posting your never ending trolls on Slashdot. I think if NPWIII is going to get in the business of trolling your advertising without adding anything but flame to the thead, You should buy a banner and put your money where your troll is.
Yeah I know -1:Flamebait, mark me down.
Kernel Slashbox = kernelnotes.org slashbox (Score:2)
Fat Chance (Score:2)
The problem is that to fix the 2GB limit you need to change every program to understand that they cannot just seek to an integer (or long) location. This kind of type change simply cannot be easily done, there are too many problems that can arise. Therefore even on 64-bit machines many programs only use 32-bit constructs and will require workarounds.
A sample problem? Perl programmers on 64-bit machines are advised not to open large files directly in Perl, but rather to open pipes to and from processes that can read and write the files. Fixing that requires compiling perl (the program is lower case) with still-experimental 64-bit support. There is nothing that could possibly be done at the OS level about this - the issues are internal to how perl was written.
Cheers,
Ben
Mr. Gates and presentations... (Score:2)
He opened with a video showing the previous year's (Spring 1998) presentation where they demonstrated the wonderful ease Windows 98 installed drivers for USB devices. He showed a video of that presentation and how it failed. I wasn't there in '98, so I assume that video was legit. A scanner (I think) was plugged in, Windows 98 saw that and displayed the "Adding New Hardware" box. The next dialog that came up requested the driver disk. A little bit later the blue screen came up and they immediately shut off the display.
So, to correct that "problem," Mr. Gates said they had worked on the problem the entire year since, and would give it another try, with the same computer and scanner. They plugged it in and it went beautifully, with one minor difference. The computer didn't prompt for the driver disk. My guess, with what I've known of Windows 9x over these years, is they already had the driver installed once before on that computer. So when it came around this time, it did not need the drivers because Windows already knew they were already there...
I did see some write ups on those Windows type magazine web sites about this event, how it couldn't have gone smoother and Windows will save the universe from certain damnation. Not a word was mentioned of the difference in the presentation. I guess I was the only one there that paid attention to such details (the Windows tech support life did it to me
Seeing him in person and watching this incident revealed to me much about Mr. Gates that is never covered in trade magazines/web sites. It can also be surmised by many accounts from people that knew him in the early days that he is a very competitive guy and hates to be embarrassed like that, PBS' Triumph of the Nerds (or whatever it was called), TNT's Pirates of Silicon Valley. I saw this side of him there at the keynote in Chicago. He will never let that happen to him again.
Where's this going? Well, I wouldn't be surprised if what was shown for the audiece to "ooo" and "ahh," and give these lapdog magazines something to proclaim as a true renevation for the new millennium we just entered, and what was really going on behind the scenes were not exactly the same. A screen saver on these desktops that reloads the page every second, some graph app that shows the "load" on the servers? I wouldn't put it past the man. Things must run completely smoothely, no matter what...
perfect summation! (Score:2)
Agreed. There is a lot more going on in the world than could possibly be discussed on slashdot, even when you narrow your field with parameters like "must appeal to nerds" and "ought probably apply to technology and its effects." There are sites which better cater to this need. Slashdot tends to list 15-20 stories on the main page each day rather than, say, 115 to 120 stories.
Not everyone would agree on what the most important, discussion-worthy, news-worthy events or ideas of the day are -- that much is made brutally clear by slashdot comments, eh? But let's say that Rob and the other authors consider their own interests as well as those of readers and the collaboration generally results in the posting of stories which interest a pretty broad swath of the readership. That, and check-boxes make it hard to complain too much about the news that doesn't fit any particular denomination of nerd-dom.
But 2.4 promises to be a big step, and the steps that lead to dot-4 are interesting. Devfs alone seems to justify the news of the recent kernel changes.
And Win2000? Well, did you see much coverage on the local TV news? Do you know a lot of IT guys who are anxious to switch a middle-size (say, 50-person) business to it prior to the first service pack? It's news, but only in a pretty pre-digested, press-release way. A new Linux kernel is more newsworthy (imho) than win2k in part because the date of release is an MS marketing tool more than it is "news"
just thoughts,
timothy
Kernelows Hype (Score:2)
I don't consider that Slashdot should not post such news. However I consider that they may have a use only in cases when we deal with stable releases. We don't have them every day and not everybody reads freshmeat every hour.
In cases such as development kernels, I would highly recomend to restrict news to moments when important changes are made. And, in any case, to check up the stuff before publishing.
This guy here, 2.3.46, has some serious bugs in it. For the hardware I use, it is not a runday kernel to be trusted. I had to make a few patches and sit until 5 in the morning to see it well and alive in my Ragnarok Linux Box. It is a beauty, it is powerful, it runs fast, it eats less memory, it already covers all hardware I have, it holds my dual-proc with a boost, it does not crash like old good 2.2. But damn, I took three hours checking up the source to make it run and, from time to time, it shows some weirdnesses. For a person with a middle knowledge of systems and programming this kernel may do and may go. But for the majority it may be a serious delusion.
I was pretty amazed to see the damn thing this morning at slashdot. When I know that 80% of the people may not be able to even compile it normally... Frankly this starts to remind the hypes of Redmond's Mag00. People, we are not Mazdiers, and I think no one want to be such.
Re:This new kernel release actually *IS* news. (Score:2)
In particular, I was impressed by this argument:
It strikes me that a completly read-only boot system would be a nice anti-cracker trick. But there are a lot of different points here... read it to see if something clicks with you.In general, using devfs sounds like it does some things a bit more cleanly than the traditional /dev, but it does a *lot* of things more cleanly. Sounds like a win.
Re:Freshmeat does certain things well. (Score:2)
I'm not. Would you kindly not try to impose your opinion on me?
Kernel releases are the most exciting thing about Linux, and if you don't understand that, you just don't get it. Don't read them if you don't want to. Just don't try to keep me from reading them.
Re:Large File Support on 32 bit machines? (Score:2)
Re: Running on a K6-200 here :) (Score:2)
Re: At the day Win2000 launches... (Score:2)
Re:Mr. Gates and presentations... (Score:2)
Paranoia will Destroy Ya (Score:2)
Not true. Corporations do things which are adverse to profit all the time. Sometimes it's more accurately a case of putting off short-term profits for a long-term gain, or sacrificing long-term profits for a short-term gain. Or sometimes it's just because they think it's the right thing to do -- kind of like how some European automakers do not enforce patents on safety mechanisms, because they feel that safety is more important than profit.
Microsoft has long been a significant contributor to the Free Software Foundation. I don't know about you, but I'd consider that adverse to Microsoft's self-interest. (The donations come through the United Way campaign. Microsoft has a pledge to match employee donations to United Way charities, and the FSF is a UW-approved charity.)
Id Software has GPLed Quake; Bungie Software has GPLed Marathon 2: Durandal. While these software products are getting long in the tooth there was still a market for them. These two prestigious gaming companies intentionally forfeited profit, because
Corporations do things adverse to their own financial interest all the time. Claiming otherwise shows a lack of historical knowledge.
I don't have any personal opinion on the merger, except that VA now owns both sourceforge and server51, so the only non-VA free development platform-type-site that I know of is openprojects.net. But that's a different point altogether.
RHAD doesn't count as a free software development site? What about all the websites devoted to kernel hacking? Whatever happened to email?
The Linux community survived just fine before Sourceforge or Server 51. I've made significant contributions to free software projects and I've never even visited either of those two sites.
If Sourceforge and Server 51 were essential to the development of free software, then yes, I'd be irked about one company owning both. But they're not essential, so why worry?
Oh, and themes.org and Slashdot are now owned by the same people...isn't that exciting? But, of course, the Andover/VA Linux staff has no say in what gets posted and what doesn't.
The first rule of journalism is don't allege something unless you've got evidence to support the allegation.
Gleam, it's been alleged that you're a monkey-eating child pornographer who had a homoerotic relationship with President Bill. But, of course, that's just speculation.
Moral of the story: if you're going to allege that the Andover/VA staff has undue editorial influence, then for Pete's sake, show some evidence to back up your allegations.
And...what about the guy who posted to the original merger (VA-Andover) thread, from valinux.com, who got an automatic +4(!), without any moderation. Hmm.
I'm a certifiable Karma Whore; when I make posts they start out automagically at 2. This is kind of a cool thing. And y'know what? The other day, I saw one of my posts had a score of 1, with no moderation attached to it! My God! My evil nemesis must be out there, maliciously dropping my scores without moderation!
... or it could just be a bug.
Never attribute to malice what can easily be explained by random chance.
Am I concerned about VA/Andover and potential risks to Slashdot's editorial integrity? Yes, I am, and because of it I'm going to be watching the site closely. If I ever find real evidence of editorial malfeasance, then I'll take my marbles and play elsewhere.
This is, incidentally, exactly what Taco, Hemos and everybody else on staff wants. They want the users to keep them honest. As long as we keep our eyes open, Slashdot will keep its editorial integrity. Then Slashdot gets what it wants (our viewership) and we get what we want (News for Nerds, Stuff that Matters).
But there is a significant difference between keeping our eyes open for editorial abuse, and a paranoid belief that the few minor things we're seeing are just the tip of an iceberg of evil.
Rant done.
Re:Did W2K not launch? (OT) HUH???? (Score:3)
Huh? Microshaft? Who are they? W2K? Is that anything like Y2K? I'm confused!
:)
*ducking*
Slashdot & poor news selection... (Score:2)
I think that SlashDot should confine its comments to releases on the main branch, or be a little more careful about how it describes the significance of development branch releases. Freshmeat is also an Andover site, and most of us have the Freshmeat window on our Slashdot displays too, so there is little need for this double reporting.
On the other hand, SlashDot itself has been remarkably quiet about Windows 2000, and that should have qualified for a news story or two. Regardless of what you feel about Windows, this release is a MAJOR release of the current #1 operating system in the world and should have been covered as such. It is unfortunate that Slashdot did not feel it could put up a news article with some appropriate links describing new features, and even better if someone has a copy, a fast initial impression.
Normally I`m on the side of Linux in most things [Linux leads 5:3 against Windows installs in my home], but I feel SlashDot should have at least tried to give us some objective reporting.
Win2K the least important thing since time began (Score:2)
Closed Source. Microsoft Astroturfers. Sour Grapes.
This is an open source site, with most of us (astroturfers like you aside) far more interested in the most trivial and uninteresting patch to the ever changing development kernel of Linux, or patches to FreeBSD current, than we are in the overhyped release of a bloated, unstable, closed OS from an organization dedicated to denying all of us the freedom to chose our own platform on our own terms.
Get over it and leave the rest of us in the open source community alone to continue building the future. If the content of this site offends you so, go back to microsoft.com and hang out with your buddies there. I'm sure they will be more than willing to wallow with you in your disillusion and self-pity while the rest of us, and the future itself, leaves you weeping in its wake.
Re:It doesn't compile. (Score:2)
Read here [slashdot.org]
That said, I'm not sure why this kernel even made it to release. I know the kernel developers are busy, but they must be using some whacked settings if they could get that kernel to compile out of the box.
Also, it seems 2.3.47pre3 is already up.
http://www.kernel.org [kernel.org]
The other Big News... Softnet! (Score:2)
This is a -major- change to Linux networking, and from the sounds of it, it's going to break a lot.
As for devfs, I've played with it, and like it, but it does totally mess up my fstab file. Everything sat nicely on one console screen, and now I'll have line-wraps. Ugly!
Gosh.. (Score:2)
And since when is another development kernel release NEWS FOR NERDS/STUFF THAT MATTERS?
Anyone who gives a hoot about new linux kernels will be checking kernel.org for their new kernels..
Give me a break.
Unless I'm missing something.. is there something great about this new kernel? Tons of new long-awaited features? (I mean, compared to the one we had yesterday.... )
No.. I didn't think so.
Sheesh.
Look you twit. (Score:2)
That means PEOPLE WHO AREN'T AFRAID TO FIX BUGS.
If there is a fsck up in the build scripts.. FIX IT!
EVERYBODY KNOWS that 2.3 kernels are DEVELOPMENTAL, UNSABLE, UNRELIABLE kernels.
Re:The other Big News... Softnet! (Score:2)
A word to the one(s) breaking things... you deleted three elements from the network device structure; how hard is it to grep the other drivers and fix what the #^#!%#^ you just broke? Answer: TRIVIAL. I did it in an hour -- and I had to figure out what your were up to.
And while I'm ranting... the last update to the raid code (arounf 2.3.43?) failed to include a file... 'xor.c' so now software raid is broken. Of course, the documentation is four (4) YEARS out-of-date so finding the development patches is out of the question -- in fact, the raidtools on kernel.org haven't been updated in months (Aug 24 1999) YES, programmers are the worst people ever to document anything, but it only takes a few seconds to update a URL in a header.
Re:Slashdot & poor news selection... (Score:2)
You know, I can't honestly decide if it's complete obliviousness, or a joke of Kaufmanesque stature... After all, it's only when you see that it's a joke that you can appreciate it.
Think: nice juxtaposition: Linux Kernel release 2.3.46 (minor rev increase) vs. Win2K. Interesting anti-hype statement. Nice contrast.
Though I still reckon it's somewhat oblivious and ostrich-like not to cover it in at least some way. Maybe they'll do so today.
Si
vs. Slashdot == moderated up (Score:2)
Chris Hagar
It would create no new discussion but flames (Score:2)
Also, it might only serve to be a story with a bunch of flames wasting moderators' time, rather than a useful and insightful discussion.
Chris Hagar
Re:Mr. Gates and presentations... (Score:2)
In fairness, that scanner was by then well over a year old, and Windows98SE was released in the interim - it is possible it has been added to the standard list of supported devices (given it embarrassed MS before, I suspect they would make DAMNED SURE that there was a working, MS-written driver for it) and if the CABs for those were on the HD, it wouldn't prompt for a floppy.
But I agree - it is probable that the exact hardware setup was tested by adding and removing the scanner several times, and then BG refused to have Windoze reinstalled on the offchance it still didn't work on the night
--