Describe the problem
Disk space gets filled recurrently with temporary files and causes the server to stop playout.
I’m not completely sure what kind of temp files are causing this but if I reboot the vps the free space goes back to normal.
To reproduce
This is happening in only one instance, I’m trying to find out if the user is doing anything particular regarding the way of using / scheduling the platform.
Relevant log output or error messages
I’m getting lots of
libretime_playout.player.file:copy_file:47 - copying file 1316 to cache /var/lib/libretime/playout/scheduler/…
==> /var/log/libretime/playout.log <==
2024-01-24 18:05:45,992 | INFO | libretime_playout.player.file:copy_file:47 - copying file 859 to cache /var/lib/libretime/playout/scheduler/859.m4a
2024-01-24 18:05:59,278 | INFO | libretime_playout.player.file:copy_file:47 - copying file 335 to cache /var/lib/libretime/playout/scheduler/335.mp3
2024-01-24 18:05:59,535 | INFO | libretime_playout.player.file:copy_file:47 - copying file 1093 to cache /var/lib/libretime/playout/scheduler/1093.mp3
2024-01-24 18:05:59,902 | INFO | libretime_playout.player.file:copy_file:47 - copying file 1089 to cache /var/lib/libretime/playout/scheduler/1089.mp3
2024-01-24 18:06:00,209 | INFO | libretime_playout.player.file:copy_file:47 - copying file 1090 to cache /var/lib/libretime/playout/scheduler/1090.mp3
2024-01-24 18:06:00,591 | INFO | libretime_playout.player.file:copy_file:47 - copying file 1080 to cache /var/lib/libretime/playout/scheduler/1080.mp3
2024-01-24 18:06:01,042 | INFO | libretime_playout.player.file:copy_file:47 - copying file 849 to cache /var/lib/libretime/playout/scheduler/849.m4a
==> /var/log/libretime/liquidsoap.log <==
2024/01/24 18:06:04 [server:3] New client: 127.0.0.1.
2024/01/24 18:06:04 [server:3] Client 127.0.0.1 disconnected.
==> /var/log/libretime/liquidsoap.log <==
2024/01/24 18:08:04 [cue_cut_9615:3] Cueing out…
2024/01/24 18:08:04 [switch:blank+schedule:3] Switch to map_metadata:offline with forgetful transition.
2024/01/24 18:08:04 [lang:3] transition called…
2024/01/24 18:08:04 [decoder:3] Method “FFMPEG” accepted “/var/lib/libretime/playout/scheduler/1400.mp3”.
2024/01/24 18:08:04 [dummy(dot)2:3] Source failed (no more tracks) stopping output…
2024/01/24 18:08:04 [dummy:3] Source failed (no more tracks) stopping output…
2024/01/24 18:08:04 [s3:3] Prepared “/var/lib/libretime/playout/scheduler/1400.mp3” (RID 6).
2024/01/24 18:08:04 [switch_9646:3] Switch to insert_metadata_9631.
2024/01/24 18:08:04 [ffmpeg:3] [mp3float @ 0x7f7e1c070e80] Could not update timestamps for skipped samples.
2024/01/24 18:08:04 [lang:3] timeout --signal=KILL 45 libretime-playout-notify media ‘8482’ &
2024/01/24 18:08:04 [lang:3] Using message format 0
2024/01/24 18:08:04 [lang:3] Using message format 0
2024/01/24 18:08:04 [switch:blank+schedule:3] Switch to map_metadata:schedule with transition.
2024/01/24 18:08:04 [lang:3] transition called…
2024-01-24 18:08:05,688 | INFO | libretime_playout.notify.main:media:72 - Sending currently playing media id ‘8482’
LibreTime version
We were experiencing the issue in a fresh v3.0.2, so I upgraded to v4.0.0
and it’s still happening.
Installation method and OS / Environment
Script installer. Debian Bullseye. LXC with LVM disk volume.