This has become an incredibly frustrating experience, obviously my lack of skills isn't helping I admit, but things surely aren't working right here, they just can't be right. Under both u5 and nightly
I continue to follow the guide or make minor tweaks.
Due to networking issues, I am now running some changes (DHCP on the jail, this results in the jail working 'properly')
1: echo '{"pkgs":["mono","curl","ca_root_nss"]}' > /tmp/pkg.json
2:
iocage create -n "jackett" -p /tmp/pkg.json -r 11.1-RELEASE dhcp=on vnet="on" allow_raw_sockets="1" boot="on"
vs
iocage create -n "jackett" -p /tmp/pkg.json -r 11.1-RELEASE ip4_addr="vnet0|192.168.0.121/255.255.255.0" defaultrouter="192.168.0.254" vnet="on" allow_raw_sockets="1" boot="on"
3: iocage set bpf=yes jackett
4: iocage set bpf=no jackett
5: iocage set bpf=yes jackett
(There appears to be some kind of bug with the "bpf" flag on jails)
6: rm /tmp/pkg.json
7: iocage fstab -a jackett /mnt/POOLNAME/data/jailconfigs/jackett /config nullfs rw 0 0
8: iocage exec jackett ln -s /usr/local/bin/mono /usr/bin/mono
Here's where things hit the fan,
Code:
[root@freenas ~]# iocage exec jackett ln -s /usr/local/bin/mono /usr/bin/mono
jackett is not running, starting jail
jail: mount.fstab: /mnt/iocage/jails/jackett/root/config: No such file or directory
NOTE: The end result of my DHCP change early results in no more errors creating the initial jail,
surely this is a good thing?
DHCP = ON
Code:
Installing updates... done.
jackett successfully created!
jackett requires bpf=yes!
[root@freenas ~]#
vs
Fixed IP
Code:
Installing updates... done.
jackett successfully created!
Testing SRV response to FreeBSD
Error: error sending query: General LDNS error
{repo} could not be reached, please check your DNS
LONG story short, why on EARTH would changing the creation of the jail, from ipv4 fixed, to DHCP result in the 8'th command to fail with a darn folder issue
"No such file or directory" of all things?? Totally baffling.