FreeNAS 11.3-U4 is now available

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
The Release Notes are here:

 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399

drinking12many

Contributor
Joined
Apr 8, 2012
Messages
148
Upgrade went fine.. Thanks :)
 

hervon

Patron
Joined
Apr 23, 2012
Messages
353
No issue here either. Thanks!
 

Adrian

Contributor
Joined
Jun 29, 2011
Messages
166
3 machines upgraded from 11.3-U3.2. All seems well.
 

RogerTP1

Cadet
Joined
Jul 24, 2020
Messages
5
The Release Notes are here:

Error: Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/update.py", line 663, in do_update
if ApplyUpdate(dest_extracted) is None:
File "/usr/local/lib/freenasOS/Update.py", line 1627, in ApplyUpdate
raise e
File "/usr/local/lib/freenasOS/Update.py", line 1559, in ApplyUpdate
if installer.InstallPackages(progressFunc=progressFunc, handler=install_handler) is False:
File "/usr/local/lib/freenasOS/Installer.py", line 1088, in InstallPackages
trampoline=self.trampoline) is False:
File "/usr/local/lib/freenasOS/Installer.py", line 823, in install_file
if pkgdb.RemovePackageFiles(pkgName) == False:
File "/usr/local/lib/freenasOS/Configuration.py", line 347, in RemovePackageFiles
raise Exception("Cannot remove file %s" % path)
Exception: Cannot remove file /usr/local/lib/python3.7/site-packages/future/backports/test/badcert.pem

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/middlewared/job.py", line 349, in run
await self.future
File "/usr/local/lib/python3.7/site-packages/middlewared/job.py", line 386, in __run_body
rv = await self.method(*([self] + args))
File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 961, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/update.py", line 668, in file
await self.middleware.run_in_thread(do_update)
File "/usr/local/lib/python3.7/site-packages/middlewared/utils/run_in_thread.py", line 10, in run_in_thread
return await self.loop.run_in_executor(self.run_in_thread_executor, functools.partial(method, *args, **kwargs))
File "/usr/local/lib/python3.7/site-packages/middlewared/utils/io_thread_pool_executor.py", line 25, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/update.py", line 666, in do_update
raise CallError(str(e))
middlewared.service_exception.CallError: [EFAULT] Cannot remove file /usr/local/lib/python3.7/site-packages/future/backports/test/badcert.pem

Huh? i'm looser
 
Last edited by a moderator:

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
@RogerTP1, are you running your boot pool on a thumb drive? This is no longer recommended for 11.x, due to these sort of performance issues, since the flash on a thumb drive is very slow to delete and garbage collect. You should move your boot pool to a small SSD, SATA DOM, or USB-connected SSD.
 

RogerTP1

Cadet
Joined
Jul 24, 2020
Messages
5
@RogerTP1, are you running your boot pool on a thumb drive? This is no longer recommended for 11.x, due to these sort of performance issues, since the flash on a thumb drive is very slow to delete and garbage collect. You should move your boot pool to a small SSD, SATA DOM, or USB-connected SSD.

I have a 250GB WD SSD for the system and 4 2TB Seagate Iron Wolf hdd each, I don't use USB
 

RogerTP1

Cadet
Joined
Jul 24, 2020
Messages
5
I have a 250GB WD SSD for the system and 4 2TB Seagate Iron Wolf hdd each, I don't use USB
ada0 NuBe Z52xxxxF 1.82 TiB

ada1 NuBe Z52xxxxP 1.82 TiB

ada2 NuBe Z52xxxxQ 1.82 TiB

ada3 NuBe Z52xxxx3 1.82 TiB

ada4 Boot Pool 20113Cxxxx8 223.57 GiB
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Hmm, @RogerTP1, you may have downloaded a partial upgrade package. Try rebooting and re-attempting your upgrade.
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
OK, save your config. Your system has something funky going on, so do a fresh install of 11.3-U4, and then restore your saved config.
 

revengineer

Contributor
Joined
Oct 27, 2019
Messages
193
Heads up. There's a regression related to the ACL manager in U4. https://jira.ixsystems.com/browse/NAS-106911

The automated regression tests related to this functionality are being greatly enhanced so that this issue won't repeat. Sorry for the inconvenience.
ugh, two steps forward one step back. Will you do a dot release for this important fix? Or do we have to wait until U5 as shown in the jira ticket?
 

revengineer

Contributor
Joined
Oct 27, 2019
Messages
193
You won't have to wait long for the fix, but it won't be this weekend.
Thanks for the heads up. Much appreciated.
 

techo91

Cadet
Joined
Feb 8, 2020
Messages
2
I'm in the same boat Thanks for working on this.
 
Top