home-assistant / operating-system

:beginner: Home Assistant Operating System
Apache License 2.0
4.81k stars 962 forks source link

Host has internet, supervisor has not #1606

Closed ruant closed 2 years ago

ruant commented 2 years ago

Hardware Environment

Home Assistant OS release:

agners commented 2 years ago

This should be working. Docker uses NAT for all traffic, so a ICMP package from within a container should be the same as an ICMP from the host system.

Can you ping your default gateway 10.0.70.1 from within the container?

ruant commented 2 years ago

image

flood7777 commented 2 years ago

Thank you for the reply. I am not sure how to do that as I am new to raspberry pi.

This a Pi4 system. I had a unhealthy message on the supervisor. I tried rebooting the system from the UI Lovelace dashboard but the system would not reboot. I took and hooked up a monitor and keyboard directly to the 4 and ended up with this image.

Not sure what this means. Any advice on how to fix this is appreciated. Also, I know I have snapshots on the HA (which I will be putting into a google drive after I get this back up) but is there a way to access them to restore the image I had? This raspberry runs an escape room and with it down, I had to close shop for a little bit.

Thank you

Sent from my iPhone

On Oct 25, 2021, at 6:32 AM, Stefan Agner @.***> wrote:

 This should be working. Docker uses NAT for all traffic, so a ICMP package from within a container should be the same as an ICMP from the host system.

Can you ping your default gateway 10.0.70.1 from within the container?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

ruant commented 2 years ago

image

homeassistant conatiner has a different traceroute compared to hassio_supervisor (top one). Not sure if that matters.

Does host VM (172.17.0.1) have some iptables rules that might be filtering anything?

(192.168.1.1 is the ISP router)

flood7777 commented 2 years ago

I must admit in very new to having any issues like this. How do I check to see if it is pulling that data and find those trace routes?

Thank you for your reply. I am trying to learn.

On Mon, Oct 25, 2021 at 8:02 AM Rune Antonsen @.***> wrote:

[image: image] https://user-images.githubusercontent.com/1150473/138699486-aad28754-31d7-4b0e-b473-591f365099c0.png

homeassistant conatiner has a different traceroute compared to hassio_supervisor (top one). Not sure if that matters.

Does host VM (172.17.0.1) have some iptables rules that might be filtering anything?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/home-assistant/operating-system/issues/1606#issuecomment-950905178, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWGIU62XDU3IF2Q3IOAW6ULUIVIP3ANCNFSM5GTPMRNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Keith Flood Amarillo Escape and Mystery (806) 414-2382 www.amarilloescapeandmystery.com

ruant commented 2 years ago

@flood7777 What are you talking about? What's you issue? There is no image in your post.

@agners This is getting weirder and weirder... image Some how I can ping 9.9.9.9, but not 1.1.1.1 or 1.0.0.1 Tho I see both ICMP packets to 9.9.9.9 and 1.1.1.1/1.0.0.1 leave my firewall. Can I swap DNS to something else then 1.1.1.1/1.0.0.1 for the healthcheck stuff?

agners commented 2 years ago

It seems that the (Docker) NAT'ed ICMP package does not get a response, while the un-NAT'ed one gets answered. The (Docker) NAT'ed ICMP looks probably somewhat different, and it seems that your provider does not like it.

I wouldn't read to much into it, ICMP echo is not essential for services to run.

Did you try fetching http://version.home-assistant.io/online.txt from within the Supervisor container? I can't see if that worked or not.

Also note that the online check is done by NetworkManager, which runs on the host. So if the host can access http://version.home-assistant.io/online.txt, then ha network info should return supervisor_internet: true.

What is the problem exactly? You write "Unable to provide since it's not installing", how does that show?

ruant commented 2 years ago

@agners curling http://version.home-assistant.io/online.txt works fine form the host. But not from the supervisor container. image

Problem is that supervisor_internet: false So I'm stuck at the "Preparing Home Assistant" webpage. Logs say:

21-10-25 14:09:13 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-10-25 14:09:13 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-10-25 14:09:43 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-10-25 14:09:43 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
agners commented 2 years ago

Just checked again, so supervisor_internet is about Supervisor internet connectivity, the Supervisor itself tries to access https://version.home-assistant.io/online.txt to determine if it has Internet connectivity. host_internet is determined by NetworkManager.

