Yellowtent not able to resolve host
-
Hello All,
I updated my server and ran into a problem. My dashboard loads but nothing shows up. I think it is a dns issue but not sure.
When I run this command: systemctl status box
I see that yellowtent is "unable to resolve host"
So, I run this command: "home/yellowtent/box/setup/start.sh" and get this:
Any ideas or suggestions on how to fix?
Thanks
-
This thread was resolved at this URL:
https://forum.cloudron.io/topic/7213/collectd-is-unable-to-start
-
-
-
@Dreamcatch22 I am fixing the docs to add the resolution of the other thread.
About the "unable to resolve host" issue, that is just a warning. But to fix it, you have to make sure that your server's hostname (
/etc/hostname
) has an entry in the/etc/hosts
. See https://askubuntu.com/questions/59458/error-message-sudo-unable-to-resolve-host-none for example on how to fix that.