Issues installing Apps on Truenas Scale ElectricEel-24-10-2-4

Trying to install jellyfin and keep getting the error

[EFAULT] Failed ‘up’ action for ‘jellyfin’ app. Please check /var/log/app_lifecycle.log for more detail

The “More Info” output is below

Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 509, in run
await self.future
File “/usr/lib/python3/dist-packages/middlewared/job.py”, line 556, in __run_body
rv = await self.middleware.run_in_thread(self.method, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/middlewared/main.py”, line 1367, 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 1364, 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 61, in compose_action
raise CallError(err_msg)
middlewared.service_exception.CallError: [EFAULT] Failed ‘up’ action for ‘jellyfin’ app. Please check /var/log/app_lifecycle.log for more details

When I check /var/log/app_lifecycle.log it has this

(ERROR) app_lifecycle.compose_action():56 - Failed ‘up’ action for ‘jellyfin’ app: jellyfin Pulling jellyfin Error unauthorized: authentication required
Error response from daemon: unauthorized: authentication required

I was using the default settings when attempting this install and I am getting the same errors for just about every application that I’m attempting to install at this point. I’m unsure what else to check. I successfully installed immich and Wireguard previously with no issue.

I’m running into the same problem trying to update some apps that have been working for many months. Tried updating Plex using the webui.

The same issue comes up when using docker compose in the CLI, when running “docker compose pull” on a couple different containers: gluten and paperless-ngx

Ah, this appears to be a docker hub outage: https://www.dockerstatus.com/

2 Likes

I having the same issue with emby and cloudflare!
cannot rollback and notable to strat now.

1 Like

I’m also getting docker hub rate limit warning, is this related to the outage? Never saw this message before and I’m only running 5 apps

Probably. A bunch of components are down. The link I posted will be updated when they fix it. I’m sure a large team is working their butts off to get it fixed. Just gotta be patient.

Seems to all be back up now. My problems have gone away now.

1 Like