@girish i did run the sript twice on this bare metal
the first, log stopped at
noob@cloud:~$ sudo tail -f /var/log/cloudron-setup.log
[sudo] password for noob:
Running cloudron-setup with args : --
Hit:1 http://id.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://id.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://id.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://id.archive.ubuntu.com/ubuntu focal-security InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
python3 is already the newest version (3.8.2-0ubuntu2).
curl is already the newest version (7.68.0-1ubuntu2.7).
software-properties-common is already the newest version (0.99.9.8).
ubuntu-standard is already the newest version (1.450.2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
and freeze at that point, i waited 30 or 40 minutes and the log just stuck there so i decided to run the script again, this time the log stopped at nginx
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for resolvconf (1.82) ...
echo "==> installing nginx for xenial for TLSv3 support"
==> installing nginx for xenial for TLSv3 support
curl -sL http://nginx.org/packages/ubuntu/pool/nginx/n/nginx/nginx_1.18.0-2~${ubuntu_codename}_amd64.deb -o /tmp/nginx.deb
Just now i tried as your suggestion:
noob@cloud:~$ systemctl stop systemd-resolved
==== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ===
Authentication is required to stop 'systemd-resolved.service'.
Authenticating as: noob
Password:
==== AUTHENTICATION COMPLETE ===
noob@cloud:~$ sudo systemctl disable systemd-resolved
[sudo] password for noob:
Removed /etc/systemd/system/dbus-org.freedesktop.resolve1.service.
Removed /etc/systemd/system/multi-user.target.wants/systemd-resolved.service.
noob@cloud:~$ sudo systemctl restart unbound
noob@cloud:~$ sudo lsof -i :53
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
unbound 7366 unbound 3u IPv6 53429 0t0 UDP ip6-localhost:domain
unbound 7366 unbound 4u IPv6 53430 0t0 TCP ip6-localhost:domain (LISTEN)
unbound 7366 unbound 5u IPv4 53431 0t0 UDP localhost:domain
unbound 7366 unbound 6u IPv4 53432 0t0 TCP localhost:domain (LISTEN)
noob@cloud:~$ curl -sL http://nginx.org/packages/ubuntu/pool/nginx/n/nginx/nginx_1.18.0-2~${ubuntu_codename}_amd64.deb -o /tmp/nginx.deb
noob@cloud:~$ ls
cloudron-setup
noob@cloud:~$
i think it still not downloading that deb file