Krispy
Krispy
Explore posts from servers
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
So, .2 on the way?
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
I see a .1 just got published
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
Or logs seperately instead of via the compose logs command... machine learning:
root@truenas[/mnt/AppPool/docker/stacks/immich]# docker logs immich_machine_learning
[03/31/25 20:22:26] INFO Starting gunicorn 23.0.0
[03/31/25 20:22:26] INFO Listening at: http://[::]:3003 (8)
[03/31/25 20:22:26] INFO Using worker: immich_ml.config.CustomUvicornWorker
[03/31/25 20:22:26] INFO Booting worker with pid: 9
[03/31/25 20:22:28] INFO Started server process [9]
[03/31/25 20:22:28] INFO Waiting for application startup.
[03/31/25 20:22:28] INFO Created in-memory cache with unloading after 300s
of inactivity.
[03/31/25 20:22:28] INFO Initialized request thread pool with 8 threads.
[03/31/25 20:22:28] INFO Application startup complete.
[03/31/25 20:40:15] INFO Starting gunicorn 23.0.0
[03/31/25 20:40:15] INFO Listening at: http://[::]:3003 (8)
[03/31/25 20:40:15] INFO Using worker: immich_ml.config.CustomUvicornWorker
[03/31/25 20:40:15] INFO Booting worker with pid: 9
[03/31/25 20:40:17] INFO Started server process [9]
[03/31/25 20:40:17] INFO Waiting for application startup.
[03/31/25 20:40:17] INFO Created in-memory cache with unloading after 300s
of inactivity.
[03/31/25 20:40:17] INFO Initialized request thread pool with 8 threads.
[03/31/25 20:40:17] INFO Application startup complete.
root@truenas[/mnt/AppPool/docker/stacks/immich]# docker logs immich_machine_learning
[03/31/25 20:22:26] INFO Starting gunicorn 23.0.0
[03/31/25 20:22:26] INFO Listening at: http://[::]:3003 (8)
[03/31/25 20:22:26] INFO Using worker: immich_ml.config.CustomUvicornWorker
[03/31/25 20:22:26] INFO Booting worker with pid: 9
[03/31/25 20:22:28] INFO Started server process [9]
[03/31/25 20:22:28] INFO Waiting for application startup.
[03/31/25 20:22:28] INFO Created in-memory cache with unloading after 300s
of inactivity.
[03/31/25 20:22:28] INFO Initialized request thread pool with 8 threads.
[03/31/25 20:22:28] INFO Application startup complete.
[03/31/25 20:40:15] INFO Starting gunicorn 23.0.0
[03/31/25 20:40:15] INFO Listening at: http://[::]:3003 (8)
[03/31/25 20:40:15] INFO Using worker: immich_ml.config.CustomUvicornWorker
[03/31/25 20:40:15] INFO Booting worker with pid: 9
[03/31/25 20:40:17] INFO Started server process [9]
[03/31/25 20:40:17] INFO Waiting for application startup.
[03/31/25 20:40:17] INFO Created in-memory cache with unloading after 300s
of inactivity.
[03/31/25 20:40:17] INFO Initialized request thread pool with 8 threads.
[03/31/25 20:40:17] INFO Application startup complete.
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
logs
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
docker ps output:
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
hwacell.ml.yml
# Configurations for hardware-accelerated machine learning

# If using Unraid or another platform that doesn't allow multiple Compose files,
# you can inline the config for a backend by copying its contents
# into the immich-machine-learning service in the docker-compose.yml file.

# See https://immich.app/docs/features/ml-hardware-acceleration for info on usage.

services:
armnn:
devices:
- /dev/mali0:/dev/mali0
volumes:
- /lib/firmware/mali_csffw.bin:/lib/firmware/mali_csffw.bin:ro # Mali firmware for your chipset (not always required depending on the driver)
- /usr/lib/libmali.so:/usr/lib/libmali.so:ro # Mali driver for your chipset (always required)

cpu: {}

cuda:
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu

openvino:
device_cgroup_rules:
- 'c 189:* rmw'
devices:
- /dev/dri:/dev/dri
volumes:
- /dev/bus/usb:/dev/bus/usb

