this post was submitted on 21 May 2025
8 points (100.0% liked)
Lemmy Support
4857 readers
1 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
not sure about the yunohost setup, but this sounds a bit like you may be running an old pict-rs version that had a bug that lead to temporary files not being cleaned up. especially newer versions will clean up the temp folders on startup even if some old stuff was left behind previously. which version of pict-rs are you running?
I'm not sure which version of pict-rs it is. The Yunohost package is based on Lemmy 19.11, so I presume the pict-rs version is whichever one normally ships with that. Looking through lemmy-ynh/conf/pict-rs.toml, I see a commented reference to version 0.4.1.
0.4.1 is pretty old, but the link you provided leads to a manifest.toml that seems to indicate 0.5.17.
pict-rs introduced temp file cleanup in 0.5.10, but that might not have cleaned up old media if you only recently upgraded.
from a short look at the repo i didn't see where
/lemmy/magick/
is defined, so i'm not sure if that is indeed the pict-rs temp folder.