Jail unable to fetch

Status
Not open for further replies.

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
i'm trying to setup a jail for the PS4 to be able to see the media on my NAS. (hole point of my NAS is for media file sharing and streaming) each time i try it is unable to fetch the files. i can download them no issues from the sites, but the NAS can not for some reason.

fetch: http://download.freenas.org/jails/11/x64/freenas-standard-11.0-RELEASE.mtree: Operation timed out http://download.freenas.org/jails/11/x64/freenas-standard-11.0-RELEASE.tgz: Operation timed out mtree: /mnt/Picard/jails/.warden-files-cache/mtree/freenas-standard-11.0-RELEASE.mtree: No such file or directory ERROR: mtree failed for /mnt/Picard/jails/.warden-files-cache/mtree/freenas-standard-11.0-RELEASE.mtree cannot open 'Picard/jails/.warden-template-standard': dataset does not exist find: /mnt/Picard/jails/.warden-template-standard: No such file or directory ERROR: Failed to create ZFS base dataset

this is the error that comes up. or what is see as below. any help would be grateful. or a direction to fix this issue.
jail.png
 

m0nkey_

MVP
Joined
Oct 27, 2015
Messages
2,739
That would suggest either your DNS settings or default gateway are not set correctly on your FreeNAS server.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Have you set up any datasets on your pool yet? It looks like your jails configuration is pointing to a dataset that doesn't exist.
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
i'm trying to enable DLNA via jail thing. i also tryed a plugin and comes up it says "no entry can be found."

as far a DNS goes, i don't know how to check that, i can see the server, my router can talk to the server, and i have moved files to the server. i need either a Plex plugin or to enable DLNA via jails.
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
well that is odd, i tryed checking for updates and that timed out to. i don't get how the DNS is not setup if everything else sees it
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
Update server could not be reached


<urlopen error timed out>



Traceback

Traceback (most recent call last):
File "/usr/local/lib/python3.6/urllib/request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
self.send(msg)
File "/usr/local/lib/python3.6/http/client.py", line 964, in send
self.connect()
File "/usr/local/lib/python3.6/http/client.py", line 936, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/usr/local/lib/python3.6/socket.py", line 722, in create_connection
raise err
File "/usr/local/lib/python3.6/socket.py", line 713, in create_connection
sock.connect(sa)
socket.timeout: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "./freenasUI/system/views.py", line 1421, in update_check
train=updateobj.get_train(),
File "./freenasUI/system/models.py", line 616, in get_train
trains = conf.AvailableTrains() or []
File "/usr/local/lib/freenasOS/Configuration.py", line 1042, in AvailableTrains
fileref = self.TryGetNetworkFile(file=TRAIN_FILE, reason="FetchTrains")
File "/usr/local/lib/freenasOS/Configuration.py", line 782, in TryGetNetworkFile
raise url_exc
File "/usr/local/lib/freenasOS/Configuration.py", line 756, in TryGetNetworkFile
furl = opener.open(req, timeout=30)
File "/usr/local/lib/python3.6/urllib/request.py", line 526, in open
response = self._open(req, data)
File "/usr/local/lib/python3.6/urllib/request.py", line 544, in _open
'_open', req)
File "/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.6/urllib/request.py", line 1346, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/local/lib/python3.6/urllib/request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error timed out>
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
It's some time ago that I set mine up, but I recall seeming to need my gateway address (my router address) in all 3 Nameserver entries on the Network - Global Configuration page. My DNS server addresses are provided by my router.

BTW - are you really running FreeNAS with ~3GB of RAM?
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
Ill put the router ip in all 3, i guess it says 3gig. Thought it use to be 4gig. The board can only support 8 gigs max. I dont even understand how free nas is seeing the 3tb hds in the system. The motherboard has them as 750gig drives.

It is a 12+ year old system.
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
system.png
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
What do you see in Network - Network Summary?

upload_2017-7-19_15-14-14.png


Someone with more experience than I have may be able to tell you if your RAM amount is contributing to your issues with the jail.
 
Last edited:

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
net.png
net.png
this
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
The "default route" doesn't look right; that should be the IP address of your router (which is probably also your first nameserver). The Realtek NIC won't help anything, but probably isn't the cause of your problem. Ditto the less-than-half-of-the-minimum RAM.
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
on the ram issue, i looked in the box, and i have 4 2gig sticks in it. i'm messing around with that now.
 

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
Have you got your IPv4 Default gateway set to the same IP as your FreeNAS box in Network - Global Configuration? If so, try your router's IP - 192.168.2.1 (I guess).
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
i just spent 600$ on HDD's. trying to put some life back in that old machine :)
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
net.png

bingo. it can connect to the internet.

now about my ram issue. i have 4 1gig sticks. all good. checked each in slot 1 and booted to the bios and checked. when they all are in it come up as 3 gig's so i must have a bad slot.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
i have 4 1gig sticks. all good
No that's not all good. As others have already tried to tell you, you have less than half the required RAM to run FreeNAS. If you want to run jails you'll need more than 8GB which is the minimum.
 
Joined
Jul 10, 2016
Messages
521
Did you enable "Memory Remapping" in the BIOS of your P5B board? You need that to see all 4GiB
 

Cyprus125

Dabbler
Joined
Jul 18, 2017
Messages
24
i just looked up the min requirements, and i have no idea how my machine is doing it. i have only half both those requirements. guess a ram upgrade is in the future. thank fully my board cap is 8gigs

  • 8GB* Boot Drive (USB Flash Drive suffices)
  • 8GB* RAM
 
Status
Not open for further replies.
Top