cloudron wont install. weird log
-
is there a place i can upload the log file to?
-
okay i subbmited it https://paste.cloudron.io/rakefowoyo.yaml
-
@linuxpowerhouse thanks for the full logs. It seems it fails when trying to install docker. I suspect some DNS issue.
When it fails:
host download.docker.com ping download.docker.com
Do the above commands work? I suspect neither works. If this is the case, it's a DNS related issue. Given this is a server on the internal network, I think unbound might need some adjustment depending on your internal network.
-
-
so, when do those comands, it says 2(servefail) and same, it fails name resolution.
weird enough i had this issue last time and i had to upgrade from 18 bionic and disable ipv6, but i have already disabled ipv6 so i don't know what the issue is.
-
-
i remembe getting is issue last time
but if recall corectly i can't continue from here. don't i have to do a fresh install? again? -
also when i stype
sudoi echo name server 8.8.8.8 | sudo tee /etc/resolve.conf fixes the ping host.docker.com and umbound issue.
-
@linuxpowerhouse depending on your network setup, you might have to configure unbound to forward requests to your internal DNS . See https://docs.cloudron.io/troubleshooting/#unbound . Once you get the DNS resolution working, you can try
cloudron-setup --redo
-