So, I've turned to FreeBSD lately, firstly because I really like The Z Filesytem. I started using it from Openindiana which has worked really well it's a nice platform, and it's always kind of fun to try out platforms that are a bit different from the regular platform.

I tried using qemu-kvm for some servers, but it didn't feel quite right, I was aware of FreeBSD making something called bhyve, and as I'd expect, bhyve has nice support for the open source systems I use in 64bit versions, so I thought I'd give it a spin as an alternative to qemu-kvm and VMWare.

Basic FreeBSD is fine, but it really needs it's Ports Tree which basically consists of a way to compile source into binaries and install them in a more or less orderly fasion. Instead of everybody having to compile every packages, there's a system called poudriere I followed a poudriere howto to set it up on a virtual machine under bhyve... Or at least, that's my initial plan ;-)

In all this, I do have to start somewhere, getting FreeBSD up to date, thankfully this has gotten somewhat easier over time, basically all I have to do now is:

# freebsd-update upgrade -r 11.1-RELEASE

And follow the instructions it gives me, this time around it required a reboot, a pkg upgrade -f, and a few freebsd-update install. But once that was over I had a brand new working version of FreeBSD 11.1 installed and ready to go.

Doing the first tiny build inside the bhyve setup made me realise two things fairly quickly, it would need to be a unwieldly large VM considering that much of the time it would be very idle, both in terms of disk space where it would easy need 100G and more, to have any chance of containing everything, and then everything would basically need to be synced off to somewhere for, well.. shipment and handling, costing even more space.

So I instead opted for the "pure" jail version running on a machine that hosted some bhyve vms allready just to see what it would do.

As luch would have it, the machine in question has 512GB of RAM and 40 cores worth of CPU, it's a bit of a monster with respect to that, but it's only got 768GB of diskspace, so this is what I believe to be relevant mounts after two runs of poudriere bulk -j freebsd_11-1x64 -p HEAD -a

$ zfs list
NAME                                    USED  AVAIL  REFER  MOUNTPOINT
zroot/poudriere                        2.95G   440G   188K  /zroot/poudriere
zroot/poudriere/jails                  1.44G   440G   188K  /zroot/poudriere/jails
zroot/poudriere/jails/freebsd_11-1x64  1.44G   440G  1.44G  /usr/local/poudriere/jails/freebsd_11-1x64
zroot/poudriere/ports                  1.51G   440G   188K  /zroot/poudriere/ports
zroot/poudriere/ports/HEAD             1.51G   440G  1.51G  /usr/local/poudriere/ports/HEAD
zroot/usr/ports                         102G   440G   102G  /usr/ports

Which is a lot for that machine because of the low amount of storage, but considering how cheap storage usually is, that's not a lot.

Also during a run, since I've configured USE_TMPFS=all, there are quite a few mounts going when a build is running, this was from a run with PARALLEL_JOBS=16.

