Cloudron Install fails.
-
-
@Mastadamus Can you tell me a bit more about your server? It is on a VPS (if so, which one) or is it on a home network?
The
--redo
is just a workaround for the moment, I am trying to get to the root cause. -
@girish looks like it's flaky DNS.
Perhaps you need to have the install script prime all the DNS names referenced in the script?
Or set a specific DNS server for the duration of the install?
Or check that all DNS download locations are reachable before continuing?
-
@robi initially, I thought it was flaky DNS too. But I think this is almost like the 5th bug report of the same kind on different networks which makes me think there is something wrong in our install script. I think something about installing unbound+resolvconf makes things go down for a short while (this is why
--redo
works later). -
@Mastadamus Once installed, it's all good. this is just a one time install issue.
-
I had this same issued today as I tried to install on a fresh Ubuntu Server install (20.04). The fix I found was this....
https://appuals.com/cannot-connect-to-the-docker-daemon-at-unix-var-run-docker-sock/
I use Termius for terminals, so while the original install was running, I opened a new terminal to the server and ran the following commands....
sudo systemctl unmask docker
systemctl start dockerI then went back to the install (log) window and BAM! It was installing like a champ. I might have to do the --redo command, but I'll check after it's done installing.
Hope this helps someone...Cheers!
-
@DadsHockeyLife Which VPS provider are you using?