3
25/03/20 - Succesfully updated server to Lemmy 19.10
(lemmy.abnormalbeings.space)
Everything that is about the wild life in https://abnormalbeings.space/
[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!