Stuck in a loop after update from 11.3 to 11.3-U1

L-P

Cadet
Joined
Mar 13, 2020
Messages
4
I did the update from the GUI interface, seems to have worked but at the end when the server reboots, it got stuck in a loop...

repeating: FreeBSD/amd64 (helpy.local) (ttyv0)
... then a bunch of lines...
then django.db.utils.OperationnalError: no such column: system_settings.stg_guiprotocol ...
then... it stops for 30 sec with: helpy init: getty repeating too quickly on port /dev/ttyv0 sleeping 30 secs.

Anyone with this issue ? Should I hit the power button on the server and reboot? CTR+C doesn't stop anything... no commands seems to work in the shell (the shell is probably not running at this point)

IMG_0141.jpg
IMG_0140.jpg
I'm a noob at this... I'm just not sure how safe it is to reboot the server at this stage right after updating... can anyone point me in the right direction? Thanks!
 

L-P

Cadet
Joined
Mar 13, 2020
Messages
4
Anyone have this problem when updating from 11.3 to 11.3U1 or from 11.2 to 11.3 ?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,702
Anyone have this problem when updating from 11.3 to 11.3U1 or from 11.2 to 11.3 ?
On my 3 systems, I did not see that issue.

Ideally you will have a config backup and a fresh install and config restore should put it right...
 

L-P

Cadet
Joined
Mar 13, 2020
Messages
4
Thank you for confirming that it works for you. I see now that the proposed "11.3" update in the GUI was in fact a downgrade to 11.2U8. I did a fresh install of the 11.3, it boots and works fine now!

And to fix the "fake" update train proposing a new update of 11.3, I used this command:
Code:
midclt call update.set_train FreeNAS-11.3-STABLE


And to fix the another problem I had with my Qlogic 10GB NIC with "wrong pkt dump end on qla_dump_buf8" I entered:
Code:
ifconfig ql0 mtu 1500 


Everything works fine now!
 

Frederic996

Dabbler
Joined
Oct 13, 2017
Messages
32
i had the same problem after automatic update from web gui. I solved it by manually installing version 11.3
 
Top