2025-02-28, 10:14 AM
(This post was last modified: 2025-02-28, 12:55 PM by Jellyfin_13. Edited 2 times in total.)
(2024-09-22, 06:31 PM)TheDreadPirate Wrote: How did you install Jellyfin? We have an automation script to install Jellyfin for Debian/Ubuntu based distros.
Code:curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
Hello,
i am also new to jellyfin and in generell new to home media server. I installed the newest version of proxmox and a virtual machine with ubuntu on this server.
Now i am trying to install jellyfin via the console (VM -> Ubuntu) with the recommended installation code (curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash)
After that the installation process is starting and i have to confirm the installation via <Enter>.
The installation process continues and a few seconds later stops by showing: "chown: cannot access '/etc/jellyfin': No such file or directory." and "ERROR: Failed to install Jellyfin."
I also checked the command: sudo ls -l /etc/jellyfin
-> cannot access '/etc/jellyfin': No such file or directory.
Would highly appreciate if someone can help.
Thanks!
*** Fixed it, by manually creating the folder (sudo mkdir -p /etc/jellyfin) and re-installation of jellyfin ***