Fatal Python Error: (OverflowError: _PyTime_t) on install/upgrade

BvL

Cadet
Joined
Jul 10, 2022
Messages
2
I'm unable to run TrueNAS 13.0, though I'm running on 12+ year old hardware it does meet the "Minimum System Requirements". Except maybe the boot device? It's a "spinner".
I've been using this hardware since FreeNAS 11, and I'm currently on TrueNAS-12.0-U8.1.

I've tried to both update to TrueNAS 13.0-U1 via the GUI, as well as downloading the ISO and installing via a USB.

Processor: Intel Core2 Duo CPU E8500
Memory: 8GB

Motherboard: MB-750I-72P9
Attached Disks:
- FUJITSU MHW2100BH

Controller: LSI 9240-8i
Attached Disks:
- Patriot Mac Seri
- ST3000DM001-1ER1
- ST3000DM001-1CH1
- ST3000DM008-2DM1
- ST3000DM008-2DM1
- ST3000DM008-2DM1

Installation Error:
Code:
Creating New Boot-Environment
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t

Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
The TrueNAS upgrade on ata0 has failed. Press enter to continue...


Upgrade Error:
Code:
Starting ums0 mouse.
Starting zfsd.
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t

Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
Setting hostuuid: 00000000-0000-0000-0000-000000000000.
setting hostid: 0x00000000.
lo0: link state changed to UP
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t
Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
##############################################################
MIDDLEWARED FAILED TO START. SYSTEM WILL NOT BEHAVE CORRECTLY!
##############################################################
Loading early kernel modules:
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t

Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
Syncing disks...

<<<<<     skipping     >>>>>

Starting Interfaces...
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t

Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t

Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
Fatal Python Error: init_interp_main: can't initialize time
Python runtime state: core initialized
OverflowError: timestamp to large to convert to C _PyTime_t

Current thread 0x0000000800e12000 (most recent call first):
<no Python frame>
Failed to sync interfaces
Alarm Clock
Error: vmware-checkvm must be run inside a virtual machine on a VMware Hypervisor Product
Error: vmware-checkvm must be run inside a virtual machine on a VMware Hypervisor Product
Error: vmware-checkvm must be run inside a virtual machine on a VMware Hypervisor Product


Notes:
- I also tried to update to TrueNAS 13.0 when it was released, though the error seems to be the same I dont have any logs form then
- For Upgrade Error I mainly included (typed) the parts that have recognizable errors
- Skipped the middle Upgrade Error, didn't recognize any errors except for the constantly reoccurring Fatal Python Error
- I zeroed the hostuuid and hostid, shouldn't be needed.
 

BvL

Cadet
Joined
Jul 10, 2022
Messages
2
Found a TrueNAS bug report for my issue NAS-115883.

After setting the Date and Time correctly in the BIOS, TrueNAS 13.0-U1 boots!

Notes:
- I did a fresh install since I deleted the failed 13.0-U1 boot environment.
 
Top