Adding my First Jail

Status
Not open for further replies.

NineFingers

Explorer
Joined
Aug 21, 2014
Messages
77
I'm beginning my jails experiment. I went to add my first jail, and got the following output:

Environment:

Software Version: FreeNAS-9.2.1.7-RELEASE-x64 (fdbe9a0)
Request Method: GET
Request URL: http://192.168.0.62/admin/jails/jails/add/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
107. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
158. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
22. return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/options.py" in wrapper
209. return self._admin.admin_view(view)(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/utils/decorators.py" in _wrapped_view
99. response = view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/decorators/cache.py" in _wrapped_view_func
52. response = view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/site.py" in inner
144. return view(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/options.py" in add
378. mf = mf()
File "/usr/local/www/freenasUI/../freenasUI/jails/forms.py" in __init__
150. addrs = guess_addresses()
File "/usr/local/www/freenasUI/../freenasUI/jails/utils.py" in guess_addresses
539. ipv4_addr = guess_ipv4_address()
File "/usr/local/www/freenasUI/../freenasUI/jails/utils.py" in guess_ipv4_address
433. get_ipv4_exclude_dict()
File "/usr/local/www/freenasUI/../freenasUI/jails/utils.py" in get_ipv4_exclude_dict
101. jails = w.list()
File "/usr/local/www/freenasUI/../freenasUI/common/warden.py" in list
1060. return self.__call(warden_list(flags, **kwargs))
File "/usr/local/www/freenasUI/../freenasUI/common/warden.py" in __call
1021. tmp = obj.run()
File "/usr/local/www/freenasUI/../freenasUI/common/warden.py" in run
447. raise warden_exception(msg)

Exception Type: warden_exception at /admin/jails/jails/add/
Exception Value: The command /usr/local/bin/warden list -v failed: "Error: No jails found!
"






Error reported is "No jails found!" Of course there aren't any, I'm adding my first! What might be my issue?
 
D

dlavigne

Guest
Do you get the same traceback on a 9.2.1.8 system? If so, please create a bug report at bugs.freenas.org and post the issue number here.
 

NineFingers

Explorer
Joined
Aug 21, 2014
Messages
77
Do you get the same traceback on a 9.2.1.8 system? If so, please create a bug report at bugs.freenas.org and post the issue number here.

I had intended to stay put on 9.2.1.7 -- do you think it would go away on 9.2.1.8??
 

NineFingers

Explorer
Joined
Aug 21, 2014
Messages
77
(oops...)
 
D

dlavigne

Guest
Not sure. However, trying (even in a VM) the most recent version will confirm whether this is a bug that has already been fixed or something that needs to be addressed for 9.2.1.9.
 

NineFingers

Explorer
Joined
Aug 21, 2014
Messages
77
ok -- I'll see if I can get that upgraded shortly.
 

NineFingers

Explorer
Joined
Aug 21, 2014
Messages
77
Cool! Upgrading to 9.2.1.8 seems to have fixed things. I'm now installing a VBox Jail into which I'm going to try to install Windows 8.1.

Thanks to the Forum! And special thanks to dlavigne for your assistance.
 
Status
Not open for further replies.
Top