I
Immich2y ago
wily

i’m back, sorry cannot find my previous ticket

Finally managed to install Ubuntu, can confirm it’s running 64-bit 🙂 I had the old files on a hard drive that I simply run but I get the following: Creating immich_server ... error e/ubuntu/gdrive/immich': mkdir /home/ubuntu/gdrive: file exists

ERROR: for immich_server Cannot start service immich-server: error while creating mount source path '/home/ubuntu/gdrive/immich': mkdir /home/ubuntu/gdrive: file exists

ERROR: for immich-microservices Cannot start service immich-microservices: error while creating mount source path '/home/ubuntu/gdrive/immich': mkdir /home/ubuntu/gdrive: file exists

ERROR: for immich-server Cannot start service immich-server: error while creating mount source path '/home/ubuntu/gdrive/immich': mkdir /home/ubuntu/gdrive: file exists
ERROR: Encountered errors while bringing up the project.
ubuntu@ubuntu:~/hd/immich-app$
19 Replies
wily
wilyOP2y ago
I’m thinking that I missed a step somewhere
Alex Tran
Alex Tran2y ago
Please share your docker compose and .env file content
wily
wilyOP2y ago
I would but for some reason I cannot ssh into my Pi now ugh. It's on and my Wireguard vpn works, but I cannot conecp to the Pi via ssh or Samba 🤔 Turning it on and off seems to work.
Alex Tran
Alex Tran2y ago
/home/ubuntu/gdrive/immich Do you have immich directory in the gdrive?
wily
wilyOP2y ago
Yes I do.
Alex Tran
Alex Tran2y ago
Does the container has adequate permission to create file and folder?
wily
wilyOP2y ago
for some reason my pie would turn on fine for a few minutes but then after a few minutes it becomes unresponsive so I cannot SSH anymore I plug it to a monitor and I get a error about Info: task kworker/0:1:17 blocked for more than 241 seconds.
wily
wilyOP2y ago
No description
wily
wilyOP2y ago
Not sure what’s causing this I might have to format it again LOL Device is up and running normally now not sure what was wrong. However still cannot launch the program
Alex Tran
Alex Tran2y ago
Logs of the container would be helpful
wily
wilyOP2y ago
Sure, how would I get this plise?
Alex Tran
Alex Tran2y ago
Docker logs immich_server Docker logs immich_microservices
Thom
Thom2y ago
Any chance you're trying to run this in a mounted Google drive folder? (The path you give implies so). If so, that might be problematic
wily
wilyOP2y ago
Yes, I did ask someone else on the server and they were running it successfully so I thought I tried. After viewing the logs I will change it if it’s causing issues Hey Alex Here is the log: ubuntu@ubuntu:~$ docker logs immich_microservices
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/immich_microservices/json": dial unix /var/run/docker.sock: connect: permission denied
Alex Tran
Alex Tran2y ago
what is your docker --version output?
wily
wilyOP2y ago
Version: 20.10.25 OS/Arch: linux/arm64 Is it the wrong version?
PhilBro
PhilBro2y ago
Mine is 24.0.5 maybe try updating to engine 24
martabal
martabal2y ago
can you try sudo docker logs immich_microservices ? Do you use wsl ?

Did you find this page helpful?