Cloudron Install Issues
-
Im attempting to install Cloudron on Ubuntu 22.04.
Initially Init script would fail because it couldnt reach files at us.archive.ubuntu.After manual install of those files I receive this error for collectd.
-
@SignalScout Where are you installing this?
Maybe you start afresh and try this:
- Start with vanilla 22.04
- apt update and then apt upgrade. This is done by the Cloudron installation script but maybe we can identify if there is some temporary error here by running it manually.
- Now install cloudron
-
-
So if you start with a fresh vanilla ubuntu installation, you can run
apt-get update && apt-get upgrade
fine and then runningcloudron-setup
results in such failure?If you need to run --fix-missing there is already some underlying issue which we need to get down to first.
-
@SignalScout can you check these:
systemctl status unbound
cat /etc/resolv.conf
. Where is the resolv pointing to?host www.cloudron.io
- Does this resolve ?
-
@girish
The resolv.conf has nameserver set to 8.8.8.8 and 8.8.4.4.I did notice that when I ran the script it would overwrite dns and set to 127.0.0.1.
I edited the /etc/resolvconf/resolv.conf.d/head file and permanently added nameserver 8.8.8.8 and 8.8.4.4
Ran the install and successfully installed.
Thank you for your assistance!
-