![]() |
Log directory deleted on startt - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Log directory deleted on startt (/t-log-directory-deleted-on-startt) |
Log directory deleted on startt - tony999 - 2024-07-15 Just installed Jellyfin works until I reboot then it fails, error' Exception: Access to the path '/var/log/jellyfin' is denied' When checking that directory it does not exist, So I created the dir with correct permissions reboot and it gone! RE: Log directory deleted on startt - TheDreadPirate - 2024-07-15 Can you describe your setup? What distro? And do you have /var/log mounted in a separate place? RE: Log directory deleted on startt - tony999 - 2024-07-16 Operating System: KDE neon 6.0 KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.0 Kernel Version: 6.5.0-41-generic (64-bit) Graphics Platform: Wayland Processors: 2 × Intel® Celeron® 6305 @ 1.80GHz Memory: 11.5 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics Manufacturer: LENOVO Product Name: 82H9 System Version: IdeaPad 3 17ITL6 jellyfin-server_10.9.7 It happens after every re-boot, so every moring I run sudo mkdir /var/log/jellyfin sudo systemctl start jellyfin And it works RE: Log directory deleted on startt - TheDreadPirate - 2024-07-16 Not sure that OS is correct. That looks like the desktop environment. In a terminal type "cat /etc/os-release". I'm assuming you are on Ubuntu 22.04.4 based on the kernel. What is the output of "cat /proc/mounts". |