"Jail matching query does not exist" when creating new standard jail

Status
Not open for further replies.

saeed

Cadet
Joined
May 2, 2015
Messages
7
Hello folks,

I am trying to create a new standard jail but that is failing with a long error report (see the attached text file)

I tried/verified the following:
1) rebooting
2) checking that there is .warden-template-standard folder under /(volume)/jails folder..this has about 1.6gb
3) checked that there is a standard jail entry using commands: sqlite3 /data/freenas-v1.db then select * from jails_jailtemplate;
4) checking network settings; ipv4 default gateway, nameserver, pinging google, internet functionality of the other jails
5) zfs list showing correct mounting points
6) jail root configuration in the GUI

My build is FreeNAS-9.10.1-U4 (ec9a7d3). I have been using FreeNAS for few months so still relatively a beginner. I would highly appreciate your suggestions on how to fix this jail creation error.

Thank you,
 

Attachments

  • error.txt
    4.1 KB · Views: 423
Last edited:

saeed

Cadet
Joined
May 2, 2015
Messages
7
I managed to solve the issue by deleting the standard jail template and reinstalling it as follows:
Code:
warden template delete standard
warden template create -nick standard -tar http://download.freenas.org/jails/10/x64/freenas-standard-10.3-RELEASE.tgz
 
Status
Not open for further replies.
Top