Debian Elevates KFreeBSD Port to First-Class Status
Reader tail.man points out this press release from Debian which says that the port of the Debian system to the FreeBSD kernel will be given equal footing alongside Debian's several other release ports, starting with the release of Squeeze. Excerpting from this release:
"The kFreeBSD architectures for the AMD64/Intel EM64T and i386 processor architectures are now release architectures. Severe bugs on these architectures will be considered release critical the same way as bugs on other architectures like armel or i386 are. If a particular package does not build or work properly on such an architecture this problem is considered release-critical. Debian's main motivation for the inclusion of the FreeBSD kernel into the official release process is the opportunity to offer to its users a broader choice of kernels and also include a kernel that provides features such as jails, the OpenBSD Packet Filter and support for NDIS drivers in the mainline kernel with full support."
First apt based distro with ZFS? Something worthy of a post about...
I know about Nexenta, but FreeBSD has more drivers than OpenSolaris, right?
As a UNIX/Linux veteran, I have to admit that I've almost no experience with FreeBSD. Could someone summarize why one might prefer it over Linux?
if you want FreeBSD, use it.. If you want Linux, use it instead.
What real advantage is there in mixing things like this? And no im not trolling, i really don't understand the point here.
---- Booth was a patriot ----
Is this a stepping stone to Debian moving from Linux to BSD permanently? I'm trying to figure out if the FreeBSD licenses are more compatible with the Debian philosphy, or less.
ZFS with snapshotting and stuff is usable in any file system.. even root ones. True, ZFS is a memory hog, but man, imagine a root file system where you could have file system provided revision control for *every* file...
While packages with better FreeBSD compatibility are nice, I wonder if getting more critical release bugs won't slow down Debian releases even more. If it's all positive development then is nice, but I'd like to know the downside of things too in order to tell if it's a good or a bad decision.
"It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
The FreeBSD is the kernels name, the operating system name. Linux, FreeBSD, NetBSD, OpenBSD, DragonBSD are monolithic kernels, what makes all of them operating systems. Not just kernels. Same thing goes with SunOS.
GNU is taking so much others fame by forcing that GNU software is on more important part on the software system than others. Example, the Xorg, Firefox, KDE or even Amarok are more important for normal users than any GNU software. Even Linux OS is more important than GNU software. Without Linux OS, none of GNU software would work. Not glibc, not bash, not Gnome and so on.
And you do not need to use GRUB to boot Linux OS. You can use any wanted bootloader to load OS, GNU is not needed at all.
GNU's should have their OWN operating system working. But Hurd is not ready. They made bad choise to port a Mach microkernel to Hurd, what made Hurd process slow down to become a completed OS even more.
GNU project has nice things to say and they have got nice software done. But it is just pathetic that they try to steal others fame and honor while waiting that others respect them and honors their actions. Just like GNU would be the #1 pure thing on universum.
(And those who even tries to say that GNU software is part of Linux kernel (what is the complete operating system, not just kernel like microkernels are) should explain does they call their computer as CPU/GNU or Motherboard/GNU and do they call United States as England/United States? All the times GNU people wants to people to forget the facts that monolithic kernels are the old way to build the operating system.)
This sounds insane to people who approach this from the usual angle. Linux has a lot more support for all the junk and semi-junk hardware out there, but some of the GNU core Unix userland is of questionable quality. All of us cursed GNU creeping featurism in the commandline utilities and GNU libc problems at some time or another. You would think people want the Linux kernel and the FreeBSD Unix userland. So why go the other way round?
There are very specific needs being addressed by using the FreeBSD kernel inside a Debian.
FreeBSD's ports system for third-party applications only has a devhead, and that has caused an increasing number of problems. FreeBSD has stable branches and releases for kernel, for "core Unix" userland including binutils and gcc/g++, but not for third-party applications. At the time that this was created it was great, because what we wanted at the time was a stable base system to do "server stuff" with, and the ports/applications were just for accessing the things, a light desktop that didn't do much except run xterm and emacs.
Today, I see two main problems with what worked a few years back:
1) those "server style" third-party applications aren't sitting flat on a Unix anymore. They are stacks of dependencies of considerable depths. It's not an apache with mod_cgi and the base perl system anymore.
2) some third-party applications became very aggressive lately and can be unusable in their newest releases. Many people bash GNOME and/or KDE, myself my favorite target is Xorg. The Xorg server has caused the most headaches across all my Linux and FreeBSD machines in the last years.
So, here's the trick. FreeBSD only has one branch in ports, so even if you use an older -STABLE release branch of the FreeBSD core system you still get the newest releases of third-party applications via ports. That's why my *most* stable OS (FreeBSD) had caused me the most headaches lately, because it upgrades me to the newest Xorg *first*, not last like it should.
I don't want to distract too much from the point of this posting by giving reasons why people want the FreeBSD kernel, let's just say there are enough of us. But no matter how much you want the FreeBSD kernel, many see increasing problems with ports/applications for the reasons I gave.
Debian provides stable branches for all applications, and that makes some people who don't generally like Linux still go "PLING!".
In addition to all that, Debian's packaging system, and the way that it is kept working (few package screwups upgrading), the way that it integrated /etc/* file management are simply first class and blow other Linuxes out of the water, too. Debian's packaging is the best out there, I haven't seen anyone challenge that notion in a long time.
So, very suddenly you have a demand for the FreeBSD kernel in a Debian application provision system and here we are.
%%
(BTW, what blows my mind for real is that FreeBSD is now partially sold based on driver availability. Because they kept their NDIS windoze driver integration system alive and maintained when Linux didn't. That is ... something, I have to think about it)
Who the hell modded this incomprehensible gibberish up?
Parent is confusing the terms "kernel" with "base installation", "OS" with "kernel", "microkernel" with "kernel", "monolithic kernel" with "base installation".
And to those of you who think glibc, gcc and autotools are not important, I dare you to build a fully Open Source Linux distro without them, or even just replace them on your own box. I have tried to make myself an uclibc-based Gentoo, and I still have nightmares about it.
Anyway, let's just call it Debian and be done with it. uname -a will fill you in on the rest.
The kernel can boot itself just fine, ever heard of XIP? Likewise for integrated initramfs taking the place of userspace. Before spouting tired rhetoric, get a clue, thanks.