TrueNAS-SCALE-21.08 issue apps not booting and not showing up in gui

hastrup

Dabbler
Joined
May 25, 2021
Messages
11
All my apps is not booting up after a system restart and the gui hangs in the install app section

My system



OS Version:TrueNAS-SCALE-21.08-MASTER-20210822-132919
Product:PowerEdge R820
Model:Intel(R) Xeon(R) CPU E5-4650 0 @ 2.70GHz
Memory:504 GiB

i dont know what more info i need to give so please tell me if you need more info on my system

kind regards Hastrup
 

Attachments

  • appshang.png
    appshang.png
    63.7 KB · Views: 262

hastrup

Dabbler
Joined
May 25, 2021
Messages
11
It looks like when im trying to install a new app it hanging in the starting job window
 

hastrup

Dabbler
Joined
May 25, 2021
Messages
11
Error: Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/aiohttp/connector.py", line 969, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa
File "/usr/lib/python3.9/asyncio/base_events.py", line 1056, in create_connection
raise exceptions[0]
File "/usr/lib/python3.9/asyncio/base_events.py", line 1041, in create_connection
sock = await self._connect_sock(
File "/usr/lib/python3.9/asyncio/base_events.py", line 955, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/lib/python3.9/asyncio/selector_events.py", line 502, in sock_connect
return await fut
File "/usr/lib/python3.9/asyncio/selector_events.py", line 537, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
TimeoutError: [Errno 110] Connect call failed ('127.0.0.1', 6443)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/middlewared/job.py", line 382, in run
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
had the same issue with my 21.06 install yesterday, a quick service middlewared restart solved the issue
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
in the gui go to system ->shell and type service middlewared restart

takes about 2-3 minutes to restart the service.
 

ornias

Wizard
Joined
Mar 6, 2020
Messages
1,458
To be clear: you're not on TrueNAS SCALE 21.08, you're on what we call the "nightly" builds.
Those are not the pre-release builds of 21.08, even though the first part of the name contains 21.08 ;-)
 

hastrup

Dabbler
Joined
May 25, 2021
Messages
11
im rebooting just to see if that helps

it did help to reboot
 
Last edited:
Top