I’m trying to install a new instance of HASSOS on a VM on my Proxmox server. I cannot get it to work.
I’ve tried a manual installation with the latest QCOW2 image about 4 times now (starting from scratch each time). I’ve also found whiskerz007 install script (which seem awesome by the way and does successfully install).
The problem is… post install, it boots, gets an IP address from my DHCP server but the frontend doesn’t come up and networking appears to be failing. I’ve tried ~6 installs, same issue. I can’t login to the frontend with hostname:8123 or ip:8123. I cannot even ping the IP address that was assigned by DHCP.
From the CLI, any commands I type (i.e. “info”, “docker info”, etc.) are met with “Error: System is not ready with state: setup”
If I “login” to the host system, I can ping my gateway but nothing else, even on the local LAN. I am able to successfully change the IP address to a static, same result, I can ping my gateway but nothing else. Well, it quickly says “… is alive!”, I’m not sure I believe it’s actually sending a ping.
Any thoughts on how to troubleshoot this? Is there a log somewhere explaining why it’s in a “state: setup” or why networking isn’t working?
Thanks in advance!!