Hi Guys,
I've got following Error after trying to upgrade from 11.0-U4 to 11.1:
Interesting also the rights of /tmp ->
What happened here?
Also nice to know, every single time I upgrade my FreeNAS, the system reboots to an "db>" Shell, so that I have to reboot again. Really annoying. A colleague has also this issue.
I've got following Error after trying to upgrade from 11.0-U4 to 11.1:
Code:
Environment: Software Version: FreeNAS-11.0-U4 (54848d13b) Request Method: POST Request URL: https://192.168.77.9/system/update/check/?uuid=8f8bc6f8b15b495096495940c3516636 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/system/views.py" in update_check 1375. raise MiddlewareError(handler.error) Exception Type: MiddlewareError at /system/update/check/ Exception Value: [MiddlewareError: b'Cannot remove file /tmp']
Interesting also the rights of /tmp ->
ls -lisa /
...
134259 12 drwxr-xr-x 2 root wheel 17 Dec 17 12:11 tmp
...
What happened here?
Also nice to know, every single time I upgrade my FreeNAS, the system reboots to an "db>" Shell, so that I have to reboot again. Really annoying. A colleague has also this issue.