Conversation
Notices
-
@kroner @graf
@matty @sun @mint my instance crashed and I can't seem to get it back up, what logs should I be looking at to troubleshoot this?
-
@Hoss @matty @graf @kroner @sun Don't know about logs, but try launching it in the terminal (`sudo --user=pleroma ./bin/pleroma start` if OTP release, `sudo --user=pleroma env MIX_ENV=prod mix phx.server` if source) and seeing what it complains about.
-
@Hoss @matty @graf @kroner @sun ext4 and maybe some other filesystems reserve some free space (5% in ext's case) for operation so that the adiministrator could fix the issue.
-
Thought I'd have more time to take care of that since the volume said it was at 95% capacity. Guess you can't really rely on those last few percent.
-
@graf @matty @mint @Hoss @kroner check if the disk ran out of space with
df -h
-
Ah yeah, I think this is it. Seeing some errors complaining about the volume being almost full in the logs.
-
@Hoss @matty @mint @kroner @sun start it and paste `journalctl -fu pleroma`
assuming you're running a systemd distro