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$
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
I’m thinking that I missed a step somewhere
Please share your docker compose and .env file content
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.
Having issues attaching now so here it is https://drive.google.com/drive/folders/12onRvw1lim60EZKRuYDxZ7pLbkZuBEq-
immich-app - Google Drive
immich-app
/home/ubuntu/gdrive/immich
Do you have immich
directory in the gdrive
?Yes I do.
Does the container has adequate permission to create file and folder?
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.

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
Logs of the container would be helpful
Sure, how would I get this plise?
Docker logs immich_server
Docker logs immich_microservices
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
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
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
what is your
docker --version
output?Version: 20.10.25
OS/Arch: linux/arm64
Is it the wrong version?
Mine is 24.0.5 maybe try updating to engine 24
can you try
sudo docker logs immich_microservices
? Do you use wsl ?