Ray Milyard
Patron
- Joined
- Aug 8, 2014
- Messages
- 262
So when I tried to upgrade to 11.1 it failed. I rolled back to 11.0-U4. Now I will not let me update any plugins. However the main issue was after system reboots my Intel X520-DA1-10 Gbe-Single Port comes up with right IP. I can ping it for about 15-30 secs then I can't . So I can't login to web console or anything to see what is going on.
Also today I did a FRESH install of 11.1. All my 1gig NICs are fine but have same issue with the 10gb.
Any ideas?
FYI Error getting trying to update Sabnzbd plugin:
Also today I did a FRESH install of 11.1. All my 1gig NICs are fine but have same issue with the 10gb.
Any ideas?
FYI Error getting trying to update Sabnzbd plugin:
Code:
Environment:
Software Version: FreeNAS-11.0-U4 (54848d13b)
Request Method: POST
Request URL: http://10.0.1.100/plugins/plugin/update/1/
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
39. response = get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _legacy_get_response
249. response = self._get_response(request)
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py" in _get_response
178. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "./freenasUI/freeadmin/middleware.py" in process_view
162. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
23. return view_func(request, *args, **kwargs)
File "./freenasUI/plugins/views.py" in plugin_update
238. if notifier().update_pbi(plugin=iplugin):
File "./freenasUI/middleware/notifier.py" in update_pbi
2548. raise MiddlewareError("There was a problem creating the PBI")
Exception Type: MiddlewareError at /plugins/plugin/update/1/
Exception Value: [MiddlewareError: b'There was a problem creating the PBI']
Last edited by a moderator: