New Jail creation problem

Status
Not open for further replies.

Jacopx

Patron
Joined
Feb 19, 2016
Messages
367
Buonasera a tutti! ;)

When i'm trying to create a New Jail from the UI a see this error:
Code:
Request Method: POST
Request URL: http://192.168.1.50/admin/jails/jails/add/
Software Version: FreeNAS-9.10.1-U2 (f045a8b)
Exception Type: DoesNotExist
Exception Value:
Jail matching query does not exist
Exception Location: /usr/local/www/freenasUI/../freenasUI/jails/queryset.py in get, line 152
Server time: Wed, 2 Nov 2016 17:21:53 +0100
Traceback

 

Request information
GET
No GET data

POST
Variable Value
jail_flags u''
jail_vnet u'on'
jail_defaultrouter_ipv6 u''
jail_bridge_ipv6 u''
jail_mac u''
jail_ipv4_netmask u'24'
jail_bridge_ipv4_netmask u''
jail_bridge_ipv4 u''
jail_defaultrouter_ipv4 u''
jail_autostart u'on'
jail_ipv4 u'192.168.1.5'
jail_host u'GitS'
__form_id u'dialogForm_jails'
jail_type u''
jail_bridge_ipv6_prefix u''
jail_ipv6_prefix u''
__all__ u''
jail_ipv6 u''
FILES
No FILES data

COOKIES
Variable Value
csrftoken '06H4uSm45cEFpnV6SjIuCCCPlcxadrYk'
sessionid '5u5t7pmo4723gb8cu3utbua1f58gjh9z'
fntreeSaveStateCookie 'root%2Croot%2F290%2Croot%2F290%2F296%2Croot%2F290%2F296%2F298'
META
Variable Value
HTTP_X_REQUESTED_WITH 'XMLHttpRequest'
SERVER_PROTOCOL 'HTTP/1.1'
PATH_INFO u'/admin/jails/jails/add/'
DOCUMENT_URI '/admin/jails/jails/add/'
DOCUMENT_ROOT '/usr/local/etc/nginx/html'
SERVER_ADDR '192.168.1.50'
HTTP_USER_AGENT 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'
REQUEST_METHOD 'POST'
SERVER_NAME 'localhost'
HTTP_HOST '192.168.1.50'
wsgi.multithread True
HTTPS ''
HTTP_X_CSRFTOKEN '06H4uSm45cEFpnV6SjIuCCCPlcxadrYk'
SERVER_SOFTWARE 'nginx/1.8.1'
wsgi.run_once False
HTTP_CONNECTION 'keep-alive'
HTTP_COOKIE 'csrftoken=06H4uSm45cEFpnV6SjIuCCCPlcxadrYk; fntreeSaveStateCookie=root%2Croot%2F290%2Croot%2F290%2F296%2Croot%2F290%2F296%2F298; sessionid=5u5t7pmo4723gb8cu3utbua1f58gjh9z'
wsgi.errors <flup.server.fcgi_base.TeeOutputStream object at 0x815af8e10>
SCRIPT_NAME u''
CONTENT_TYPE 'application/x-www-form-urlencoded'
REDIRECT_STATUS '200'
HTTP_CONTENT_TYPE 'application/x-www-form-urlencoded'
HTTP_CONTENT_LENGTH '323'
HTTP_ORIGIN 'http://192.168.1.50'
HTTP_REFERER 'http://192.168.1.50/'
REMOTE_PORT '51367'
REMOTE_ADDR '192.168.1.71'
GATEWAY_INTERFACE 'CGI/1.1'
wsgi.multiprocess False
CSRF_COOKIE u'06H4uSm45cEFpnV6SjIuCCCPlcxadrYk'
HTTP_ACCEPT_ENCODING 'gzip, deflate'
HTTP_ACCEPT_LANGUAGE 'en-us'
wsgi.input <flup.server.fcgi_base.InputStream object at 0x815af8b50>
QUERY_STRING ''
SERVER_PORT '80'
HTTP_ACCEPT '*/*'
CONTENT_LENGTH '323'
wsgi.version (1, 0)
REQUEST_URI '/admin/jails/jails/add/'
wsgi.url_scheme 'http'


I have already try to reinstall my system from zero but i can't solve it. Someone can help me? :/
 
D

dlavigne

Guest
Is this the first time you created a jail on the system or did it already have other jails installed? In other words, is it similar to https://bugs.freenas.org/issues/16781?

If your circumstances are different, please create a new bug report at bugs.freenas.org that includes the full text of your traceback and post the issue number here.
 

Jacopx

Patron
Joined
Feb 19, 2016
Messages
367
Is this the first time you created a jail on the system or did it already have other jails installed? In other words, is it similar to https://bugs.freenas.org/issues/16781?

If your circumstances are different, please create a new bug report at bugs.freenas.org that includes the full text of your traceback and post the issue number here.

Same circumstances! Is a really annoying problem but i'm sure that you'll solve the problem! ;)
 
Status
Not open for further replies.
Top