FreeBSD 11.0 Released (freebsdfoundation.org)
Long-time Slashdot reader basscomm writes, "After a couple of delays, FreeBSD 11 has been released. Check out the release notes here."
The FreeBSD Foundation writes:
The latest release continues to pioneer the field of copyfree-licensed, open source operating systems by including new architecture support, performance improvements, toolchain enhancements and support for contemporary wireless chipsets.
The new features and improvements bring about an even more robust operating system that both companies and end users alike benefit greatly from using.
FreeBSD 11 supports both the ARMv8 and RISC-V architectures, and also supports the 802.11n wireless networking standard. In addition, OpenSSH has been updated to 7.2p2, and OpenSSH DSA key generation has been disabled by default, so "It is important to update OpenSSH keys prior to upgrading."
FreeBSD 11 supports both the ARMv8 and RISC-V architectures, and also supports the 802.11n wireless networking standard. In addition, OpenSSH has been updated to 7.2p2, and OpenSSH DSA key generation has been disabled by default, so "It is important to update OpenSSH keys prior to upgrading."
It's FREE?
Cool story brah.
and real men and women us LINUX. Linux is the only operating system that matters, and all other OS'es are for lusers! I said it! If you aren't using linux you are a LUSER!!!!!
Best wait a few weeks to make sure it's really released for real this time. This has been an embarrassing episode.
The new features and improvements bring about an even more robust operating system that both companies and end users alike benefit greatly from using.
I like these guys. They know what's important to focus their attentions.
Others, well let's say they are more concerned with bells and whistles and eye candy.
Now with systemd!!!
Tell me that there's actually been a way to do it all along, but now there's just a better way.
"You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
but does systemd support it?
Fact: *BSD is dead, so dead in fact that nobody has updated the venerable *BSD is dying post in over a decade.
Netcraft now confirms: *BSD is dead
Once a viable server OS, *BSD has lost so much market share that this is almost exclusively the domain of Linux. This is confirmed by recent Netcraft statistics showing that only a tiny fraction of a percent of servers run *BSD.
Although Usenet is a ghost town, discussions about operating systems have moved to other forums. The once thriving BSD section on Slashdot only receives a couple of posts per year, indicating that discussion about *BSD and development have slowed to a trickle.
Despite increased fragmentation, as FreeBSD has been forked by projects like DragonflyBSD, none have been successful. Even attempts to fork *BSD have largely ceased, as developers have moved over to Linux.
All this evidence points to a grim picture of *BSD: it is a zombie, gutted by the loss of developers to other projects as *BSD collapses in disarray. It would be false to say that *BSD is dying. In fact, *BSD is dead.
No buttfucking allowed. Thank you.
Anyone seeing these? Any adblock/noscript rules that defeat them?
I know Hyper-V support has been improved from 10.3 as Azure has that custom port that MS contributed back.
But KMS/Quemu interests me as any 2016 IT professional uses virtualization and VMare Workstation is discontinued and in life support mode and sucks greatly.
http://saveie6.com/
Just released? 11.0-RELEASE has been on their FTP for about 2 weeks and i've been running it about that long now too =) 11.0-RELEASE-p1 is already available by freebsd-update
I've been a long-time Linux user, but I'm not religious about it, and I've always been curious about the BSDs.
Can someone give me an elevator pitch, especially about FreeBSD, seemingly the most popular of the BSDs? All the (server) software I use on a regular basis runs on FreeBSD.
Before someone says "just try it," there's sooo much cool stuff to try (currently learning Clojure and Raspberry Pi stuff), so I need a reason to try it.
Gimme some.
Title.
cat, for example:
ls is interesting:
Then again, this comparison has also driven me closer to suckless.
Yes, they should have a cornucopia of downstream teams. Will you pay for it? No?
DriverS? Plural? FreeBSD 11 only seems to support Intel GPUs up to Haswell, old Radeon drivers, has no AMDGPU support for modern AMD GPUs, no Nouveau and none of the other random assortment of video card drivers that Linux has.
You are wrong on several things on ZFS. First of all, ZFS protects your data against data corruption. Hardware raid does not do that. Your data might be corrupt. Several independent researchers show that ZFS are safe.
https://en.wikipedia.org/wiki/ZFS#Data_integrity
Hardware raid is not safe:
https://en.wikipedia.org/wiki/RAID#Weaknesses
Second, ZFS scales across many HBA cards on a single server. You can connect many 100s of disks to several HBA disk cards. This means ZFS scales to thousands of discs on a single server. Hardware raid does not, it scales to a few 10s of disks. There are many Petabyte ZFS raids out there reaching extremely high throughput and performance. You will never see such large hardware raids.
Clustered Lustre filesystem once used ext3 as a backing store, to save all the data on the disks. But ext3 had performance issues and scaling problems so they switched to ZFS. IBM Sequioa supercomputer uses a 55 Petabyte Lustre installation using ZFS, with 1 Terabyte/sec bandwidth. Try that on a hw raid. ZFS has much higher perforamnce than a raid card, because ZFS scales across many HBA cards.
Third, Oracle ZFS has rewritten resilver mechanism and now ZFS resilvers (repairs) a disk at full platter speed, close to 150 MB/sec. It is not slow, you say ZFS resilver is slow with large spikes. Well, it is very very fast, much faster than hw raid.
http://milek.blogspot.se/2014/12/zfs-raid-z-resilvering.html
FreeBSD have a superior TCP/IP stack. Much research are carried out on FreeBSD, not Linux.
http://www.theinquirer.net/inquirer/news/2359272/facebook-wants-linux-network-stack-to-rival-or-exceed-freebsd
Facebook seeks a developer to improve Linux stack:
"...the job description begins, "Facebook is seeking a Linux Kernel Software Engineer to join our Kernel team, with a primary focus on the networking subsystem. Our goal over the next few years is for the Linux kernel network stack to rival or exceed that of FreeBSD." It concludes, "This position is full-time and located in our Menlo Park office."..."
Research shows that ZFS is the safest storage solution out there. Hardware raid is not safe and might corrupt your data. ZFS protects your data, according to comp sci researchers:
https://en.wikipedia.org/wiki/ZFS#Data_integrity
HW raid cards are unsafe and might corrupt your data:
https://en.wikipedia.org/wiki/RAID#Weaknesses
And besides, ZFS scales over several HBA cards on a single server. So you can span a large ZFS raid across hundreds (thousands?) of disks on a single server. There are large Petabyte ZFS raids out there. HW raid cards scale to 10s of disks. When you have many 100s of disks you reach very high performance. ZFS is therefore much much faster than a single hw raid card. Just google on large petabyte zfs installations. And compare them to a single hw raid card. HW raids are not safe either, and slower. And cost money. ZFS is free, safe, and faster.