So the Supervisor error and your findings match. Now the question still remains: Why?

The only real difference I see between those two ICMP packages is TTL. Can you try pinging with ttl 65 from the container (which leads to the same ttl after NAT'ing)

ping 1.1.1.1 -t 65

What IP is 10.0.70.1? Is that VMware? I guess that means you are using NAT there too, so we are probably triple natting. Maybe this is the problem. Can you try bridged networking?

ruant commented 2 years ago

Ping result from "HAOS VM", "homeassistant container" and "hassio_supervisor container" image

Windows 10 VM HOST (running VMware player) has 10.0.70.101. The HAOS VM is in bridge mode and has 10.0.70.102. 10.0.70.1 is the internal router/fw (pfsense) 192.168.1.1 ISP router/modem (Internet)

Triple natting might be the issue yeah. I am switching ISP in a few days, the new one support bridge from ISP to my FW, which would remove one layer of NAT at least. I'll try and install a VPN on the Windows host machine, and push all traffic through that.

martymarty004 commented 2 years ago

I think I've had the same issue while reinstalling Home Assistant on my RPi 4 two weeks ago, but I didn't have time to check on it yet, I simply put back online the old instance. I created a post on HA Community but since nobody replied I thought it was an isolated case.

I got the same error in the Preparing Home Assistant page logs:

21-02-02 15:36:28 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-02-02 15:36:28 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec

Something that came up in my mind was that the wrong date/time was preventing the RPi from accessing the internet like an old laptop I turned on recently (I read it should be because it can't validate certificates correctly, but I'm not sure), but I can't find the micro HDMI cable to view the console, nor I know the command for changing the date/time.

flood7777 commented 2 years ago

[image: update error 2.JPG]

There is the error I keep getting when trying to update the supervisor.

I am running OS Version Home Assistant OS 6.5 Core Version 2021.8.3 - I cannot get the core to update either.

I also get the same error message when trying to update ESPHome or other programs. Is this all related to one thing?

On Mon, Oct 25, 2021 at 8:24 AM Rune Antonsen @.***> wrote:

@flood7777 https://github.com/flood7777 What are you talking about? What's you issue? There is no image in your post.

@agners https://github.com/agners This is getting weirder and weirder... [image: image] https://user-images.githubusercontent.com/1150473/138703423-e3f2ee1f-eef8-4a2c-b7c5-c9cf771fba6f.png Some how I can ping 9.9.9.9, but not 1.1.1.1 or 1.0.0.1 Tho I see both ICMP packets to 9.9.9.9 and 1.1.1.1/1.0.0.1 leave my firewall. Can I swap DNS to something else then 1.1.1.1/1.0.0.1 for the healthcheck stuff?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/operating-system/issues/1606#issuecomment-950926743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWGIU63IJBYJEFGAX7B2P43UIVLBJANCNFSM5GTPMRNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

agners commented 2 years ago

@martymarty004 correct time is essential for TLS certificate verification. The system should delay booting until syncrhonizing the clock succeeded. We use public NTP servers, could it be that your network/ISP is blocking NTP protocol?

martymarty004 commented 2 years ago

@martymarty004 correct time is essential for TLS certificate verification. The system should delay booting until syncrhonizing the clock succeeded. We use public NTP servers, could it be that your network/ISP is blocking NTP protocol?

Now that I think about it, my router is configured to use DNS over TLS, could that be the problem? (In any case, tomorrow I will try to disable it and use standard dns instead)

agners commented 2 years ago

If your router offers regular DNS resolving issue internally, it shouldn't be a problem.

martymarty004 commented 2 years ago

I tried again today and I have the same issue:

21-02-02 15:34:33 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-02-02 15:34:33 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec

The date/time is still wrong, so there must be a problem with my RPi4 reaching the NTP servers. Do you have any suggestions?

(I tried configuring my Fritz!Box 7590 router to give google IPv4/IPv6 DNS servers, but nothing changed)

agners commented 2 years ago

Do you have any suggestions?

I assume you tried reboot? Currently there is no way to change time using the web frontend. We rely on the Cloudflare NTP server (time.cloudflare.com). Are you able to reach them from within your network?

You can use the debug SSH access and try if access to the NTP server works from the OS shell

ping time.cloudflare.com
systemctl status systemd-timedated
martymarty004 commented 2 years ago

The NTP server is reachable both from my Windows pc and my current HA install. It will take some time to test my new installation, since every time I need to restore my router config (I use my RPi as a dhcp and dns server, and while I'm reinstalling HA I need my router to do his job).

image image

ruant commented 2 years ago

What IP is 10.0.70.1? Is that VMware? I guess that means you are using NAT there too, so we are probably triple natting. Maybe this is the problem. Can you try bridged networking?

@agners It was triple NAT for me. So my issue is closed. If the issue should stay open due to other people joining in is up to someone else then me. (@agners ?)

Not sure if it's mentioned in some docs to keep an eye out for this. Might not be many having 3+ NAT steps, but it wasn't really simple to figure out, since the HOST is fine, it just the inner most docker network being the issue.

(Just a side note. While I was testing with the old ISP, I did move the HA installation "out" one step, so it was only behind dual NAT. That also failed me in the start. But that was due to issues in my old ISP's network, everything Cloudflare was not reachable at some point.)

martymarty004 commented 2 years ago

I assume you tried reboot? Currently there is no way to change time using the web frontend. We rely on the Cloudflare NTP server (time.cloudflare.com). Are you able to reach them from within your network?

You can use the debug SSH access and try if access to the NTP server works from the OS shell

ping time.cloudflare.com
systemctl status systemd-timedated

I wasn't able to enable SSH on the new install (I tried to use the same "CONFIG" USB key with "authorized_keys" file on my current install, and it worked), but while searching the logs from the web UI I found something else.

21-02-02 15:31:46 WARNING (MainThread) [supervisor.utils.whoami] Can't fetch Whoami data: Cannot connect to host whoami.home-assistant.io:443 ssl:default [Try again]
21-02-02 15:31:46 WARNING (MainThread) [supervisor.core] Can't adjust Time/Date settings: Can't fetch Whoami data: Cannot connect to host whoami.home-assistant.io:443 ssl:default [Try again]
Starting system evaluation with state CoreState.SETUP
21-02-02 15:32:02 WARNING (MainThread) [supervisor.resolution.evaluations.base] NetworkManager is not correctly configured (more-info: https://www.home-assistant.io/more-info/unsupported/network_manager)
21-02-02 15:32:02 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-02-02 15:32:02 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-02-02 15:32:02 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-02-02 15:32:02 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-02-02 15:32:02 INFO (MainThread) [__main__] Running Supervisor
21-02-02 15:32:02 WARNING (MainThread) [supervisor.core] System running in a unsupported environment!
21-02-02 15:32:02 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good

Regarding SSH, I can see the system has detected my USB, because it has recorded when I removed it to check its contents:

21-02-02 15:34:10 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bsg/0:0:0:0 - None
21-02-02 15:34:10 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/sda1 - /dev/disk/by-id/usb-Wilk_USB_DISK_2.0_070106AB9CBF7187-0:0-part1
21-02-02 15:34:10 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/sda - /dev/disk/by-id/usb-Wilk_USB_DISK_2.0_070106AB9CBF7187-0:0
21-02-02 15:34:10 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/001/003 - None

If it's important, my ISP is Dimensione (Italy), and it's using the Open Fiber network

martymarty004 commented 2 years ago

@agners I tried installing Home Assistant OS 6.6 this time, but the issue still persists.

If you could provide another solution that would be great. I still can't enable SSH Debugging because the system doesn't want to import the "authorized_keys" file from my CONFIG USB. You can view it at the end of the logs.

Here's the full log this time:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] udev.sh: executing...
[14:44:40] INFO: Using udev information from host
[cont-init.d] udev.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[14:44:41] INFO: Starting local supervisor watchdog...
21-08-06 14:44:45 INFO (MainThread) [__main__] Initializing Supervisor setup
21-08-06 14:44:45 INFO (MainThread) [supervisor.docker.network] Can't find Supervisor network, creating a new network
21-08-06 14:44:45 INFO (MainThread) [supervisor.bootstrap] Initializing Supervisor Sentry
21-08-06 14:44:45 INFO (MainThread) [supervisor.bootstrap] Seting up coresys for machine: raspberrypi4-64
21-08-06 14:44:45 INFO (SyncWorker_0) [supervisor.docker.supervisor] Attaching to Supervisor homeassistant/aarch64-hassio-supervisor with version 2021.10.6
21-08-06 14:44:45 INFO (SyncWorker_0) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
21-08-06 14:44:46 WARNING (SyncWorker_0) [supervisor.docker.interface] Can't find homeassistant/aarch64-hassio-supervisor for cleanup
21-08-06 14:44:46 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.INITIALIZE
21-08-06 14:44:46 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-08-06 14:44:46 INFO (MainThread) [__main__] Setting up Supervisor
21-08-06 14:44:51 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
21-08-06 14:44:51 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
21-08-06 14:44:51 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface io.hass.os
21-08-06 14:44:51 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.systemd1
21-08-06 14:44:51 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.login1
21-08-06 14:44:51 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.hostname1
21-08-06 14:44:51 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.timedate1
21-08-06 14:44:52 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface org.freedesktop.NetworkManager
21-08-06 14:45:55 INFO (MainThread) [supervisor.dbus.manager] Load dbus interface de.pengutronix.rauc
21-08-06 14:45:55 INFO (MainThread) [supervisor.host.info] Updating local host information
21-08-06 14:45:56 INFO (MainThread) [supervisor.host.services] Updating service information
21-08-06 14:45:56 INFO (MainThread) [supervisor.host.network] Updating local network information
21-08-06 14:50:07 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-08-06 14:50:07 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-08-06 14:50:07 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
21-08-06 14:50:07 INFO (MainThread) [supervisor.host.services] Reloading local service hassos-apparmor.service
21-08-06 14:50:12 WARNING (MainThread) [supervisor.utils.whoami] Can't fetch Whoami data: Cannot connect to host whoami.home-assistant.io:443 ssl:default [Try again]
21-08-06 14:50:12 WARNING (MainThread) [supervisor.core] Can't adjust Time/Date settings: Can't fetch Whoami data: Cannot connect to host whoami.home-assistant.io:443 ssl:default [Try again]
21-08-06 14:50:12 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-cli versions: [<AwesomeVersion CalVer '2021.09.0'>]
21-08-06 14:50:12 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2021.09.0
21-08-06 14:50:12 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
21-08-06 14:50:14 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2021.09.0 - 172.30.32.5
21-08-06 14:50:14 INFO (SyncWorker_0) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-dns versions: [<AwesomeVersion CalVer '2021.06.0'>]
21-08-06 14:50:14 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2021.06.0
21-08-06 14:50:14 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
21-08-06 14:50:15 INFO (SyncWorker_1) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2021.06.0 - 172.30.32.3
21-08-06 14:50:15 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
21-08-06 14:50:20 INFO (SyncWorker_1) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-audio versions: [<AwesomeVersion CalVer '2021.07.0'>]
21-08-06 14:50:20 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2021.07.0
21-08-06 14:50:20 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
21-08-06 14:50:22 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2021.07.0 - 172.30.32.4
21-08-06 14:50:22 INFO (SyncWorker_1) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-observer versions: [<AwesomeVersion CalVer '2021.10.0'>]
21-08-06 14:50:22 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2021.10.0
21-08-06 14:50:22 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
21-08-06 14:50:24 INFO (SyncWorker_1) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2021.10.0 - 172.30.32.6
21-08-06 14:50:24 INFO (SyncWorker_1) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-multicast versions: [<AwesomeVersion CalVer '2021.04.0'>]
21-08-06 14:50:24 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2021.04.0
21-08-06 14:50:24 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
21-08-06 14:50:25 INFO (SyncWorker_1) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2021.04.0 - Host
21-08-06 14:50:25 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:50:25 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:50:25 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
21-08-06 14:50:25 INFO (SyncWorker_0) [supervisor.docker.interface] No version found for ghcr.io/home-assistant/raspberrypi4-64-homeassistant
21-08-06 14:50:25 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant found.
21-08-06 14:50:25 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version landingpage
21-08-06 14:50:25 INFO (MainThread) [supervisor.homeassistant.core] Using preinstalled landingpage
21-08-06 14:50:25 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
21-08-06 14:50:25 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
21-08-06 14:50:26 INFO (SyncWorker_1) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version landingpage
21-08-06 14:50:26 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 6.6 / BootSlot A
21-08-06 14:50:26 INFO (MainThread) [supervisor.jobs] 'StoreManager.update_repositories' blocked from execution, no supervisor internet connection
21-08-06 14:50:26 INFO (MainThread) [supervisor.addons] Found 0 installed add-ons
21-08-06 14:50:26 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
21-08-06 14:50:26 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
21-08-06 14:50:26 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-08-06 14:50:26 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-08-06 14:50:26 INFO (MainThread) [__main__] Running Supervisor
21-08-06 14:50:26 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
21-08-06 14:50:26 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
21-08-06 14:50:26 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 0 add-ons
21-08-06 14:50:26 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 0 add-ons
21-08-06 14:50:26 INFO (MainThread) [supervisor.core] Skiping start of Home Assistant
21-08-06 14:50:26 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 0 add-ons
21-08-06 14:50:26 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
21-08-06 14:50:26 INFO (MainThread) [supervisor.core] Supervisor is up and running
21-08-06 14:50:26 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
21-08-06 14:50:26 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:50:26 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:50:26 INFO (MainThread) [supervisor.host.info] Updating local host information
21-08-06 14:50:26 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
21-08-06 14:50:26 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
21-08-06 14:50:27 INFO (MainThread) [supervisor.jobs] 'CheckAddonPwned.run_check' blocked from execution, no supervisor internet connection
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.check] System checks complete
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
21-08-06 14:50:27 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
21-08-06 14:50:27 INFO (MainThread) [supervisor.host.services] Updating service information
21-08-06 14:50:27 INFO (MainThread) [supervisor.host.network] Updating local network information
21-08-06 14:50:56 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:50:56 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:51:26 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:51:26 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:51:56 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:51:56 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:52:26 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:52:26 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:52:56 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:52:56 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:53:15 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
21-08-06 14:53:15 INFO (MainThread) [supervisor.host.manager] Host information reload completed
21-08-06 14:53:26 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:53:26 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:53:56 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:53:56 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:54:26 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:54:27 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:54:57 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:54:57 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:55:27 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:55:27 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:55:57 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:55:57 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:56:27 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:56:27 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:56:57 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:56:57 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:57:27 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:57:27 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:57:57 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:57:57 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec
21-08-06 14:58:27 WARNING (MainThread) [supervisor.jobs] 'Updater.fetch_data' blocked from execution, no supervisor internet connection
21-08-06 14:58:27 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home Assistant installation. Retry in 30sec

[supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/bus/usb/001/003 - None
21-08-06 15:00:06 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/bsg/0:0:0:0 - None
21-08-06 15:00:06 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/sda - /dev/disk/by-id/usb-Wilk_USB_DISK_2.0_070106AB9CBF7187-0:0
21-08-06 15:00:06 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.ADD hardware /dev/sda1 - /dev/disk/by-id/usb-Wilk_USB_DISK_2.0_070106AB9CBF7187-0:0-part1

[supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bsg/0:0:0:0 - None
21-08-06 15:03:53 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/sda1 - /dev/disk/by-id/usb-Wilk_USB_DISK_2.0_070106AB9CBF7187-0:0-part1
21-08-06 15:03:53 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/sda - /dev/disk/by-id/usb-Wilk_USB_DISK_2.0_070106AB9CBF7187-0:0
21-08-06 15:03:53 INFO (MainThread) [supervisor.hardware.monitor] Detecting HardwareAction.REMOVE hardware /dev/bus/usb/001/003 - None
agners commented 2 years ago

@ruant so did the problem resolve for you with the new ISP?

@martymarty004 while yours is likely related, I think we track it better in a separate thread, can you open a new issue?

ruant commented 2 years ago

@agners Indeed. Works like a charm now that I can have the ISP modem in bridgemode to my own FW. So now it's only double NAT 👍

martymarty004 commented 2 years ago

@martymarty004 while yours is likely related, I think we track it better in a separate thread, can you open a new issue?

Ok, I created a new issue regarding my problem.

1636