I am trying out poudriere for the first time and I am getting this error message when I try and run it. This is how it was set up:
What switch or configuration option am I missing?
Code:
pkg install poudriere
vi /usr/local/etc/poudriere.conf
poudriere jail -c -j freebsd_12-1x64 -v 12.1-RELEASE
poudriere jail -l
JAILNAME VERSION ARCH METHOD TIMESTAMP PATH
freebsd_12-1x64 12.1-RELEASE-p4 amd64 ftp 2020-05-01 09:16:44 /usr/local/poudriere/jails/freebsd_12-1x64
poudriere ports -c -p PORTS-12-1
poudriere jail -u -j freebsd_12-1x64
poudriere ports -u -p PORTS-12-1
poudriere ports -l
PORTSTREE METHOD TIMESTAMP PATH
PORTS-12-1 portsnap 2020-05-01 09:17:12 /usr/local/poudriere/ports/PORTS-12-1
echo 'net/samba410' >> poudr_12-1_samba.txt
poudriere bulk -f /root/poudr_12-1_samba.txt -j freebsd_12-1x64
[00:00:00] Creating the reference jail... done
[00:00:01] Mounting system devices for freebsd_12-1x64-default
[00:00:01] Mounting ports/packages/distfiles
[00:00:01] Converting package repository to new format
[00:00:01] Stashing existing package repository
[00:00:01] Mounting packages from: /usr/local/poudriere/data/packages/freebsd_12-1x64-default
[00:00:01] Error: Missing mnt metadata for portstree
[00:00:01] Cleaning up
[00:00:01] Unmounting file systems
What switch or configuration option am I missing?