The main dataset that I setup, I left Unix ticked. I think the problem was I setup 2 users, one “media” and one “guest”, with the proper permission settings, but I forgot to add them to my group. Then I downloaded the Plugins and it created a jail, but didn’t actually download the plugin itself.
Whenever I have been able to get the plugin to install, it registers it’s own IP when I type in the “jls” command in shell, but when I try to actually access them through GUI, no luck.
It leads me to believe that it is tied to the permissions?
I deleted the datasets, unmounted the volume and wiped the drive. I then remounted, created my volume and added new dataset. Setup proper permissions and now I have the 1st plugin downloading again. We will see if this does it.
FWIW this is the guide I’ve been following.
Still no luck. Here’s the error. Looks to be related to Python…
Environment:
Software Version: FreeNAS-9.3-Nightlies-201501310516
Request Method: POST
Request URL: http://192.168.1.21/plugins/plugin/install/0939c2601a29f5d53b4d252547bfa2b0843ba58082d09ee116f1dbe2404730f8/
Traceback:
File “/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py” in get_response
105. response = middleware_method(request, callback, callback_args, callback_kwargs)
File “/usr/local/www/freenasUI/…/freenasUI/freeadmin/middleware.py” in process_view
157. 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/plugins/views.py” in install_available
282. raise MiddlewareError(e.message)
Exception Type: UnboundLocalError at /plugins/plugin/install/0939c2601a29f5d53b4d252547bfa2b0843ba58082d09ee116f1dbe2404730f8/
Exception Value: local variable ‘e’ referenced before assignment