Just set up a FreeBSD 10.2 box with root on mirrored ZFS from scratch to learn how to use iocage.
After the system install I issued
which first installed pkgng and then iocage.
Then I issued
which first downloaded the base system and then updated it. After installing the updates "Creating basejail ZFS datasets... please wait." was displayed.
Some moments later I got the message "Failed to build new tree."
(Please apologize I cannot post the long message log here, as it is a very basic system without any additional software installed.)
Cleaning up the failed install using
and then reinstall (as suggested here) didn't solve the issue.
Any idea what I could have done wrong?
After the system install I issued
Code:
pkg install iocage
Then I issued
Code:
iocage fetch
Some moments later I got the message "Failed to build new tree."
(Please apologize I cannot post the long message log here, as it is a very basic system without any additional software installed.)
Cleaning up the failed install using
Code:
iocage clean -a
Any idea what I could have done wrong?