When setting up a jail in TrueNAS CORE an error may occur where the release of FREEBSD cannot be found. One resolution may be to edit a python file throwing an error.
Commands:
iocage fetch
cd /usr/local/lib/python3.9/site-packages/iocage_lib/
vi ioc_fetch.py
:818
:w write
:q quit
#truenas #server #troubleshooting #virtualmachines #tutorial
If this was helpful, consider leaving a comment or supporting me on Ko-fi: https://ko-fi.com/classoutside
===== TIMESTAMPS =====
0:00 Introduction and Requirements
0:28 Identifying the Release Not Found Error
0:38 Using Shell and iocage fetch Command
0:59 Editing Python File to Fix the Bug
2:04 Testing the Fix and Wrap Up