Debian 6.0 Released In GNU/Linux, FreeBSD Flavors
itwbennett writes "After two years of work, the Debian Project has announced the release of Debian 6.0. 'There are many goodies in Debian 6.0 GNU/Linux, not the least of which is the new completely free-as-in-freedom Linux kernel, which no longer contains firmware modules that Debian developers found troublesome,' says blogger Brian Proffitt. And in addition to Debian GNU/Linux, Debian GNU/kFreeBSD is introduced as a technology preview. 'Debian GNU/kFreeBSD will port both a 32- and 64-bit PC version of the FreeBSD kernel into the Debian userspace, making them the first Debian release without a Linux kernel,' says Proffitt. 'The Debian Project is serious about the technology preview label, though: these FreeBSD-based versions will have limited advanced desktop features.' The release notes and installation manual have been posted, and installation images may be downloaded right now via bittorrent, jigdo, or HTTP."
I used to run NetBSD on an old PP Mac booted from a zip drive in the nineties. It was running great but since then I haven't looked at it again. I know that the 3 free BSDs (open-, free- and net-) are security audited and support old hardware very well. But I wonder what advantages the kernel itself brings. So my potentially stupid questionis:
What's the advantage of running Debian with a BSD kernel instead of linux?
Debian's OpenOffice uses patches from Go-OO (now merging with LibreOffice) anyway, so in some ways it is already more similar to LibreOffice than to stock OpenOffice.org. It opens .docx documents very well, for example.
This is also true of Ubuntu's, and generally other distros' OpenOffice packages.
LibreOffice itself came into existence too late for an actual LibreOffice version to make it into Debian 6.0.
I expect it will be a smooth and uncontroversial transition from Debian 6.0's Go-OO enhanced OpenOffice to Debian 7.0's LibreOffice. I'm guessing they'll no longer use the OpenOffice.org branding for that particular variation of it though.
What a load of bs.
I started with Debian as total Linux noob back when Woody was the official release. I've stayed because Debian stable is so stable, and because the APT system is about as good as installers get. I've never had to wonder whether something wasn't working because it was buggy, or because I lacked the requisite knowledge to configure it correctly. That alone made learning Linux much, much easier and far more straightforward. I'd used a couple of other distros before I heard of Debian, but even simple things in the gui didn't work on them because of bugs and I got very frustrated with them. I never knew if any problem I ran across was a bug or because I'd done something stupid. With Debian I could know with a high degree of certainty that the problems I encountered were my own stupidity, not someone elses.
Debian was a breath of fresh air compared to all the bugs in other distros and Windows. I've played with Ubuntu a few times, but always abandoned it because it's not gotten any better over the years. It's always buggy, buggy, buggy. If I wanted a buggy OS I would have stayed with Windows. And, I find fewer bugs and newer software in the vast majority of cases in Debian testing and unstable than I do in Ubuntu.
"while democracy seeks equality in liberty, socialism seeks equality in restraint and servitude." de Tocqueville
I'm amazed that they stuck this release freeze out long enough to get the RC bugs for the testing release down to what looks like the lowest since the graph began tracking testing in 2004 -- I would like to believe that this means squeeze will end up being the most stable/reliable release so far.
Now that the release is done and the freeze is over, an upgrade of the Linux kernel (from 2.6.32 to 2.6.37) in unstable should be soon to follow. Also, Firefox (probably 3.5.9 -> 4) and LibreOffice (OOO 3.2.1 -> LO 3.3).
Ask me about repetitive DNA
I got really excited when I read this at first, but then I realized it's probably going to have many of the same bugs that the FreeBSD kernel has surrounding the various subsystems (jails) and drivers (recent Intel ethernet crashing, USB, etc. that still don't work for the better part of a year), as well as crippling limitations as it regards adaptability on filesystems (ext*, NTFS, NFS - all limiting) and the like.
i wonder if they managed to get ZFS to work fully with the userland utilities written? That would be the biggest point that might pull me over to give it a go.
~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
I actually see two main things coming out of the freebsd kernel on debian.
1/ having a really good kernel without the stupid port system.
I know that sounds like a troll. But I really elieve linux is a crappy kernel. It is supposed to be monolithic so everything got thrown in the kernel. And now, we realized it is not going to work, so we start using micro kernel types techniques such as network manager, udev, hal... That's not the way to go with a monolithic kernel.
On the other hand freebsd has an awful packing system in my opinion. I need to install weird packages all the time and I don't want to spend so much time compiling everything. I think debian really rocks at having a lot of packages that are overall well compiled with appropriate dependencies. I expect a lot out of debian/freebsd
2/ using a different kernel is likely to activate different code path. That's a great thing for debugging purpose. As parent said, that will help to find GNU dependent code and probably linux dependent assumption. That's a good thing for make our tools more reliable.
Debian: here is an attaboy from me!