SOLVED Jail installation under 9.10 - No Address Record

Status
Not open for further replies.

PhilZJ81

Explorer
Joined
Mar 29, 2016
Messages
99
I'm trying to install plex under FreeNAS 9.10.
I'm doing the same steps as I did with my older install under 9.3 which worked fine.

I followed the tutorial by Cosmo_Kramer https://forums.freenas.org/index.ph...all-plex-in-a-freenas-9-3-jail-updated.19412/

The problem is related to try to update the package or the install instructions.

Code:
root@Plex:/ # pkg update && pkg upgrade -y
Updating FreeBSD repository catalogue...
Repository FreeBSD has a wrong packagesite, need to re-create database
pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/meta.txz: No address record
repository FreeBSD has no meta file, using default settings
pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/packagesite.txz: No address record
Unable to update repository FreeBSD



I also tried with the plugin feature, but that gets me this error:

Code:
May 26 23:03:04 BNAS manage.py: [freeadmin.navtree:630] An error occurred while unserializing from http://192.168.1.173/plugins/plexmediaserver/1/_s/treemenu: No JSON object could be decoded
May 26 23:04:14 BNAS manage.py: [plugins.utils:91] Couldn't retrieve http://192.168.1.173/plugins/plexmediaserver/1/_s/status: No JSON object could be decoded
May 26 23:06:48 BNAS manage.py: [plugins.utils:91] Couldn't retrieve http://192.168.1.173/plugins/plexmediaserver/1/_s/status: No JSON object could be decoded



I wanted to add that my jail configuration uses DHCP.

I tried the following commands but I'm getting permission denied.
Code:
jexec 2 tcsh
/etc/resolv.conf

in the sample above jail ID 2 is my plex server's jail. I created one before but I deleted it and then tried the plugin, but that also failed.
 
Last edited:

PhilZJ81

Explorer
Joined
Mar 29, 2016
Messages
99
The issue has been resolved by going to Network > Global Configuration and entering a value in IPv4 Default Gateway. In my case 192.168.1.1... I didn't have to do this in the past, could someone explain to me why this was needed with 9.10? Also what does it mean for the system? thanks!
 
D

dlavigne

Guest
The networking stack had changes between going from FreeBSD 9.x to 10.x. Looks like one of them affected the information you receive from your DHCP server. You now know the solution to it though...
 

PhilZJ81

Explorer
Joined
Mar 29, 2016
Messages
99
The networking stack had changes between going from FreeBSD 9.x to 10.x. Looks like one of them affected the information you receive from your DHCP server. You now know the solution to it though...

Yes, definite changes, I didn't remember seeing these sort of errors either.

Code:
mDNSResponder: mDNS_AddDNSServer: Lock not held! mDNS_busy (0) mDNS_reentrancy (0)
mDNSResponder: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 0000000801406D60 BNAS.local. (Addr) that's already in the list
mDNSResponder: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 0000000801407180 173.1.168.192.in-addr.arpa. (PTR) that's already in the list
 


Thanks for your replies and feedback dlavigne.
 
Status
Not open for further replies.
Top