Issue with New Installation with Cloudron 8.0.0
-
@firmansi can you try a docker pull directly to see why it's getting stuck? Sometimes, errors are also in
journalctl -u docker
.The exact image names are at https://git.cloudron.io/platform/box/-/blob/v8.0.0/src/infra_version.js?ref_type=tags . For example, try
docker pull registry.docker.com/cloudron/sftp:3.8.6@sha256:6b4e3f192c23eadb21d2035ba05f8432d7961330edb93921f36a4eaa60c4a4aa
. -
Also, does your server have IPv6? DockerHub has issues when pulling from IPv6. We fixed this in 8.2.0 (and thus not available in 8.0.0). You can disable IPv6 temporarily and then that works.
-
Also, does your server have IPv6? DockerHub has issues when pulling from IPv6. We fixed this in 8.2.0 (and thus not available in 8.0.0). You can disable IPv6 temporarily and then that works.
@girish The result is as follow
Digest: sha256:6b4e3f192c23eadb21d2035ba05f8432d7961330edb93921f36a4eaa60c4a4aa
Status: Downloaded newer image for registry.docker.com/cloudron/sftp@sha256:6b4e3f192c23eadb21d2035ba05f8432d7961330edb93921f36a4eaa60c4a4aa
registry.docker.com/cloudron/sftp:3.8.6@sha256:6b4e3f192c23eadb21d2035ba05f8432d7961330edb93921f36a4eaa60c4a4aa -
If I try to install again then there's an error message as follow "
"Error: Some packages like nginx/docker/nodejs are already installed. Cloudron requires specific versions of these packages and will install them as part of its installation. Please start with a fresh Ubuntu install and run this script again." -
What should I do after I restart the docker? Should I repeat the cloudron installation? please advise
-
@firmansi said in Issue with New Installation with Cloudron 8.0.0:
@girish I don't activate IPV 6, i have bad experience with this
Just to say, it seems going forward you'll likely hit email deliverability issues without IPv6 stuff being configured (especially to M$/ Gmail accounts). See e.g. https://forum.cloudron.io/topic/13145/problems-with-sending-mail
-
G girish has marked this topic as solved on