Loe

Results 19 comments of Loe

I have encountered similar issues with download speed. I was using LXC (Ubuntu 23.10), **Nginx**, and php**8.2**-fpm. I set up the librespeed using **the default config file** comes with nginx....

> In my case the following was needed: > > ``` > apk add libseccomp > apk add lz4 > apk add lz4-dev > ``` I had trouble with connecting...

Same issue: - Kubuntu 23.04 kernel 6.2.0-35 - jellyfin-media player 1.9.1 - nvidia-open-dkms 535.113.01 - GTX 1060 as eGPU - Intel 11th Gen

My error was `jellyfinmediaplayer: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory` So my fix was `$ sudo ln -s /usr/lib/x86_64-linux-gnu/libmpv.so.2 /usr/lib/x86_64-linux-gnu/libmpv.so.1`...

Hi @kayanhr-ahadidi Sorry for the late reply. Can I see the content of the log inside the `/var/log/immich/`? Best, Loe

Hi @kayanhr-ahadidi Looking at the log, I believe web and ml are doing fine. However, microservice is experiencing some permission issues. To fix the issue, you can try to `chown...

Hi @kayanhr-ahadidi , Looks like you got a permission mapping problem when configure mounting point. I believe you need to create a user with a certain UID and GID in...

Seems like git is not installed. ```bash apt install -y git ```

All seems good now. Closing the issue. Feel free to reopen it. :)

Hi @jrogers512, The base-image is downloaded at the *pre-install* step, where many libraries are compiled locally. Can you try to run `pre-install.sh` again as a root user? 😄 Best, Loe