Live data from Hacker News

FreeBSD 11.0 Now Available

lists.freebsd.org

51–60 of 163 posts

Re: FreeBSD 11.0 Now Available

#51
post #17

Earlier quoted context omitted.

Don't forget zfsd[1]! Graphics support for bhyve is also pretty spiffy. [1]: https://svnweb.freebsd.org/base?view=revision&revision=30090...

> https://svnweb.freebsd.org/base?view=revision&revision=30090... . Is this a unique feature or how is this handled on illumos or Solaris?

Based on this article[0], I suspect something different ("FMA") is used on illumos. But I am not especially familiar with the subject, sorry.

[0]: http://open-zfs.org/wiki/Fault_Management

Re: FreeBSD 11.0 Now Available

#52

A couple things HN users might be excited about: * Docker via ZFS and jails (...running Linux x84-64 binaries): https://wiki.freebsd.org/Docker --- (See also, https://github.com/3ofcoins/jetpack ) * Add support for trackpads found in Apple MacBook products: https://svnweb.freebsd.org/base?view=revision&revision=26126... * CloudABI executable support: https://nuxi.nl/cloudabi/freebsd/ This is an awesome release.

Is anyone using FreeBSD on their development machine? Are there any gotchas compared to Linux?

I use CURRENT on a Thinkpad X230. It works ok.

Main gotchas:

    * No SSL CA certificates out of the box.  FreeBSD security team has taken the
      curious posture of claiming that shipping no CAs is better than just
      shipping e.g. Mozilla's CA bundle.[0]

    * rc.d is like Linux init from 5 years ago.  Dynamic network configuration is
      not handled well.

    * Intel GPU driver support for anything above Haswell is still waiting to be
      merged.  But work is ongoing.[1]

    * No Xorg or session management out of the box.  You get dropped to a terminal
      console.  Good luck starting a session.

    * Some packages conflict with each other needlessly.  For  example, you cannot
      install gitk and git-svn at the same time.

    * Finally, the installer has some limited choices.  You can't enable full disk
      encryption for UFS with the installer (last time I checked, anyway).
Other than all that, it works well.

[0]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189811

[1]: https://github.com/FreeBSDDesktop/freebsd-base-graphics/wiki

Re: FreeBSD 11.0 Now Available

#53

A couple things HN users might be excited about: * Docker via ZFS and jails (...running Linux x84-64 binaries): https://wiki.freebsd.org/Docker --- (See also, https://github.com/3ofcoins/jetpack ) * Add support for trackpads found in Apple MacBook products: https://svnweb.freebsd.org/base?view=revision&revision=26126... * CloudABI executable support: https://nuxi.nl/cloudabi/freebsd/ This is an awesome release.

Is anyone using FreeBSD on their development machine? Are there any gotchas compared to Linux?

No suspend/hibernate (suspend is available, but fiddly and does not work with X). Apart from that I've been quite happy to this day since last January when I moved to FreeBSD. Though I intend to check-out OpenBSD when I'll have time, as AFAIK it is more laptop-friendly (has working suspend and/or hibernate).

The BSD land is better than any linux distro with its docs and community, and the OSes are really clean and well put-together from the bottom up. Only Arch can come close to them, but then it has no stable releases and breaking changes are often.

BSDs run nearly all the software that GNU/Linux runs, and ports tree is exhaustive. I only have Emacs and Xombrero that I build and install seperately because I'm patching them.

Re: FreeBSD 11.0 Now Available

#54
post #40
post #30

Earlier quoted context omitted.

Hi! FreeBSD wifi person here! * ath(4)'s 11n support is much, much better now. All the AR93xx/AR95xx PCIe devices are supported and STA/AP 11n should work great. * iwn(4)'s 11n is much, much better. It still has some warts, and I'd love some help in chasing them down. * urtwn(4) in -HEAD does 11n now. * rsu(4) in -HEAD does 11n now. * iwm(4) (intel 7260, etc) is getting better every day in freebsd and dragonflybsd. T…

Thanks Adrian. I am not a device drivers person. But, quick query - do you reuse the current Linux drivers work [0]. Looking at the current client device deployment, Intel owns around 80% of the Wi-Fi modem market. Is anybody from Intel working on BSD wireless drivers as well. [0] https://wireless.wiki.kernel.org/en/users/Drivers

> Is anybody from Intel working on BSD wireless drivers as well?

No.

Re: FreeBSD 11.0 Now Available

#56

Earlier quoted context omitted.

Is anyone using FreeBSD on their development machine? Are there any gotchas compared to Linux?

Using FreeBSD -CURRENT on my ThinkPad X240. Mostly works great. Can't resume from suspend on that particular laptop, but I can live without the sleep thing. For development, it's excellent! (Favorite things: non-GPL not-breaking-compatibility-every-day libc that doesn't cause any problems ever. Simple init system. Simple configuration files, moving towards using libucl everywhere. And libxo for output. Good documenta…

We have been dealing with that since Linux was created. And we are still dealing with it today.

Re: FreeBSD 11.0 Now Available

#57
post #53

Earlier quoted context omitted.

Is anyone using FreeBSD on their development machine? Are there any gotchas compared to Linux?

No suspend/hibernate (suspend is available, but fiddly and does not work with X). Apart from that I've been quite happy to this day since last January when I moved to FreeBSD. Though I intend to check-out OpenBSD when I'll have time, as AFAIK it is more laptop-friendly (has working suspend and/or hibernate). The BSD land is better than any linux distro with its docs and community, and the OSes are really clean and we…

Really depends on your machine. Suspend (and wakeup!) works great on my Lenovo X220, no fiddling needed at all.

Re: FreeBSD 11.0 Now Available

#58
post #52

Earlier quoted context omitted.

Is anyone using FreeBSD on their development machine? Are there any gotchas compared to Linux?

I use CURRENT on a Thinkpad X230. It works ok. Main gotchas: * No SSL CA certificates out of the box. FreeBSD security team has taken the curious posture of claiming that shipping no CAs is better than just shipping e.g. Mozilla's CA bundle.[0] * rc.d is like Linux init from 5 years ago. Dynamic network configuration is not handled well. * Intel GPU driver support for anything above Haswell is still waiting to be mer…

Hmph. I remember when "session management" was echo startx >> .loginrc

I sure miss being able to understand and control my machine...

Re: FreeBSD 11.0 Now Available

#60

Have they fixed the remnants of the update security hole? I haven't been keeping up, so they might have done that already, but I thought I'd ask.

Yes. They fixed the theoretical stuff and the things where you'd have required to be root anyway.
Post reply on HN