fennell.dev is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Installing #munin on a new server, wondering why it is not generating graphs.
Hmmm, everything is working fine if I callmunin-cron
directly, graphs are generated, and the cron entry is there in/etc/cron.d
, so what's going on? Why is it not getting run from cron?
$ sudo service cron restart
Unit cron.service could not be found.
$
Huh? What is up with systemd? Why can't it find cron? Oh, hang on a second...
$ apt search cron | grep -i installed
$
D'oh!