GNU Hurd 0.5, GNU Mach 1.4, GNU MIG 1.4 Released
jrepin writes "Which day could be better suited for publishing a set of Hurd package releases than the GNU project's 30th birthday? These new releases bundle bug fixes and enhancements done since the last releases more than a decade ago; really too many (both years and improvements) to list them individually, The GNU Hurd is the GNU project's replacement for the Unix kernel. It is a collection of servers that run on the Mach microkernel to implement file systems, network protocols, file access control, and other features that are implemented by the Unix kernel or similar kernels (such as Linux)."
30 years for Hurd 0.5, so 1.0 will be available in 2043?
I deny that I have not avoided attaining the opposite of that which I do not want.
"Development of the Hurd has proceeded slowly." (http://en.wikipedia.org/wiki/GNU_Hurd)
As per http://www.gnu.org/software/hurd/hurd/status.html: " It may not be ready for production use, as there are still some bugs and missing features".
Exactly how long has it been like this ? I tracked this project for about a decade until I concluded it would never be ready for production - over a decade ago.
Oh, I don't know maybe some day in the early 90's. Back when it would have been useful to me. /kidding only a little.
Well.. maybe. Or Maybe not. But Definitely not sort of.
the HURD is a toy project, it cannot be used for any production system. it only runs on an obsolete processor architecture i386.
...of a kernel that doesn't actually work. Except on Stallman's PC.
I've heard it said that time moves on and that maybe even Linux won't last forever. Wether or not that is true I Believe *nix in general will be around for a long long time yet. Fast forward a decade or two - despite Hurd and it's sllloowww.... development being a bit of a joke, wouldn't it be something if we are all actually using Hurd in the future? Stranger things have happened.
Brought to you by Carl's Junior.
Fork a BSD variant, license it under the GPL, package it with GNU stuff, call it Hurd 1.0.
What exactly is relevant about Hurd now? The OS landscape has changed and people have moved on. This is really a non-story, aside from the humor value.
things tend to go slow. Real slow. If you want things now, now, now, pay the man/men. It is free, as in someone-else-will-do-it, so you get what you, that's right, didn't pay for.
I would love to see GNU Hurd ported to a mobile platform. Imagine how awesome it would be to run Hurd on a N900 or Nexus device. Mozilla saw the light and made a mobile OS, maybe its time for the GNU project?
...on my PowerPC 620...
Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)
http://www.lawrenceperson.com/
Comment removed based on user account deletion
IPv6 support in pfinet, based on Linux 2.2.14.
30 years to get to v0.5? Time to adopt Scrum.
I love the idea of GNU Hurd but it's just not progressing like it should.
Does anyone know why this project is stalling so much?
What does GNU Hurd have that Minix 3 does not? They are both microkernels except Minix 3 looks more mature. I wonder if there will be a debian port.
HURD will be paired with the Unity GUI and renamed Caldera OpenLinux to make HURD the most popular distro ever!
I had OpenLinux it was a pretty good distribution.
Theory says that Hurd's approach should be orders of magnitude faster to develop, since it's so modular and therefore more amenable to unit testing.
The only two plausible explanations I can come up with are (1) that he's dragging his feet because he's afraid of having to live long enough to support his creation, and/or (2) that he vastly over-estimated the performance of his rough draft code == he had assumed it would fast enough to and draw more lookie-loos to help him code the rest of it (read: do all the real work for him, so he can take all the credit).
It was my understanding that everyone had HURD...
is there some great features with it?
Yeah, I bet they "fixed" the random number generator...
You have to include the original copyright notice and the terms that pertain to that code. But you can certainly distribute BSD code within/alongside your own code under your own license. That's kinda the point of the BSD license.
Just sprinkle few patches throughout the codebase that are difficult to strip out, and your new project becomes de facto GPL.
The *nix desktop is still a p.o.s. since i've been around here.
Fuck Ajit Pai
Both from a project point of view, and technically.
30 years, and no production quality code.
Mach is technically obsolete now. Nobody would want to base anything on the sluggish Mach design now, particularly the performance disaster that was Mach 3.0.
The Mach project was successful in a way. It proved that it very difficult to implement a working microkernel design, that has good performance. In fact, today, only QNX appears to have achieved anything close, and it doesn't put filesystem / device I/O in the microkernel.
Gnu Hurd or Minix 3
And never has. Apple got a Mach *based* kernel working by having complete hardware control and not having to develop drivers for alternative hardware. The Linux, kernel, and BSD kernels that are atually in use on broad sets of kernels, accepted the risk of having the drivers inside the kernel so that they could get them to actually *work*.
As a 'product' it may be a dismal failure, but the work getting to it has clearly been not and we every day enjoy the 'collateral successes'.
For all his faults, RMS did help the 'movement' in incalculable ways.
---- Booth was a patriot ----
That's how we roll.
You're wrong about the name, though. I have it from very good source that it is called Turbo SuSiva.
And why, pray tell, is developing reliable drivers for a microkernel more difficult than for a monolithic kernel? Logic would dictate entirely the reverse.
Why should he be worried since he has the source code? Another bombshell for you guys. His systems did not even have passwords until an untrustworthy worker started fucking around.
Only the State obtains its revenue by coercion. - Murray Rothbard
Looking at all the downright vitriolic anti-RMS, anti-GPL, anit-Libre comments here, it is clear that a solid tiny activist subset of longtime slashdotters suffer from RMSDS, as well as GPLDS, or GPL Derangement Syndrome, or even GNU Not Unix Derangement Syndrome, or GNUDS.
Just goes to show, try to do something to help the world and be successful, and there will always be a few people that will tear you down and claim you've done nothing or the opposite, regardless.
Happy Birthday GNU, thank you for improving the world for all. Please keep developing and contributing.
Comment removed based on user account deletion
Actually, the perfect pure GNU system - HURD on an Itanium (or a real VLIW CPU), w/ Emacs on top of it as well as GNOME 3. Only impurity here - X11, which isn't GPL3. Maybe they can try and do a GPL variation of either X11 or Wayland or Mir, whichever they prefer.
And never has. Apple got a Mach *based* kernel working by having complete hardware control and not having to develop drivers for alternative hardware.
...and by running drivers for network and storage devices, and the network protocol and file system code that uses them, in kernel mode.