cloudron will not install ubuntu 22.04 or 20.04
-
@girish Host us.archive.ubuntu.com not found: 2(SERVFAIL)
but when i stop unbound i can get it working
-
@girish Host us.archive.ubuntu.com not found: 2(SERVFAIL) fails, update fails and install fails
-
@linuxpowerhouse that is strange, how does it start working with just stopping unbound ? How does your /etc/resolve.conf look like ? It has only 127.0.0.1 right (which is where unbound is listening) ?
As an additional thing to double check: Can you add
do-ip6: false
in the unbound config? For this edit/etc/unbound/unbound.conf.d/cloudron-network.conf
and add the line in the server section.server: port: 53 interface: 127.0.0.1 interface: 172.18.0.1 ip-freebind: yes do-ip6: yes access-control: 127.0.0.1 allow access-control: 172.18.0.1/16 allow cache-max-negative-ttl: 30 cache-max-ttl: 300
Then,
systemctl restart unbound
and then againhost us.archive.ubuntu.com
. -
i get this when i also tried to update,
and to maybe add a bit more when i went into the /etc/unbound/unbound.conf.d/cloudron-network.conf it was just 127.0.0.1 under the server section. -
could it be a ubuntu version issue, or somthing that i am missing?
-
ill do it and get back to you.
-
okay, same issue. i get a failed install script. is there s a place i cant send the full log and maybe help you guys with the issue going on
-
@linuxpowerhouse yes, you can put it in https://paste.cloudron.io . If it's private, please just send that link to support@cloudron.io .
-
okay, ill send them an email. even looking through the logs its hard to tell where the issue is coming from. i looked through other issues and thought it was a ubuntu version issue but ive updated and not updated so many times that its very weird to me that it stops right near the end. thank you for your help.
-
i have solved this issue by installing it into ubuntu 18.04 bionic, but when i upgrade or go to the main startup page i will not resolve the domain name i put in, i keep running into a lot of weird issues
-
@linuxpowerhouse Did you check the upgrading instructions at https://docs.cloudron.io/guides/upgrade-ubuntu-20/ ?