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
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
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: