Corruption in the Gaia configuration database.
To verify that this is indeed the issue:
- Log in to Expert mode.
-
Backup the current Gaia configuration database:
[Expert@HostName]# cp /config/db/initial_db /config/db/initial_db_backup
-
Connect to the Gaia configuration database:
[Expert@HostName]# sqlite3 /config/db/initial_db
-
Query the database using the SQLite to identify the issue:
sqlite> select * from revisions where time like "%1969%";
If any entries are returned, the system is likely experiencing this issue.
-
Exit from SQLite:
sqlite> .exit