FreeBSD 11.0 is here!

Sounds like a good time to make a contribution to the FreeBSD foundation too...

The foundation has a long way to go to meet this years fundraising goals.

Please help FreeBSD continue to offer a world class operating for FREE
 
Perfect, now I know, what to do on this weekend :-D

For getting my feet's wet with 11.0, I started to install it on a giveaway 8 GB USB pendrive. One issue, that perhaps deserves a little discussion is that the guided partitioning ends up in partitions that are quite inadequate for any kind of flash media.

IMHO, for all kind of drives the biggest common place would be:

Code:
17 kb GPT boot code
239 kB free
___ 256 kB boundary ___
128 kB freebsd-boot
128 kB free
___ 256 kB boundary ___
 x GB freebsd-swap (0 < x < 16)
___ 256 kB boundary ___
the rest freebsd-ufs

What do you think? At least my giveaway pendrive got a 4times speed bump by using said BCP suggestion. Is this worth to file a feature request to FreeBSD bugzilla? Are there better educated guesses on a BCP partition?

IMHO, the default choice let beginners ruin their flash experience, if not the physical drive.
 
Installed it now for real. And I'd say thank god for these forums and various other sources. Basic installation and configuration was easy, but getting it work just as I wanted was particularly not. But now all seems to work satisfactorily.
 
The only major difference I noted--I'm not sure if it's documented yet, but I believe wblock@ will take care of that--is that if you do ifconfig and haven't configured your card to be wlan0, it won't show. For example, if you have a card that shows as ath0 in 10.x, in 11.x, if you do ifconfig, you'll see nothing. You have to run sysctl.net.wlan.devices.
Once you run ifconfig wlan0 create wlandev ath0 , for example, it will show in ifconfig.
 
… .Once you run ifconfig wlan0 create wlandev ath0 , for example, it will show in ifconfig.
Scottro, unfortunately for me I not yet do wireless but what I did see - - for new installs, at login time; the first thing I always do is to hit scroll-lock to see what address DHCP generated for me, but this was the first time it did not show in messages. I panic, I login and type ifconfig –a and it did show my new ip active. I marked this off somehow-mentally as a security feature for first time install, because after reboot it did show in messages. I installed three times to three PRIMARIES and it is just there. Anyway my week-end is made by tonight after some I do some serious rip-and-tear, and I’m going to post the greatest thing ever that FreeBSD-11 can do for multi-FreeBSD MBR, duel- boot systems. Hopefully someone else will notice it first. That is all I exact to see since 11-rc3. Everything else seems better to perfect so far. I'm about ready to move beyond Virtualbox to vnet and pure FreeBSD virtuals. I bet it is ready, if not I feel there is enough to make it ready yourself because it's that strong. This sounds so good to me, I wish I could help:

https://forums.freebsd.org/threads/57803/

Sounds like a good time to make a contribution to the FreeBSD foundation too...
Phishfry, the check will be in the mail by January 15, 2017 guaranteed; and hopefully every year thereafter. I can only start with a Grant, but hopefully a c-note. Thereafter max21 in-production will be awesome by my standards. If my dream never come true, GRANTS to BENJAMINS will comes forever, regardless. Only the Almighty knows it has been the biggest part of my dreams since 8.2 change my world. Every man needs a hobby, but who would think a chance to enter better all for FREE.

Thanks for the reminder Phishfry.


Edit:
About the miracle, I was speaking of:
https://forums.freebsd.org/threads/57859/#post-330316
 
Last edited:
Can we update safely using freebsd-update utility? I remember I read security advisory with multiple vulnerabilities under MitM condition.
 
Back
Top