FreeBSD 11.1 Released (freebsd.org)
Billly Gates writes: Linux is not the only free open-source operating system. FreeBSD, which is based off of the historical BSD Unix in which TCP/IP was developed on from the University of California at Berkeley, has been updated. It does not include systemd nor PulseAudio and is popular in many web server installations and networking devices. FreeBSD 11.1 is out with improvements in UEFI and Amazon cloud support in addition to updated userland programs. EFI improvements including a new utility efivar(8) to manage UEFI variables, EFI boot from TFTP or NFS, as well as Microsoft Hyper-V UEFI and Secure Boot for generation 2 virtual machines for both Windows Server and Windows 10 Professional hosts. FreeBSD 11.1 also has extended support Amazon Cloud features. A new networking stack for Amazon has been added with the ena(4) driver, which adds support for Amazon EC2 platform. This also adds support for using Amazon EC2 NFS shares and support for the Amazon Elastic Filesystem for NFS. For application updates, FreeBSD 11.1 Clang, LLVM, LLD, LLDB, and libc++ to version 4.0.0. ZFS has been updated too with a new zfsbootcfg with minor performance improvements. Downloads are here which include Sparc, PowerPC, and even custom SD card images for Raspberry Pi, Beagle-bone and other devices.
frosty psit du 2 lennart-free startup!
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
I love FreeBSD.
Long live and prosper, my friend.
"Linux is not the only free open-source operating system." LOL, yes we know. If anyone here knows about Linux, they SHOULD already know about Unix. FreeBSD came out in 1993 and was essentially a fork from 386BSD, another Unix OS. Linux was a kernel built to replicate Unix in 1991, but Unix has been around since the 60's in one form or another.
It just smells that way.
FreeBSD is Gay like Marshall Kirk McKusick is Gay.
Going on 4 years now, originally introduced in 10.0-RELEASE: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=173541 (read the comments don't skim them, else start at the bottom and work upwards)
From the announcement page linked in the summary,
Very good to see.
Hahaha
I'll give it a shot. Haven't been all that impressed with the latest Ubuntu, have forsaken RedHat, and quit Mandrake after they rebranded to Mandriva.
Why can't we go back to using jumpers to configure slot adapter cards? Why? I say!
So the rumors were false. FreeBSD hasn't been incorporated into systemd yet!
I've been thinking about trying FreeBSD (currently run Mint 18.2) How well does it perform on semi-modern hardware? Say, like a notebook with Intel graphics, backlit keyboard, Intel Wifi, Synaptics i2c touchpad, etc? How's battery life? I appreciate that there's more than one non-MS choice, but I'm under the impression that Linux is still the best choice for a notebook. Am I mistaken?
sig: sauer
FreeBSD keeps on dying forever. That is true immortality!
There are two rules for success:
1. Never tell everything you know.
2017 and they still will not abandon that controversial idiotic cartoon mascot. I suspect there would have been far wider adoption without it, especially these last few years as a systemd free alternative. The mascot raises all kinds of questions for people. Rather than having people focus on the benefits of the OS the first thing they see is the mascot and thus the OS is dead to them before they go any further.
Saying you are going to store corporate data or any data for that matter on a system that looks like it is intended for use by kid hackers for nefarious demonic purposes is an obvious red flag for people. It screams not for business or adult use or Christian use. For that decision alone that OS deserves to go down in flames. No pun intended.
Looks like they had a chance to remedy that in 2005 and botched it. No doubt they will stick their guns and the OS will be eventually be gone in a few years.
I guess removing the r-commands makes sense, but, surely they'll keep UUCP (Unix to Unix Copy) for all of us with our null modem serial cables connected to all the serial ports on the backs of our modern computers. Right?
Gee. what a shame. FreeBSD hasn't gotten around to cramming SystemD down our throats. Those poor FreeBSD users having to trudge through life without systemd. how tragic.
A lot of corporate names and logos are childish anyway so what's the problem?
Even medicines that can mean life or death have "cool" and "trendy" branding.
It does not include systemd nor PulseAudio
If you're going to use your release notes to bash a certain individual, at least make sure you get rid of the other skeletons in the closet.
I'm gonna guess no.
If your computer have real serial ports it is probably a job for NetBSD.
Everyone else appears to go by the idea that anything that has been around for ten years or more is obsolete, regardless of if there is a suitable replacement or not.
You know what a daemon process is? No one has ever complained about that nomenclauture not being grown up enough have they?
If you're going to comment on something at least get a clue first.
I'd like to pick easier installations, nicer partitioning etc. and overall easier to use. I'm going to give TrueOS a go.
As a long time user of Linux (used other unices as well, including BSDs), I find myself wondering whether to move over to FreeBSD every announce of a release.
The only drawback of Linux currently is systemd (Linux distro's with good community support, loads of scripts and tools are readily available for ubuntu/redhat/arch etc.), the drawback of Free/OpenBSD is lack of experience (hardware/performance tuning/etc).
I'd like to hear pro-con lists of developers (system,web) moving from Linux to FreeBSD.
Thanks in advance!
Lots to love about FreeBSD. Makes a great server.
But I doubt it has a dropbox client, and I doubt it will work with LibreOffice 5.x.
Thanks. Three questions:
- How is OpenBSD w/ drivers, particularly WiFi? TrueOS refuses to recognize the driver of this Dell Inspiron 17 that I'm typing on. Will OpenBSD?
- In terms of DEs, does Lumina run on OpenBSD? If I were on Linux, I'd have gone Razor-qt, but being on a BSD, I'd go for Lumina
- Can something like TrueOS's PlayOnBSD run on OpenBSD, so that I can play Steam games if I want?
Since I see a lot of people contemplating trying FreeBSD, I figured I'd share my experience. My goal is not to dissuade you from using it but to prepare you for some of the challenges you may face.
Like many people here, I wanted to avoid systemd, so I decided to try PC-BSD when I was setting up a server on a new Intel NUC. While PC-BSD is more oriented for desktops than servers, I wanted to see how the user experience was on the desktop so I went with that. However, getting X Windows to start proved to be very difficult. I realized that the Intel graphics chipset was not supported, so it was falling back to the VESA driver but I was willing to live with that. However, X seemed to crash about 70% of the time on boot. Worse yet, it kept trying to restart X even as I was debugging the problem in a console. If I remember correctly, it was spitting out error messages onto the console as well which was really irritating when trying to debug. I eventually gave up and installed FreeBSD but then I started to find another irritating issue - my network card was not supported. Apparently the manufacturer made a minor change to the model number and FreeBSD refused to load a driver for it. I attempted to find a way to force it to use the driver of the previous generation (they were extremely similar) but that effort was in vain. Finally, I downloaded the source to the driver of the previous generation, added the new model number, and compiled a new driver and that worked well.
When X did work in PC-BSD, the experience was a bit rough. Boot times were much longer than Linux and there was a lot more screen flicker and artifacts. Overall, it reminded me of where Linux was about 10 to 12 years ago. However, using FreeBSD as a server has proven to work pretty well. It supports jails and Docker and it is extremely stable. The documentation is extensive, well prepared, and easy to follow. Of course, it has excellent support for ZFS as well. Overall, I highly recommend it for servers but if you're looking for a desktop experience, be prepared to put in a bit of effort to get everything running and even then it will likely be a bit rough around the edges.
Has been my way for almost 10 years now...and since work bought me a MBP a couple years ago, even that almost isn't entirely true* -- FreeBSD everywhere! :)
* - yes I know Darwin =/= FreeBSD
I've used Linux on various incarnations over the years: Debian, Mandrake(Mandriva), Suse/OpenSuse, last is Mint.
I just used to develops mainly on Java and help various FOSS Projects with translating(from English to Spanish, my native language).
Ultimately I've teaching myself Android development using Java and would like to learn Kotlin. Having this in mind: Can I switch my development Operative System to this new one FreeBSD?
Slashdot ya no es que lo era!
This copy was written for the Slashdot crowd? What's up?