This patch fixes a couple of cases where `log.Fatalf` would cause the supervisor
to exit immediately when it's inappropriate to do so. `log.Fatalf` and
co. should not be used unless the supervisor utterly cannot run without
whatever's being checked being in place.
This patch also adjusts the code that relied on the module's values being
created here being available, they now check and send an appropriate error
message if they're not there.