Post #450567
2026-02-28 00:20 UTC
#lazyweb I have a FreeBSD VPS... one of the daemons crashes once every 2 weeks (interval that I update packages). What is the correct way to add a "debug mode" to the rc script so that I can diagnose why it crashes (nothing seems to be in /var/log/messages)?
Replies (1)
-
@cr1901@mastodon.social 2026-02-28 00:31
Right now, I'm running the daemon in the fg in a tmux session, and also changed the log output from syslog to stdout. Seems like I have no idea how syslog works (wtf if LOG_LOCAL3?!)...