Freenas update 11.1u6 -> 11.1u7 fails

Cd228

Dabbler
Joined
Sep 14, 2018
Messages
21
Hello.

When I try to update freenas I encounter the following message:

Code:
Traceback:
File "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py" in inner
  42.             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_verify
  1784.             raise MiddlewareError(handler.error)

Exception Type: MiddlewareError at /system/update/verify/
Exception Value: [MiddlewareError: [Errno 22] Invalid argument: '/tmp']


I simply try to update from System -> Update and choose Freenas-11-STABLE
Can anyone help?

cd228
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
Hardware specs please.
 

Cd228

Dabbler
Joined
Sep 14, 2018
Messages
21
Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
8062MB RAM
 
Last edited:

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
https://www.ixsystems.com/community/threads/forum-guidelines.45124/

Posting To Get A Response

Please include a specific subject title in a new post. This helps attract the attention of people knowledgeable and interested in that type of problem or situation.

Please include full, exact error messages. Do not paraphrase them. Putting effort into your post the first time will help you get the best responses to your issue.

Please provide the exact build number of the system, which can be found at System ‣ Information, as well as the amount of RAM on the system. If additional hardware information is needed, you will be asked to attach a debug file. Debug files are created with the System ‣ Advanced ‣ Save Debug menu entry.

Hardware information is extremely important when diagnosing problems. This includes:
  • motherboard make and model
  • CPU make and model
  • RAM quantity
  • hard drives, quantity, model numbers, and RAID configuration, including boot drives
  • hard disk controllers
  • network cards
 

Cd228

Dabbler
Joined
Sep 14, 2018
Messages
21
Freenas 11.1u6
Dell 06X1TJ Motherboard (I am using the onboard Ethernet for network)
Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
8062MB RAM
2 x 2TB Seagate Ironwolf in RAID 1 configuration

I have had no issues updating from vers. 9.2 to 11. I have made a couple of updates since then with no issues.
The issue started with vers. 11.1u6
 
D

dlavigne

Guest
You shouldn't be getting a traceback. Please create a report at bugs.ixsystems.com and post the issue number here.
 
D

dlavigne

Guest
Yup. Go ahead and add your debug as per comment on the ticket.
 

Cd228

Dabbler
Joined
Sep 14, 2018
Messages
21
Solution: connect through SSH (Putty) and type in the commands:

rm -rf /tmp

ln -s /var/tmp /tmp

Worked for my particular problem
 
Top