I am new to FreeNAS but I have something like this setup on my IX4-300d. I was given a Free Lenovo TS130 with Xeon quad and 16gb of ram so I am going to switch to this. Using (4) 2tb drives.
I have followed you guide step by step but have run into some issues.
Using this web page:
https://www.jruehlig.com/wordpress/installation-configuration-of-freenas-plugins/#comment-381
Jails > Add Jails
- Jail Name = download_jail
- Add Storage
- Source = /mnt/tank/media
- Destination = /mnt/media (see error)
Error: The path could not be mounted /mnt/tank/media: Mount failed (64) -> mount: /mnt/tank/jails/download_jail/mnt/media: No such file or directory
I have even SSH in system and goto /mnt and make folder media and still get same error.
-----------------------------------------------------------------------------------------------------------------------
Transmission WebGUI
Download Directory = /mnt/media/downloads/transmission/complete
Since can't make /mnt/media folder I can use it here. However when I try to change for now to /mnt/tank/jails/download)jails/media it seems like this setting never gets saved. Same with changing the Encryption.
Changing to the folder via the Transmission web page seems to work but since from the Jails the /mnt/media folder isn't there not sure about this.
-----------------------------------------------------------------------------------------------------------------------
Side notes something else I have found. Seems like anytime I stop a plugin via FreeNAS/Plugins whenever try to restart them they never start.
-----------------------------------------------------------------------------------------------------------------------
Plugin Jail Command-Line
root@download_jail:/ # service transmission stop && service sickbeard stop
Stopping transmission.
Stopping sickbeard.
Waiting for PIDS: 41558.
root@download_jail:/ # pkg install git nginx python py27-sqlite3 sqlite3
Updating repository catalogue
digests.txz 100% 1091KB 1.1MB/s 931.3KB/s 00:01
packagesite.txz 100% 5189KB 1.7MB/s 938.8KB/s 00:03
Incremental update completed, 23445 packages processed:
23187 packages updated, 335 removed and 258 added.
New version of pkg detected; it needs to be installed first.
The following 1 packages will be installed:
Upgrading pkg: 1.2.7_2 -> 1.3.5.1
The installation will require 772 kB more space
1 MB to be downloaded
Proceed with installing packages [y/N]:y
pkg-1.3.5.1.txz 100% 1931KB 965.6KB/s 1.5MB/s 00:02
Checking integrity... done
[1/1] Upgrading pkg from 1.2.7_2 to 1.3.5.1... done
If you are upgrading from the old package format, first run:
# pkg2ng
Updating repository catalogue
FreeBSD repository is up-to-date
All repositories are up-to-date
pkg: Repo FreeBSD needs schema upgrade from 2006 to 2010 but it is opened readonly
pkg: need to re-create repo FreeBSD to upgrade schema version
Updating database digests format: 100%
pkg: No packages available to install matching 'git' have been found in the repositories
root@download_jail:/ #
This is what error I am getting.
So I haven't been able to really continue. Please any help would be GREAT!