[Errno 13] Update failed

Kuo

Dabbler
Joined
Nov 3, 2018
Messages
22
Hello,

I am currently running with TrueNAS-13.0-U1.1.

I would like to upgrade to the latest stable version.

1696768669259.png


After slect "Download updates", and saved current configuration,

1696768719032.png


Here is the error:

1696768752286.png


What could I do?

Thank you!


Edit:
Sorry, I should have done some research before posting...

1696769751981.png


Without EXEC rights on the .system directory, it won't work. So I added the permission with the command shown in the screenshot.
But still one question:
The boot pool is supposed to be on a dedicated SSD, while the SE8R5 pool is my data pool with 3 HDD in RAID5.
Why is the .system on SE8R5 and not on the other pool?
I guess the problem is between the keyboard and the chair, but I don't remember what I've done :grin:
 

Attachments

  • 1696768624483.png
    1696768624483.png
    51.4 KB · Views: 94
  • 1696768635027.png
    1696768635027.png
    51.4 KB · Views: 106
Last edited:
Joined
Oct 22, 2019
Messages
3,641
Did you manually set the .system dataset to Exec=off? There's no way to do it in the GUI.
 
Joined
Oct 22, 2019
Messages
3,641
What does this reveal:
Code:
zfs get exec SE8R5
zfs get exec SE8R5/.system
 
Top