Hmm, seems like the jail has changed again as the install method is different.
Try this:
update the installed packages with:
pkg upgrade
install the ports tree:
portsnap fetch extract update
run “&& make install clean” in:
/usr/ports/devel/py-pip
/usr/ports/net/rsync
/usr/ports/editors/nano
/usr/ports/achivers/rar
/usr/ports/achivers/unrar
pip install flexget
pip install --upgrade flexget
pip install transmissionrpc
remember to use "rehash" after the applications are installed.
Also need to add a user if you do not want to run flex get from root.
As root, adduser SOMEUSER and use /home/SOMEUSER/ as the home dir
with root access, copy the .cshrc file from / to /home/adm/ and edit it to use nano as the default editor (I hate vi...) by editing .cshrc to include setenv EDITOR nano
Create the working directory:
mkdir /home/SOMEUSER/.flexget with user SOMEUSER and put the flexget config files here if you have them, if not, start new ones.
And if you wanna access the jail via ssh, make sure that you follow the FreeNAS user guid by doing the following:
To configure ssh access for a specified jail, perform the following actions while inside that jail as root:
add the following line to that jail's /etc/rc.conf:
sshd_enable="YES"
I just tried this on a new jail and everything seemed to install ok... Let me know if this works!
Cheers,