Jellyfin - return of the log folder insufficient space issue

Creating a bug report/issue

I have searched the existing open and closed issues

Required Information

  • DietPi version | G_DIETPI_VERSION_CORE=10
    G_DIETPI_VERSION_SUB=4
    G_DIETPI_VERSION_RC=2
    G_GITBRANCH=‘master’
    G_GITOWNER=‘MichaIng’
  • Distro version | trixie
  • Kernel version | Linux DietPi 6.18.34-current-meson64 #1 SMP PREEMPT Mon Jun 1 15:51:08 UTC 2026 aarch64 GNU/Linux
  • Architecture | arm64
  • SBC model | Orange Pi 3

Additional Information (if applicable)

  • Software title | Jellyfin

Following a recent dietpi-upgrade. I noticed I lost access to my Jellyfin server.
Upon searching into journalctl logs I found the following lines:



juin 14 21:09:10 DietPi jellyfin[643541]: System.InvalidOperationException: The path /mnt/dietpi_userdata/jellyfin/data has insufficient free space. Available: 936.4MiB, Required: 2GiB.
...
juin 14 21:09:10 DietPi jellyfin[643541]: Unhandled exception. 
...
juin 14 21:09:10 DietPi systemd[1]: jellyfin.service: Main process exited, code=killed, status=6/ABRT
juin 14 21:09:10 DietPi systemd[1]: jellyfin.service: Failed with result ‘signal’.

I had this problem in the past but it has been solved by some action following a post here (or was it a fix to the package? I cannot remember).
Can I do anything? I don’t have 2GiB available (and neither do I plan to dedicate such space to logging).
Thanks in advance to anyone answering.

The topic you refering to was about the /tmp file system where jellyfin required quite some space. The path `/tmp/jellyfin` has insufficient free space. Required: at least 2GB. · Issue #15036 · jellyfin/jellyfin · GitHub

We did a workaround on low memory systems to have log files located on /mnt/dietpi_userdata/jellyfin/log dietpi-software: Jellyfin: fix install due v10.11 changes · MichaIng/DietPi@ce6a02f · GitHub

However your issue has a different message

It’s /mnt/dietpi_userdata/jellyfin/data and not the log or cache directory. It’s the data directory. Therefore you would need to check your disk space. It has nothing to do with memory.

df -h

Thanks for helping @Joulinar . Here you go

udev               818M       0  818M   0% /dev
tmpfs              192M     19M  174M  10% /run
/dev/mmcblk1p1     7,1G    5,9G  937M  87% /
tmpfs              959M       0  959M   0% /dev/shm
tmpfs              5,0M       0  5,0M   0% /run/lock
tmpfs              1,0M       0  1,0M   0% /run/credentials/systemd-journald.service
tmpfs              1,0G       0  1,0G   0% /tmp
tmpfs               50M    168K   50M   1% /var/log
tmpfs              1,0M       0  1,0M   0% /run/credentials/getty@tty1.service
/dev/sda1          458G     84G  374G  19% /mnt/2aaa50a2-a275-4bbd-83b6-20a76a87a512
overlay            7,1G    5,9G  937M  87% /mnt/dietpi_userdata/docker-data/overlay2/0299a834b57ee54ff8be0c376d31c8b6513df08ef6e1ed506226a2db15955116/merged
overlay            7,1G    5,9G  937M  87% /mnt/dietpi_userdata/docker-data/overlay2/403a3f20ac1fb1ef92c4a844ff05827a6905794dc60053d0bfe881f0f4e08cbf/merged

What’s “worrying” me is that part of the message: Available: 936.4MiB, Required: 2GiB.
I don’t want to dedicate 2GiB to logs.

Your SD card ist filling up slowly

You could move your dietpi user data directory to your external hdd as this one has plenty of space. Our drive manager has an option for this

As an alternative you would need to check the content of your SD card for the directory containing the majority of data.