Hello,
I need some help troubleshooting. As per the title, I’m using a Raspberry Pi 3 Model B Plus Rev 1.3 to host a local YunoHost server (12.1.40.1 stable) with the following apps:
- AdGuard Home (0.107.77)
- Baïkal (0.9.4)
- Grocy (4.6.0)
- Tiny Tiny RSS (2026.07.05)
Sadly, the server randomly crashes and can only be rebooted trough a hardware reset (pulling the plug).
Here are the last 50 lines of journalctl before the last crash: privatebin.net/?9d3ce5ae5b290796#Hria7NtPBwVscj6c…
Here are the last 50 lines of journalctl before the crash before that: privatebin.net/?6c62de5d2f8b80e1#7whN8pP4phJ4WB1J…
I do not see anything troubling. The older journalctl read outs are equally bland. Do you have any advice on how to proceed?
irmadlad@lemmy.world
51dusty@lemmy.world 2 days ago
In my experience random reboot problems are usually related to the sd card. standard logging setups kill the card faster than you’d think. dd the existing install or rebuild the server.
time to test your disaster recovery strategy!
ISOmorph@feddit.org 2 days ago
Thank you and u/irmadlad for the suggestion. I just ordered a new SD card and will clone the current one. I’ll probably get to it this weekend and let you know if it worked out.
Fingers crossed.
GeneralDingus@lemmy.cafe 2 days ago
I went with Alpine Linux for hosting because of this. I like up how my light setup runs completely in RAM, saving the SD card for a while.
undefined@lemmy.hogru.ch 1 day ago
I really tried to use a “usb” install for a long time but could never get kernel upgrades (and some other packages) to work correctly.
These days I do a “sys” install but mount
/var/logand some other directories to RAM.