Unable to upgrade via GUI - No such file or directory: '/var/db/system/update/SEQUENCE'

Status
Not open for further replies.

victorhooi

Contributor
Joined
Mar 16, 2012
Messages
184
I am currently on currently on FreeNAS-9.10-MASTER-201607091148 (7765616)

When i try to do an upgrade via the GUI, I get a error message at the top saying:

Code:
Error: base-os


If I look in /var/log/messages, I see:

Code:
Aug 22 22:08:56 freenas manage.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:08:56 freenas manage.py: [freenasOS.Update:1082] Cache directory /var/db/system/update does not have a sequence file
Aug 22 22:09:24 freenas updated.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:09:26 freenas manage.py: [middleware.exceptions:37] [MiddlewareError: base-os]
Aug 22 22:09:28 freenas manage.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:09:28 freenas manage.py: [freenasOS.Update:1082] Cache directory /var/db/system/update does not have a sequence file
Aug 22 22:21:08 freenas manage.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:21:08 freenas manage.py: [freenasOS.Update:1082] Cache directory /var/db/system/update does not have a sequence file
Aug 22 22:21:20 freenas updated.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:21:22 freenas manage.py: [middleware.exceptions:37] [MiddlewareError: base-os]
Aug 22 22:21:24 freenas manage.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:21:24 freenas manage.py: [freenasOS.Update:1082] Cache directory /var/db/system/update does not have a sequence file
Aug 22 22:23:08 freenas manage.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:23:08 freenas manage.py: [freenasOS.Update:1082] Cache directory /var/db/system/update does not have a sequence file
Aug 22 22:23:20 freenas updated.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:23:22 freenas manage.py: [middleware.exceptions:37] [MiddlewareError: base-os]
Aug 22 22:23:24 freenas manage.py: [freenasOS.Update:1476] Could not open sequence file in cache directory /var/db/system/update: [Errno 2] No such file or directory: '/var/db/system/update/SEQUENCE'
Aug 22 22:23:24 freenas manage.py: [freenasOS.Update:1082] Cache directory /var/db/system/update does not have a sequence file


Any thoughts on what's going on, or how I might be able to upgrade this machine again?

Thanks,
Victor
 
D

dlavigne

Guest
Do you get any errors if you save your config, install the latest STABLE (to that or another stick), and restore your config?
 

philhu

Patron
Joined
May 17, 2016
Messages
258
make sure the location of the missing file is writeable.
touch the SEQUENCE file listed
run the upgrade again
 
Status
Not open for further replies.
Top