Cloudron 7.3.4 install is stuck
-
I'm trying to install Cloudron on my Ubuntu 20.04 machine, and I keep getting hung up on the install during the "Installing Cloudron version 7.3.4 (this takes some time) ..." portion. I've had this script running overnight with no success. Am I missing something?
-
-
@cjblank you have to start afresh, I am afraid. I think you can Ctrl+C and then debug why IPv6 connectivity is not working and then proceed to reinstall on vanilla ubuntu.
Can you give me some more info on your server? Is this some public cloud installation ?
-
This is how i fixed that exact issue:
Run these commands
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0double check IPv6 is off by running "ip a"
This is tempoary work around just to install it and get it up and running.
to restart your installation without rebuilding a new VM
Add this flag --redo
-