Truenas saale app stop after turn on

hi anybody know how to fix this issue?

every time truenas scale on, than show this message and all app is stop.
every time i must open shell and type systemctl restart docker

any idea how to fix this issue?

Failed to sync TRUENAS catalog: [EFAULT] Failed to clone 'https://github.com/truenas/apps' repository at '/mnt/.ix-apps/truenas_catalog' destination: [EFAULT] Failed to clone 'https://github.com/truenas/apps' repository at '/mnt/.ix-apps/truenas_catalog' destination: Cloning into '/mnt/.ix-apps/truenas_catalog'......

image

Can you ping github.com from the shell?

Update to ElectricEel-24.10.1 as well and see

Wait until 10.2 release

okay - check your DNS is working properly and the time services on your truenas are also set and synced correctly

Time is correct, DNS don’t how to check
but i think is working normal. After type docker restart all apps back to normal and still can update the apps.

This issue only show after reboot/first on
After docker restart runing 24/7 never show any issue

If restarting docker works, that suggests something is blocking connectivity on boot, when docker is initially trying to start up, but it will start later when that condition has resolved itself. My first guesses would be either a non-standard networking configuration or some kind of encryption related access restriction, though I’m not super confident about either without more information.

ping github.com normal no issue

i don’t how to check it, but i don’t see networking is issue, coz other device working normal. look like some missing steps which i don’t what is it.

any idea how to run systemctl restart docker automatic run after all boot up? at least i don’t need type it manually

thanks

Init/Shutdown Scripts - the best you can do there is “post init”

try it no working

so today just found issue with my nextcloud, don’t why reject by trusted domain, before never happen.

so i delete pool and setup new pool

just install adguardhome already show issue. below the error log

 Error: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run
    await self.future
  File "/usr/lib/python3/dist-packages/middlewared/job.py", line 535, in __run_body
    rv = await self.middleware.run_in_thread(self.method, *args)
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread
    return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor
    return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/service/crud_service.py", line 268, in nf
    rv = func(*args, **kwargs)
         ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 55, in nf
    res = f(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 183, in nf
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/crud.py", line 203, in do_create
    return self.create_internal(job, app_name, version, data['values'], complete_app_details)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/crud.py", line 248, in create_internal
    raise e from None
  File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/crud.py", line 241, in create_internal
    compose_action(app_name, version, 'up', force_recreate=True, remove_orphans=True)
  File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/compose_utils.py", line 57, in compose_action
    raise CallError(
middlewared.service_exception.CallError: [EFAULT] Failed 'up' action for 'adguard-home' app, please check /var/log/app_lifecycle.log for more details
 

setup from 0 still have issue with new version, i back to Dragonfish-24.04.2.5
everything back to normal all apps working normal after boot/restart

don’t know what wrong.