You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install the os-agent and then the requirements for the supervisor and the supervisor itself.
When HomeAssistant is up it will have no internet and you cannot install Addons, because the network manager grabbed the acceleration interface and not eth0. You will need to disable the accelerated network: "edit accelerated networking" in the Azure gui.
When it's disabled you also have to disable the network plan in: nano /etc/netplan/50-cloud-init.yaml
And then create the interface via nmcli: nmcli connection add type ethernet con-name "Supervisor eth0" ifname eth0.
I would argue that the installation on a standard azure vm is somewhat a huge usecase and this documentation is important! Or the installer should check if it's just a acceleration interface or a real one.
Machine Type
generic-x86-64
Installer output
No response
Relevant log output
No response
ADR
I have read through the ADR and have confirmed that my system is compliant with the requirements
I understand that if my system is found to not be compliant, my issue will be closed immediately without further investigation
OS Version
Debian GNU/Linux 12 (bookworm)
System Information
Linux ramses2 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64 GNU/Linux
What happened?
I install the os-agent and then the requirements for the supervisor and the supervisor itself.
When HomeAssistant is up it will have no internet and you cannot install Addons, because the network manager grabbed the acceleration interface and not
eth0
. You will need to disable the accelerated network: "edit accelerated networking" in the Azure gui.When it's disabled you also have to disable the network plan in:
nano /etc/netplan/50-cloud-init.yaml
And then create the interface via nmcli:
nmcli connection add type ethernet con-name "Supervisor eth0" ifname eth0
.I would argue that the installation on a standard azure vm is somewhat a huge usecase and this documentation is important! Or the installer should check if it's just a acceleration interface or a real one.
Machine Type
generic-x86-64
Installer output
No response
Relevant log output
No response
ADR
Code of Conduct
The text was updated successfully, but these errors were encountered: