zuckerpapi.eth
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
no my previous setup was on the same host that also hosts the samba share
17 replies
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
root@lxc-docker:/docker/data/media# docker exec -it immich_server /bin/bash
node@Immich-server:/usr/src/app$ whoami
node
node@Immich-server:/usr/src/app$ id
uid=1000(node) gid=1000(node) groups=1000(node)
node@Immich-server:/usr/src/app$ cd upload
node@Immich-server:/usr/src/app/upload$ ls
backups encoded-video library profile thumbs upload
node@Immich-server:/usr/src/app/upload$ cd library
node@Immich-server:/usr/src/app/upload/library$ touch test.txt
node@Immich-server:/usr/src/app/upload/library$ ls
admin test.txt
this even worked, so there shouldnt be write/read issues i guess?
17 replies
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
here an example with radarr
root@lxc-docker:/docker/data/media# ps aux | grep radarr
root 24409 0.0 0.0 216 0 ? S 11:24 0:00 s6-supervise svc-radarr
stefan 24891 0.0 2.3 2482008 194924 ? Ssl 11:24 2:49 /app/radarr/bin/Radarr -nobrowser -data=/config
root 709594 0.0 0.0 3604 1920 pts/1 S+ 19:30 0:00 grep --color=auto radarr
stefan is 1000
17 replies
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
root@lxc-docker:/docker/data/media# ps aux | grep immich-server
root 706837 0.0 0.0 3472 1792 pts/1 S+ 19:28 0:00 grep --color=auto immich-server
this seems to be the issue since i specify specifically user 1000: 1000 and it uses root
17 replies
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
the same puid/guid worked perfectly fine when migrating my arr-stack so i guess that is not the issue
17 replies
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
the samba folder is mounted with 1000.1000 in proxmox if the uid/guid doesnt match you cant write
17 replies
IImmich
•Created by zuckerpapi.eth on 12/29/2024 in #help-desk-support
starting as non root user
My upload location is a sambafolder, on which i can write without any issues with touch test.txt directly in the shell (root@lxc-docker)
17 replies