this post was submitted on 20 Mar 2025
3 points (100.0% liked)
Server related questions, support and news
56 readers
1 users here now
Everything that is about the wild life in https://abnormalbeings.space/
founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
[ISSUE]: Just noticed, that uploading pictures does not seem to work properly any more. Interestingly enough, automatically generated thumbnails, as for example here are still working.
Error message in interface looks like this:
journalctl view of the logs shows this on trying to upload an image:
Will start a journey to fix now, mostly leaving this so maybe it will help someone in the future while searching online
So, the underlying issue was:
For some reason, during the upgrade process, I managed to fuck up pict-rs working properly with lemmy. Note that I updated from scratch, not with docker or something similar.
What happened was, that pict-rs simply wasn't running and being started any more alongside lemmy
My solution, which seems a bit hacky and improvised, admittedly, was to add a pict-rs service to systemd with the following config:
So, basically a copy of the lemmy.service, with pict-rs being started. If soemone has better solutions, or can tell me why I may have broken some security or smth, feel free to speak up. If this ended up helping you, from the future, with a similar problem, I am happy to hear that!