cloudron wont install. weird log
-
wrote on Jun 19, 2024, 2:15 AM last edited by girish Jun 19, 2024, 10:39 AM
hi, so i tried installing cloudron { this is on my home network} the issue first arised when i tried to install and it got a error i have ran into before, it was a ipv6 issue, i disabled ipv6 and the issue went away, now it will not install on my machine and for the life of me i can not find the issue,
its running on proxmox server ubuntu 22.04, i have even started with 18, and upgradded it to the supported version,
i will add screenshot to see if anyone has seen this issue before
Screenshot from 2024-06-18 22-09-28.pngimage url)
-
wrote on Jun 19, 2024, 2:16 AM last edited by
i also had this on other harwear before and had no issue installing it on proxmox
-
wrote on Jun 19, 2024, 2:37 AM last edited byThis post is deleted!
-
wrote on Jun 19, 2024, 8:03 AM last edited by
cloudron doesn't run on LXC, so I don't think proxmox is supported
https://docs.cloudron.io/installation/ -
@linuxpowerhouse as @AartJansen suggested Cloudron does not work on LXC but you should be able to maybe use KVM with proxmox to get Cloudron working?
-
wrote on Jun 19, 2024, 1:54 PM last edited by
okay, ill dowload and upload the logs, this might also be some relevant informantion i was running it on proxmox before, i got a new server so it supported avx, so when i first installed i got a no avx failure and after digging i saw that my cpu does support avx, i recreat the vm and after looking on some forums, i changed the cpu type to host, then it solved my issue insted of the default x86-64-av2 qemu type and then ran into a ipv6 issue and i fixed that, now this lol
-
wrote on Jun 19, 2024, 1:58 PM last edited by
is there a place i can upload the log file to?
-
you can put it in https://paste.cloudron.io/ for example
-
wrote on Jun 19, 2024, 2:18 PM last edited by
okay i subbmited it https://paste.cloudron.io/rakefowoyo.yaml
-
@linuxpowerhouse thanks for the full logs. It seems it fails when trying to install docker. I suspect some DNS issue.
When it fails:
host download.docker.com ping download.docker.com
Do the above commands work? I suspect neither works. If this is the case, it's a DNS related issue. Given this is a server on the internal network, I think unbound might need some adjustment depending on your internal network.
-
-
wrote on Jun 21, 2024, 3:00 AM last edited by
so, when do those comands, it says 2(servefail) and same, it fails name resolution.
weird enough i had this issue last time and i had to upgrade from 18 bionic and disable ipv6, but i have already disabled ipv6 so i don't know what the issue is.
-
wrote on Jun 21, 2024, 3:00 AM last edited by
-
wrote on Jun 21, 2024, 3:01 AM last edited by
i remembe getting is issue last time
but if recall corectly i can't continue from here. don't i have to do a fresh install? again? -
wrote on Jun 21, 2024, 3:25 AM last edited by
also when i stype
sudoi echo name server 8.8.8.8 | sudo tee /etc/resolve.conf fixes the ping host.docker.com and umbound issue.
-
@linuxpowerhouse thanks for the full logs. It seems it fails when trying to install docker. I suspect some DNS issue.
When it fails:
host download.docker.com ping download.docker.com
Do the above commands work? I suspect neither works. If this is the case, it's a DNS related issue. Given this is a server on the internal network, I think unbound might need some adjustment depending on your internal network.
wrote on Jun 24, 2024, 2:57 PM last edited by@girish would i nedd to setup and adjust unbound before running the script? or after? because after i run the script, it tella me i can't run it again.
-
@linuxpowerhouse depending on your network setup, you might have to configure unbound to forward requests to your internal DNS . See https://docs.cloudron.io/troubleshooting/#unbound . Once you get the DNS resolution working, you can try
cloudron-setup --redo
-
@linuxpowerhouse depending on your network setup, you might have to configure unbound to forward requests to your internal DNS . See https://docs.cloudron.io/troubleshooting/#unbound . Once you get the DNS resolution working, you can try
cloudron-setup --redo
wrote on Jun 25, 2024, 3:49 AM last edited by@girish thank you so much, this has solved my issue.
i appreciate you all.
-
@linuxpowerhouse no worries, welcome to cloudron
-