Unable to login or start challenges
Are there any dependencies I'm missing?
Enabling debug mode didn't provide any extra info.

4 Replies
Hey, do you use the latest version of paper? I suppose an error occoured before this one
ah i found the problem
if there's no entry for $HOSTNAME in /etc/hosts then it crashes
adding
127.0.0.1 [my hostname]
in /etc/hosts fixed itOh yes, MChallenge communicates with our servers, therefore an local hostname is required. Isn't the hostname a default entry?
yeah i guess the linux images my VPS provider has don't have it configured by default