Feature-Rich FreeBSD 10 Alpha Released
An anonymous reader writes "The first alpha release of FreeBSD 10.0 is now available for download. FreeBSD 10 features include replacing GCC with LLVM/Clang, VPS support, an AMD Radeon KMS support, Raspberry Pi support, Bhyve for HVN virtualization, and ARM EABI support."
Year of the BSD desktop.... FINALLY!
- Nec Impar Pluribus, or so I'm told.
Netcraft confirms it...BSD is dying
Woman screams and waves arms.
FreeBSD!!
Oh, geek screams and waves arms.
FreeBSD hosts interesting work with respect to TCP congestion control. An earlier version (I think FreeBSD 8.0) introduced modular congestion control algorithms, and this version introduces CAIA Delay-Gradient (CDG) congestion control algorithm. The check in is here: http://svnweb.freebsd.org/base?view=revision&revision=252504, and an interesting (if slightly esoteric) slide deck is here: http://www.ietf.org/proceedings/84/slides/slides-84-iccrg-2.pdf.
Entrenched market share leaders get comfortable and a bit arrogant, particularly in technology. Things are done a certain way because that's the way they've always been done, and anyone who thinks differently is a clueless moron.
I don't think Linux kernel and GCC are exceptions to this rule, which has been proved over and over and over again.
...is the attitude of the developers, the people on the mailing lists, and anyone else who interacts with new users.
You're outright hostile and condescending. There's no call for that, no matter how elite you are. Many of the people you're being condescending to are far more elite than you, but in other fields.
I used to lobby hard for BSD. Now, after getting completely embarrassed by the hostile and sociopathic response of the developers when people I've sent over have needed legitimate help, I'm simply recommending Linux or Windows.
Futurist Traditionalism
You could just put a big red on/off switch if entropy matters so much to some users :-(
...does it run Docker? *ducks*
As much as I love freebsd I have stopped using it after their servers got 'served' with the use of 'legitimate' ssh keys. http://www.paritynews.com/2012/11/19/487/two-freebsd-project-servers-hacked/ Given that Freebsd never released a good audit report after that hack I can only be worried more. Add to that, we now that we know the NSA had access to the certs from diginotar and might had done or paid for the diginotar hack I think one might as well use windows. I hate to say it, but the complete codebase from freebsd needs to be checked. Again and again. Preferable with the help from openbsd.
http://visitstomoney.com/index.php?refId=243023
Genuine question, though I know I run the risk of starting a flame war.
What advantages or disadvantages would I find if I installed FreeBSD when compared to my current Debian Linux system?
http://www.gnu.org/distros/common-distros.html#BSD
What's the problem with jails?
it drives me insane when I get linux zealots (the uninformed type...) banging on about Mach...
however I have 1 question...
why is the most deployed Mach version unable to implement IPv6 ?
(the most deployed linux versions being part of the android stack vs Mach being most deployed in Apple iOS)
having a TCP stack and then hobbling it seems weird and to me very annoying !
regards
John Jones
802.11n fully supported yet?
Good people go to bed earlier.
Why, what exactly is wrong w/ the PC-BSD installer, or for that matter, PBI? Does it not work as it's supposed to, as per theory?
I installed FreeBSD v10 in a VMWare player window on a Win7 PC. The install went exactly as the directions said. But when I booted, it asked for my login, which I did, and then went to $ prompt. I'm not a BSD or Linux guy - I'm a Windows guy - I don't know what to do with a $ or # prompt. I was hoping to see something like Ubuntu, that loads up to a nice GUI right away. Does FreeBSD 10 have no GUI? Or did I miss something in the install process? BTW, I installed it twice - in case I missed a step. Checksum was correct.
'BSD wins because Apple uses BSD and Apple has tiger blood'. This stupid chestnut has been around for years. Is the slashdot crowd incapable of moving on? Too lazy to try out some new material? Have you become the Jay Leno of nerd posters?
In case anyone here cares, Hyper-V support has been imported in HEAD - see http://svnweb.freebsd.org/base?view=revision&revision=255524 . I managed earlier today to build a kernel with it and do a number of performance tests - it looks good.
This is not present in the 10-Alpha CD yet by default, you have to get the latest source with svn, add ''driver hyperv" to the GENERIC and build it; I'd switch to labelled fstab entries before installing and rebooting it, though. Swap the 'de' with 'hn' network adapter etc.
I wonder about ZFS running on a Raspberry PI. I know that CPU is really slow and that memory is tight, but I wonder if it could do as a small and slow, but stable NAS.
1. No mention of VPS (virtualization containers) is made in the features list, furthermore vpsctl doesn't appear to be present on my test install. Are you sure it's part of FreeBSD 10? I really hope it is, the documentation implies that you can have nested containers with no performance penalty. How is networking handled inside these containers?
2. I'm assuming jails still exist in FreeBSD, how do they relate, or fit in, with VPS and Bhyve?
3. Can Bhyve be used with processors that don't support Extended Page Tables? For example, Xeon 5400 series processors?
4. No mention of ZFS LZ4 compression, is this default now? How stable is FreeBSD's ZFS implementation, relative to Solaris?
5. Is Clang setup to automatically target cpu instruction set? i.e. cc -target-cpu corei7-avx? Any performance improvements of the binaries?
6. Has ports management gotten any better, specifically upgrading ports? Can applications be self contained, like on the Mac, yet?