Hello there.
on my baremetal truenas I’ve just swapped my old Z270 mobo and i3-7100T cpu for a X370 and a Ryzen 5 3600.
The sawp went quite fine, once powered it appeared on the networw with a different IP that I latere changed to my usual 192.168.1.100/24.
Now I can connect to the web UI effortlessly, but it gives various errors:
Failed to configure docker for Applications: Unable to determine default interface
and:
Failed to sync TRUENAS catalog: [EFAULT] Failed to clone 'https://github.com/truenas/apps' repository at '/var/run/middleware/ix-apps/catalogs' destination: [EFAULT] Failed to clone 'https://github.com/truenas/apps' repository at '/var/run/middleware/ix-apps/catalogs' destination: Cloning into '/var/run/middleware/ix-...
and when I go into Apps, I get : “Applications are not running” message.
these are the final lies of what I get on cat /var/log/app_lifecycle.log
Container ix-immich-permissions-1 Exited
Container ix-immich-machine-learning-1 Starting
Container ix-immich-permissions-1 Exited
Container ix-immich-pgvecto-1 Starting
Container ix-immich-redis-1 Started
Container ix-immich-pgvecto-1 Started
Container ix-immich-machine-learning-1 Started
Container ix-immich-machine-learning-1 Waiting
Container ix-immich-permissions-1 Waiting
Container ix-immich-pgvecto-1 Waiting
Container ix-immich-redis-1 Waiting
Container ix-immich-permissions-1 Exited
Container ix-immich-pgvecto-1 Error
Container ix-immich-redis-1 Healthy
Container ix-immich-machine-learning-1 Healthy
dependency failed to start: container ix-immich-pgvecto-1 is unhealthy
[2024/12/29 12:29:54] (ERROR) app_lifecycle.compose_action():56 - Failed 'down' action for 'hikvision' app: time="2024-12-29T12:29:54+01:00" level=warning msg="/mnt/.ix-apps/app_configs/hikvision/versions/1.0.0/templates/rendered/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
env file /mnt/.ix-apps/app_configs/hikvision/versions/1.0.0/templates/rendered/development.env not found: stat /mnt/.ix-apps/app_configs/hikvision/versions/1.0.0/templates/rendered/development.env: no such file or directory
[2024/12/29 12:29:54] (ERROR) app_lifecycle.compose_action():56 - Failed 'down' action for 'hikvision' app: time="2024-12-29T12:29:54+01:00" level=warning msg="/mnt/.ix-apps/app_configs/hikvision/versions/1.0.0/templates/rendered/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
env file /mnt/.ix-apps/app_configs/hikvision/versions/1.0.0/templates/rendered/development.env not found: stat /mnt/.ix-apps/app_configs/hikvision/versions/1.0.0/templates/rendered/development.env: no such file or directory
Any help will be much appreciated, and sorry if I didn’t give all the needed details, really don’t know where to start here.