openvino-wsl:
devices:
- /dev/dri:/dev/dri
- /dev/dxg:/dev/dxg
volumes:
- /dev/bus/usb:/dev/bus/usb
- /usr/lib/wsl:/usr/lib/wsl
# Configurations for hardware-accelerated machine learning

# If using Unraid or another platform that doesn't allow multiple Compose files,
# you can inline the config for a backend by copying its contents
# into the immich-machine-learning service in the docker-compose.yml file.

# See https://immich.app/docs/features/ml-hardware-acceleration for info on usage.

services:
armnn:
devices:
- /dev/mali0:/dev/mali0
volumes:
- /lib/firmware/mali_csffw.bin:/lib/firmware/mali_csffw.bin:ro # Mali firmware for your chipset (not always required depending on the driver)
- /usr/lib/libmali.so:/usr/lib/libmali.so:ro # Mali driver for your chipset (always required)

cpu: {}

cuda:
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities:
- gpu

openvino:
device_cgroup_rules:
- 'c 189:* rmw'
devices:
- /dev/dri:/dev/dri
volumes:
- /dev/bus/usb:/dev/bus/usb

openvino-wsl:
devices:
- /dev/dri:/dev/dri
- /dev/dxg:/dev/dxg
volumes:
- /dev/bus/usb:/dev/bus/usb
- /usr/lib/wsl:/usr/lib/wsl
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
.env file
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/TankPool/media/photo_backup
# The location where your database files are stored
DB_DATA_LOCATION=/mnt/AppPool/docker/immich/postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.131.0

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=mysecurepw

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/TankPool/media/photo_backup
# The location where your database files are stored
DB_DATA_LOCATION=/mnt/AppPool/docker/immich/postgres

# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
# TZ=Etc/UTC

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=v1.131.0

# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
DB_PASSWORD=mysecurepw

# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
compose file
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
machine learning container is unhealthy. Is this me, or a bug? I can start posting logs if needed
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
trying now
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
gotcha, i'll hold updating for a while
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
WUD also didn't discover an updated image for the CUDA machine learning image.
36 replies
IImmich
Created by Krispy on 3/31/2025 in #help-desk-support
Failing to upgrade to V1.131.0 on docker
will do. I'm sourcing from ghcr.io
36 replies
HHomarr
Created by Krispy on 1/19/2025 in #💬・get-help
Users can't set default home board
Seems I'm waiting for a new build and tag. Thanks.
6 replies
HHomarr
Created by Krispy on 1/19/2025 in #💬・get-help
Users can't set default home board
From the log: 025-01-19T04:23:20.566Z info tRPC request from nextjs-react (json) by user 'Julia Noran (cf80348d-7a20-4a99-94d7-67f61a950623)' 2025-01-19T04:23:20.570Z error tRPC Error with mutation on 'user.changeHomeBoards': (NOT_FOUND) - Board not found 2025-01-19T04:23:20.592Z info tRPC request from server-fetch by user 'Julia Noran (cf80348d-7a20-4a99-94d7-67f61a950623)' 2025-01-19T04:23:20.599Z info tRPC request from server-fetch by user 'Julia Noran (cf80348d-7a20-4a99-94d7-67f61a950623)' 2025-01-19T04:23:20.614Z info tRPC request from rsc by user 'Julia Noran (cf80348d-7a20-4a99-94d7-67f61a950623)'
6 replies
HHomarr
Created by lupine on 1/17/2025 in #💬・get-help
Still getting error with proxmox integration.
guess I'm waiting for an update
11 replies
HHomarr
Created by lupine on 1/17/2025 in #💬・get-help
Still getting error with proxmox integration.
oh, there's my answer
11 replies
HHomarr
Created by Heavensong on 12/17/2024 in #💬・get-help
500 Internal Error | 1.0 Beta
I just assumed permissions issues, hit terminal in the container, rain ID -u to determine what it was running as, and then just chowned the directory to match. Didn't even think if it as being a problem. Glad it's not running as root now
64 replies
HHomarr
Created by Krispy on 12/17/2024 in #💬・get-help
Beta migration help
Stop one and start the other 😐
11 replies