Resilio Plugin Install Error "MiddlewareError"

Status
Not open for further replies.

MrUnknownEMC

Explorer
Joined
Feb 20, 2016
Messages
55
I don't really i know what is the problem

upload_2017-6-9_13-45-37.png
 

MrUnknownEMC

Explorer
Joined
Feb 20, 2016
Messages
55
Do you get the same error if you update to RC4?
I haven't got an update yet, but I have another problems as I am trying to move my jail directory. I have fix that issues by moving the jail to new array which i was planning to do anyways.

I follow the post 3:
https://forums.freenas.org/index.php?threads/moving-jails-from-main-volume-to-new-ssd-volume.42105/ (POst 3)

and this is what I get

upload_2017-6-9_23-27-33.png

When go check snapshots, i could see it there but for some reason zfs send gives me this error and im not sure what is problem.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
The error tells you what the problem is--you need to send the output of zfs send somewhere. The command would look something like this: zfs send -R volume1/jails@backup | zfs recv volume1/jails_backup, where jails_backup is another dataset.
 

MrUnknownEMC

Explorer
Joined
Feb 20, 2016
Messages
55
The error tells you what the problem is--you need to send the output of zfs send somewhere. The command would look something like this: zfs send -R volume1/jails@backup | zfs recv volume1/jails_backup, where jails_backup is another dataset.
Thanks, I got working. It transferring to new data. By any chance what safe way to clear all snapshots? something like "zfs destory" but im not sure how do it safely.
 

MrUnknownEMC

Explorer
Joined
Feb 20, 2016
Messages
55
The error tells you what the problem is--you need to send the output of zfs send somewhere. The command would look something like this: zfs send -R volume1/jails@backup | zfs recv volume1/jails_backup, where jails_backup is another dataset.
Also, when move the jail dataset to a new location, and change location of jail, I don't see my any entry for jails.

edit: nvm. i choose the wrong one lol.
 

MrUnknownEMC

Explorer
Joined
Feb 20, 2016
Messages
55
Do you get the same error if you update to RC4?
This error i get from try to manual update

Code:
Environment: Software Version: FreeNAS-11.0-RC3 (1d8ee7925) Request Method: POST Request URL: https://192.168.1.32/system/manualupdate/?X-Progress-ID=bb012afb-230b-467f-8463-1adf16ff2783 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 "/usr/local/lib/python3.6/site-packages/django/contrib/auth/decorators.py" in _wrapped_view 23. return view_func(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in view 68. return self.dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in dispatch 237. response = super(WizardView, self).dispatch(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/django/views/generic/base.py" in dispatch 88. return handler(request, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in post 300. return self.render_done(form, **kwargs) File "/usr/local/lib/python3.6/site-packages/formtools/wizard/views.py" in render_done 357. **kwargs) Exception Type: MiddlewareError at /system/manualupdate/ Exception Value: [MiddlewareError: b'The firmware image is invalid, make sure to use .txz file: None']
 
D

dlavigne

Guest
Why are you doing a manual update instead of just clicking Apply Pending Updates?
 
D

dlavigne

Guest
If this is still an issue, please post a screenshot of your System -> Update screen after you click "Check Now".
 
Status
Not open for further replies.
Top