Can't install File Browser app in ElectricEel

Hi all, I’m new to TrueNas and I just did a clean install of TrueNAS Scale 24.10.0.2.

I did install a couple of Apps but when I tried to install File Browser I got this error:
[EFAULT] Failed ‘up’ action for ‘filebrowser’ app, please check /var/log/app_lifecycle.log for more details

Then I got this from app_lifecycle.log:
(ERROR) app_lifecycle.compose_action():56 - Failed ‘up’ action for ‘filebrowser’ app: Network ix-filebrowser_default Creating Network ix-filebrowser_default Created

Container ix-filebrowser-init-1 service “init” didn’t complet successfully: exit 1

Any clues?

1 Like

Hello,

Have the same issue … i tried to see some videos in YT but no solution…
(yey i hope)

This may not solve the problem, but I have found this cleanup step allows some installs to work that didn’t before. On the host TrueNAS system, run
[sudo] docker system prune --all

Make sure all the apps/containers you want to keep are running first. It gets rid of broken installs, caches, etc.

Thanks, but didn’t work. The same issue over and over again :frowning:

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 ‘filebrowser’ app, please check /var/log/app_lifecycle.log for more details

Inside app_lifecycle.log I see this:

init Pulled
Network ix-filebrowser_default Creating
Network ix-filebrowser_default Created
Container ix-filebrowser-init-1 Creating
Container ix-filebrowser-init-1 Created
Container ix-filebrowser-filebrowser-1 Creating
Container ix-filebrowser-filebrowser-1 Created
Container ix-filebrowser-init-1 Starting
Container ix-filebrowser-init-1 Started
Container ix-filebrowser-init-1 Waiting
Container ix-filebrowser-init-1 service “init” didn’t complete successfully: exit 1
service “init” didn’t complete successfully: exit 1

Anyone??

Can you maybe post how you’re trying to configure the app on the install screen? All this error tells us is the container failed to initialize, but not why, so there’s not much to go on here.

Here is my installation:


Ok two things I can see to check based on that.

  1. Ensure that the user 568 has access to the config storage. You can set this with the dataset ACL or by enabling ACL in the app settings, like this:

  2. filebrowser complains about the propagation mode setting if you set the /mnt root in Additional Storage. Try setting /mnt/ssd-pool for the host path instead.

1 Like

You nailed it!
Thanks … now let’s see how this works, but the installation completed.