root@opnsense:~ # bectl listBE Active Mountpoint Space Createddefault NR / 775M 2021-07-31 21:46
root@opnsense:~ # bectl create 21.7.4root@opnsense:~ # bectl rename default 21.7.5root@opnsense:~ # bectl listBE Active Mountpoint Space Created21.7.4 - - 71.3M 2021-11-11 18:2421.7.5 NR / 775M 2021-07-31 21:46
root@opnsense:~ # bectl activate 21.7.4root@opnsense:~ # bectl listBE Active Mountpoint Space Created21.7.4 R - 71.3M 2021-11-11 18:2421.7.5 N / 775M 2021-07-31 21:46root@opnsense:~ # shutdown -r now
root@opnsense:~ # bectl rename 21.7.5 22.1.b1root@opnsense:~ # bectl create 21.7.5root@opnsense:~ # bectl listBE Active Mountpoint Space Created21.7.4 - - 775M 2021-11-11 18:2421.7.5 - - 71.3M 2021-11-11 19:0722.1.b1 NR / 2.15G 2021-07-31 21:46
zroot/tmp 247375828 240 247375588 0% /tmpzroot/var/log 247657724 282136 247375588 0% /var/logzroot/var/crash 247375676 88 247375588 0% /var/crashzroot/var/audit 247375676 88 247375588 0% /var/auditzroot/usr/home 247375676 88 247375588 0% /usr/homezroot/var/mail 247375700 112 247375588 0% /var/mailzroot/usr/ports 247375676 88 247375588 0% /usr/portszroot/var/tmp 247375676 88 247375588 0% /var/tmpzroot/usr/src 247375676 88 247375588 0% /usr/src
I didn't use BE but update went fine and I updated the community repo for FreeBSD13 so your AdGuard Home should upgrade and run too Finally also Kibana and Elastic compile again.
Is there a downloadable ISO for 22.1 b1?
root@opnsense:~ # bectl rename 21.7.5 22.1.b1
Code: [Select]root@opnsense:~ # bectl rename 21.7.5 21.1.b1root@opnsense:~ # bectl create 21.7.5root@opnsense:~ # bectl listBE Active Mountpoint Space Created21.7.4 - - 775M 2021-11-11 18:2421.7.5 - - 71.3M 2021-11-11 19:0722.1.b1 NR / 2.15G 2021-07-31 21:46
root@opnsense:~ # bectl rename 21.7.5 21.1.b1root@opnsense:~ # bectl create 21.7.5root@opnsense:~ # bectl listBE Active Mountpoint Space Created21.7.4 - - 775M 2021-11-11 18:2421.7.5 - - 71.3M 2021-11-11 19:0722.1.b1 NR / 2.15G 2021-07-31 21:46
zfs rename -u zroot/usr zroot/ROOT/default/usrzfs rename -u zroot/var zroot/ROOT/default/var
I've been using ZFS BE in my HBSD builds for a while now.I don't think much of the default ZFS install on FreeBSD or HBSD. Both /usr and /var are not placed under the pool root, which IMHO, is not justified.
But /usr is placed under the BE root. The /usr dataset is created with canmount=off, which means all files placed under /usr/bin|lib|... are in the BE. This configuration is necessary to facilitate keeping /usr/local, /usr/src, ... separate from the BE.