question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest supervisor update broken networking

See original GitHub issue

Describe the issue you are experiencing

Using a netbooted diskless raspberry pi4 system running a supervised-install - https://github.com/home-assistant/supervised-installer - like that.

As of today the system loses it’s IP address shortly after starting the supervisor and will never recover.

I cannot reach the web UI to pull version information - it is up to date.

What is the used version of the Supervisor?

2022.08.6

What type of installation are you running?

Home Assistant Supervised

Which operating system are you running on?

Debian

What is the version of your installed operating system?

11.4

What version of Home Assistant Core is installed?

2022.9.0

Steps to reproduce the issue

1.boot the box 2.wait 3.fail

Anything in the Supervisor logs that might be useful for us?

Unable to access the logs

Additional information

This setup has been working for years - like home assistant 0.66 or something like that. I have no idea why a booted working system having it’s network checked causes it to go offline but based on the changes being network related I’m blaming these changes.

https://github.com/home-assistant/supervisor/pull/3828 https://github.com/home-assistant/supervisor/pull/3829 https://github.com/home-assistant/supervisor/pull/3830

It does effect multiple systems I have running this config.

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:5
  • Comments:27 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
workingmanrobcommented, Sep 17, 2022
$ /sbin/ifconfig eth0:0
eth0:0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.169.99.41  netmask 255.255.255.0  broadcast 192.169.99.255
        ether dc:a6:32:c3:b5:19  txqueuelen 1000  (Ethernet)

was checking to see if the supervisor had started…

35769eba5f2   ghcr.io/home-assistant/armv7-hassio-supervisor:latest    "/init"   8 days ago   Up 9 seconds                                            hassio_supervisor

I ran another docker ps just after that and it locked up.

It’s too bad cause that would have been a nice easy workaround. For now I’ll keep using the eth0 + wlan0 config that works.

heh - this is printing to console… 🙄

nfs: server 192.168.99.25 not responding, still trying

Oh I do like the let HA have the alias idea… will try it and post back.

1reaction
workingmanrobcommented, Sep 17, 2022

Well that change very nearly ruined my Saturday. Thank goodness for the USB NIC… bacon saver for sure.

There is one other minor mod I have made - not sure when - done quite some time ago after I noticed my system would empty it’s /etc/resolv.conf file shortly after booting up with a helpful line at the top…

# Generated by NetworkManager So at least I knew who to blame.

~$ cat /etc/NetworkManager/NetworkManager.conf
[main]
#dns=default
dns=none

another leave my network alone setting

Read more comments on GitHub >

github_iconTop Results From Across the Web

Supervisor was not able to update - Home Assistant
Supervisor was not able to update. The issue. This can happen when there was a network issue during the startup of the Supervisor....
Read more >
Supervisor Cluster Networking - VMware Docs
When a Supervisor Cluster is configured with the vSphere networking stack, all hosts from the cluster are connected to a vSphere Distributed ...
Read more >
Upgrade Software on Switches with Redundant Supervisor ...
The software image upgrade is necessary when: You want to implement new features in your network that are available in the new software...
Read more >
EtherNet/IP Device Level Ring
This publication contains the following new or updated information. ... Switchover That Breaks the DLR Network at the Active Supervisor .
Read more >
How do I fix "supervisor internet: true" but updates don't work?
I had this exact problem when i was trying to set up the supervised install on a proxmox LXC and it turns out...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found