$ df -h
Filesystem                                                            Size    Used   Avail Capacity  Mounted on
zroot/usr/ports                                                       543G    102G    440G    19%    /usr/ports
zroot/poudriere                                                       440G    188K    440G     0%    /zroot/poudriere
zroot/poudriere/jails                                                 440G    188K    440G     0%    /zroot/poudriere/jails
zroot/poudriere/jails/freebsd_11-1x64                                 442G    1.4G    440G     0%    /usr/local/poudriere/jails/freebsd_11-1x64
zroot/poudriere/ports                                                 440G    188K    440G     0%    /zroot/poudriere/ports
zroot/poudriere/ports/HEAD                                            442G    1.5G    440G     0%    /usr/local/poudriere/ports/HEAD
tmpfs                                                                  16G    566M     15G     3%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref
/usr/local/poudriere/jails/freebsd_11-1x64/rescue                     442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue
/usr/local/poudriere/jails/freebsd_11-1x64/usr/src                    442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/dev
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/dev/fd
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/compat/linux/proc
tmpfs                                                                 1.0G    478M    546M    47%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/.p
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/ports
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/packages
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/distfiles
tmpfs                                                                  16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports
tmpfs                                                                  16G    4.5G     12G    28%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03
tmpfs                                                                  16G    2.9G     13G    18%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01
tmpfs                                                                  16G    846M     15G     5%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02
tmpfs                                                                  16G    1.3G     15G     8%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04
tmpfs                                                                  16G    671M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06
tmpfs                                                                  16G    1.4G     15G     9%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05
tmpfs                                                                  16G    625M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10
tmpfs                                                                  16G    5.8G     10G    36%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08
tmpfs                                                                  16G    679M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07
tmpfs                                                                  16G    729M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09
tmpfs                                                                  16G    568M     15G     3%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12
tmpfs                                                                  16G    669M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13
tmpfs                                                                  16G    592M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11
tmpfs                                                                  16G    967M     15G     6%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14
tmpfs                                                                  16G    564M     15G     3%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15
tmpfs                                                                  16G    845M     15G     5%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/usr/src
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/dev
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/usr/src
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/rescue
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/usr/src
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/rescue
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/rescue
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/rescue
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/dev
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/rescue
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/usr/src
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/dev
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/usr/src
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/dev
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/usr/src
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/rescue          442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/rescue
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/dev
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/dev
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/dev
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/dev/fd
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/usr/src         442G    1.4G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/usr/src
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/dev/fd
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/dev/fd
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/dev/fd
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/proc
devfs                                                                 1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/dev
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/proc
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/proc
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/compat/linux/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/compat/linux/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/compat/linux/proc
tmpfs                                                                 1.0G    1.2M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/.p
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/dev/fd
tmpfs                                                                 1.0G    1.3M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/.p
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/compat/linux/proc
tmpfs                                                                 1.0G    1.0M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/.p
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/proc
tmpfs                                                                 1.0G    1.5M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/.p
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/dev/fd
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/usr/ports
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/usr/ports
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/dev/fd
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/compat/linux/proc
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/usr/ports
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/proc
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/usr/ports
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/dev/fd
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/dev/fd
tmpfs                                                                 1.0G    1.5M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/.p
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/compat/linux/proc
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/packages
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/packages
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/packages
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/proc
tmpfs                                                                 1.0G    356K    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/.p
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/compat/linux/proc
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/distfiles
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/distfiles
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/dev/fd
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/distfiles
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/usr/ports
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/dev/fd
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/proc
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/proc
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/proc
tmpfs                                                                 1.0G    1.5M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/.p
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/dev/fd
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/proc
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/packages
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/usr/ports
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/compat/linux/proc
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/var/db/ports
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/dev/fd
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/compat/linux/proc
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/var/db/ports
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/dev/fd
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/var/db/ports
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/compat/linux/proc
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/packages
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/compat/linux/proc
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/dev/fd
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/proc
tmpfs                                                                 1.0G    1.4M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/.p
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/proc
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/usr/ports
tmpfs                                                                 1.0G    1.7M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/.p
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/packages
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/proc
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/distfiles
tmpfs                                                                 1.0G    1.1M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/.p
tmpfs                                                                 1.0G    1.3M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/.p
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/distfiles
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/compat/linux/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/compat/linux/proc
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/packages
fdescfs                                                               1.0K    1.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/dev/fd
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/compat/linux/proc
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/distfiles
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/usr/ports
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/var/db/ports
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/usr/ports
tmpfs                                                                 1.0G    1.1M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/.p
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/var/db/ports
tmpfs                                                                 1.0G    1.9M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/.p
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/usr/ports
procfs                                                                4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/proc
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/compat/linux/proc
tmpfs                                                                 1.0G    1.3M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/.p
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/distfiles
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/var/db/ports
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/packages
linprocfs                                                             4.0K    4.0K      0B   100%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/compat/linux/proc
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/packages
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/usr/ports
tmpfs                                                                 1.0G    1.0M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/.p
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/usr/ports
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/usr/ports
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/var/db/ports
tmpfs                                                                 1.0G    1.3M    1.0G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/.p
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/usr/ports
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/distfiles
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/packages
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/distfiles
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/packages
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/packages
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/packages
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/usr/ports
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/packages
/usr/local/poudriere/ports/HEAD                                       442G    1.5G    440G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/usr/ports
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/distfiles
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/var/db/ports
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/var/db/ports
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/distfiles
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/distfiles
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/packages
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/distfiles
/usr/local/poudriere/data/packages/freebsd_11-1x64-HEAD/.building     557G    116G    440G    21%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/packages
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/var/db/ports
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/var/db/ports
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/distfiles
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/var/db/ports
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/distfiles
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/var/db/ports
/usr/ports/distfiles                                                  543G    102G    440G    19%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/distfiles
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/var/db/ports
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/var/db/ports
/usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/ref/var/db/ports     16G    736K     16G     0%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/var/db/ports
tmpfs                                                                  16G    2.1G     14G    13%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/08/usr/local
tmpfs                                                                  16G    836M     15G     5%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/14/usr/local
tmpfs                                                                  16G    2.1G     14G    13%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/03/usr/local
tmpfs                                                                  16G    967M     15G     6%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/05/usr/local
tmpfs                                                                  16G    338M     16G     2%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/01/usr/local
tmpfs                                                                  16G    859M     15G     5%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/02/usr/local
tmpfs                                                                  16G    1.3G     15G     8%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/07/usr/local
tmpfs                                                                  16G    403M     16G     2%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/04/usr/local
tmpfs                                                                  16G    383M     16G     2%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/06/usr/local
tmpfs                                                                  16G    433M     16G     3%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/16/usr/local
tmpfs                                                                  16G    708M     15G     4%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/10/usr/local
tmpfs                                                                  16G    555M     15G     3%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/09/usr/local
tmpfs                                                                  16G    230M     16G     1%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/13/usr/local
tmpfs                                                                  16G    134M     16G     1%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/12/usr/local
tmpfs                                                                  16G    2.1G     14G    13%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/11/usr/local
tmpfs                                                                  16G     87M     16G     1%    /usr/local/poudriere/data/.m/freebsd_11-1x64-HEAD/15/usr/local

But all in all, the setup was fairly straight forward and it works quite well, at least for the stuff I've tried installing later on.


Comments

comments powered by Disqus