Live data from Hacker News

FreeBSD 11.0 Now Available

lists.freebsd.org

11–20 of 163 posts

Re: FreeBSD 11.0 Now Available

#11
post #9

Often gets lost in the release notes - deploying on Google cloud is super easy: % gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=freebsd-org-cloud-dev % gcloud compute ssh INSTANCE

Wow, nice. Do you know how straightforward it is to get it with ZFS?

Re: FreeBSD 11.0 Now Available

#12

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.

Unfortunately the Docker daemon support never got merged upstream. It would be great if someone would work on that.

Re: FreeBSD 11.0 Now Available

#13
post #11
post #9

Often gets lost in the release notes - deploying on Google cloud is super easy: % gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=freebsd-org-cloud-dev % gcloud compute ssh INSTANCE

Wow, nice. Do you know how straightforward it is to get it with ZFS?

ZFS is native in FreeBSD, so it is exactly as straightforward as the above.

Re: FreeBSD 11.0 Now Available

#15
> A kernel panic triggered when destroying a vnet(9) jail(8) configured with gif(4) has been fixed. [r271917]

> A kernel panic triggered when destroying a vnet(9) jail(8) configured with gre(4) has been fixed. [r271918]

I see they fixed the kernel panics when destroying vnet jails but is vnet enabled by default? Or do I have to compile a custom kernel like with FreeBSD 10.x

Re: FreeBSD 11.0 Now Available

#16

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.

Also, support for running Apple's Swift language.

Re: FreeBSD 11.0 Now Available

#17

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.

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?

Re: FreeBSD 11.0 Now Available

#18
I still have hope some or all HardendedBSD features might get ported or reimplemented in FreeBSD 12. Too much low hanging fruit, and now that linux has been steadily closing the gap to grsec, the competition in mainstream kernel branches is on.
Post reply on HN