/bin/bash: start.sh: No such file or directory

Recently and after changing from NFS to SMB in the share that is used by Immich in docker compose I started seeing that there was permission errors in /upload/upload folder
the upload location wasn't changed
UPLOAD_LOCATION=/home/carlos/nfsmount/immich_carlos

forget the nfsmount it is smb:
systemd-1 on /home/carlos/nfsmount/immich_carlos type autofs (rw,relatime,fd=61,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=20717)
//192.168.30.9/Immich_Carlos on /home/carlos/nfsmount/immich_carlos type cifs (rw,relatime,vers=3.1.1,sec=none,cache=strict,uid=1000,noforceuid,gid=1000,noforcegid,addr=192.168.30.9,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1,x-systemd.automount)


Then i changed the upload location to
/home/carlos/nfsmount/immich_carlos/upload but was not finding library folder so i changed it back and now I am getting:

/bin/bash: start.sh: No such file or directory


When i do inspect I can see start.sh is there, also within the container i can see the start.sh and has +x permissions for all

I am afraid of deleting model-cache or pgdata folders so i need some advice on how to correct this

Thank you in advance
Was this page helpful?