-
Notifications
You must be signed in to change notification settings - Fork 8
Description
After follow the procedure in a new TrueNAS 12.2 install, i get
root@truenas12[/truenas-plex/freenas-iocage-plex]# ./plex-jail.sh
Netmask not set, defaulting to /24 (255.255.255.0)
Plex metadata path not set, defaulting to /mnt/Data/plex_data
Plex media path not set, please mount media directory manually when done
Not configuring hardware transcode
Using stable-release plexmediaserver code
Creating jail pms. This may take a minute, please be patient.
pms successfully created!
No default gateway found for ipv6.
- Starting pms
- Started OK
- Using devfs_ruleset: 1000 (iocage generated default)
- Configuring VNET OK
- Using IP options: vnet
- Starting services OK
- Executing poststart OK
Successfully added mount to pms's fstab
Successfully added mount to pms's fstab
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest, please wait...
pkg: Error fetching http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest/Latest/pkg.txz: No address record
Address resolution failed for http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest.
Consider changing PACKAGESITE.
Command: pkg install plexmediaserver failed!
Failed to install plexmediaserver package
- Stopping pms
- Executing prestop OK
- Stopping services OK
- Tearing down VNET OK
- Removing devfs_ruleset: 1000 OK
- Removing jail process OK
- Executing poststop OK
Destroying pms
I have the plex-config
JAIL_IP="192.168.1.19"
DEFAULT_GW_IP="192.168.1.1"
POOL_PATH="/mnt/Data"
and ran the ./plex-jail.sh from the directory I created for the download from git
My server has different NICs (Total 8), and the IP is in the same subnet of my Default Gateway.
I believe that this should be related to the pkg install problem, but not sure since I don't know your script