supervised-installer: Since supervisor 2022.10.x host log not working correct on supervised installation
Describe the issue you are experiencing
The host log is flooded by errors from microhttpd. Like this:
Nov 15 14:31:50 home-assistant systemd[1]: Starting Hostname Service… Nov 15 14:31:50 home-assistant systemd[1]: Started Hostname Service. Nov 15 14:31:50 home-assistant systemd[1]: Starting Time & Date Service… Nov 15 14:31:50 home-assistant systemd[1]: Started Time & Date Service. Nov 15 14:32:20 home-assistant systemd[1]: systemd-hostnamed.service: Succeeded. Nov 15 14:32:20 home-assistant systemd[1]: systemd-timedated.service: Succeeded. Nov 15 14:33:10 home-assistant systemd[1]: Started Journal Gateway Service. Nov 15 14:33:10 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:10 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:10 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Failed to push the data from buffers to the network. Client may experience some delay (usually in range 200ms - 5 sec). Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_NODELAY option to ON state failed: Operation not supported Nov 15 14:33:13 home-assistant systemd-journal-gatewayd[5578]: microhttpd: Setting TCP_CORK option to OFF state failed: Operation not supported
My installation is full supportet and all other los works well.
What type of installation are you running?
Home Assistant Supervised
Which operating system are you running on?
Debian
Steps to reproduce the issue
- Go to settings - system - logs
- display host log
…
Anything in the Supervisor logs that might be useful for us?
22-11-17 09:40:26 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
22-11-17 09:40:27 INFO (SyncWorker_0) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2022.11.0 - 172.30.32.5
22-11-17 09:40:27 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2022.04.1
22-11-17 09:40:27 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
22-11-17 09:40:28 INFO (SyncWorker_1) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2022.04.1 - 172.30.32.3
22-11-17 09:40:28 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
22-11-17 09:40:28 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2022.07.0
22-11-17 09:40:28 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
22-11-17 09:40:30 INFO (SyncWorker_0) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2022.07.0 - 172.30.32.4
22-11-17 09:40:30 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2021.10.0
22-11-17 09:40:30 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2022.02.0
22-11-17 09:40:30 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
22-11-17 09:40:30 INFO (SyncWorker_1) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2022.02.0 - Host
22-11-17 09:40:30 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
22-11-17 09:40:31 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 1 Home Assistant secrets
22-11-17 09:40:31 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version 2022.11.3
22-11-17 09:40:31 INFO (MainThread) [supervisor.os.manager] No Home Assistant Operating System found
22-11-17 09:40:32 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/00185a40 repository
22-11-17 09:40:32 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/45df7312 repository
22-11-17 09:40:32 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/a0d7b954 repository
22-11-17 09:40:32 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/3e533915 repository
22-11-17 09:40:32 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/git/5c53de3b repository
22-11-17 09:40:32 INFO (MainThread) [supervisor.store.git] Loading add-on /data/addons/core repository
22-11-17 09:40:34 INFO (MainThread) [supervisor.store] Loading add-ons from store: 74 all - 74 new - 0 remove
22-11-17 09:40:34 INFO (MainThread) [supervisor.addons] Found 8 installed add-ons
22-11-17 09:40:34 INFO (SyncWorker_4) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/sqlite-web/aarch64 with version 3.6.1
22-11-17 09:40:34 INFO (SyncWorker_2) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-letsencrypt with version 4.12.7
22-11-17 09:40:34 INFO (SyncWorker_7) [supervisor.docker.interface] Attaching to zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.28.2-1
22-11-17 09:40:34 INFO (SyncWorker_0) [supervisor.docker.interface] Attaching to ghcr.io/hassio-addons/vscode/aarch64 with version 5.4.1
22-11-17 09:40:34 INFO (SyncWorker_3) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-mosquitto with version 6.1.3
22-11-17 09:40:34 INFO (SyncWorker_6) [supervisor.docker.interface] Attaching to 00185a40/aarch64-addon-simplescheduler with version 0.64
22-11-17 09:40:34 INFO (SyncWorker_1) [supervisor.docker.interface] Attaching to homeassistant/aarch64-addon-ssh with version 9.6.1
22-11-17 09:40:34 INFO (SyncWorker_5) [supervisor.docker.interface] Attaching to esphome/esphome-hassio-aarch64 with version 2022.3.1
22-11-17 09:40:34 INFO (MainThread) [supervisor.backups.manager] Found 28 backup files
22-11-17 09:40:34 INFO (MainThread) [supervisor.discovery] Loaded 1 messages
22-11-17 09:40:34 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
22-11-17 09:40:34 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.SETUP
22-11-17 09:40:34 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-11-17 09:40:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
22-11-17 09:40:34 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-11-17 09:40:34 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - CoreState.SETUP
22-11-17 09:40:34 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.SETUP
22-11-17 09:40:34 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-11-17 09:40:34 INFO (MainThread) [__main__] Running Supervisor
22-11-17 09:40:34 INFO (MainThread) [supervisor.jobs] 'OSManager.mark_healthy' blocked from execution, no Home Assistant OS available
22-11-17 09:40:34 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.INITIALIZE' starting 0 add-ons
22-11-17 09:40:34 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SYSTEM' starting 1 add-ons
22-11-17 09:40:35 INFO (SyncWorker_5) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-mosquitto with version 6.1.3
22-11-17 09:40:39 INFO (MainThread) [supervisor.auth] Auth request from 'core_mosquitto' for 'mqtt-user'
22-11-17 09:40:39 INFO (MainThread) [supervisor.auth] Home Assistant not running, checking cache
22-11-17 09:40:40 INFO (MainThread) [supervisor.services.modules.mqtt] Set core_mosquitto as service provider for mqtt
22-11-17 09:40:40 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.SERVICES' starting 2 add-ons
22-11-17 09:40:41 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/vscode/aarch64 with version 5.4.1
22-11-17 09:40:42 INFO (SyncWorker_1) [supervisor.docker.addon] Starting Docker add-on homeassistant/aarch64-addon-ssh with version 9.6.1
22-11-17 09:40:47 INFO (MainThread) [supervisor.core] Start Home Assistant Core
22-11-17 09:40:47 INFO (SyncWorker_5) [supervisor.docker.interface] Starting homeassistant
22-11-17 09:40:48 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
22-11-17 09:40:58 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-11-17 09:40:58 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.STARTUP
22-11-17 09:40:58 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-11-17 09:41:00 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
22-11-17 09:41:00 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
22-11-17 09:41:00 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/zigbee2mqtt/hassio-zigbee2mqtt repository
22-11-17 09:41:00 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
22-11-17 09:41:00 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/arthurdent75/SimpleScheduler repository
22-11-17 09:41:00 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/TECH7Fox/asterisk-hass-addons repository
22-11-17 09:41:04 INFO (MainThread) [supervisor.store] Loading add-ons from store: 74 all - 0 new - 0 remove
22-11-17 09:41:04 INFO (MainThread) [supervisor.store] Loading add-ons from store: 74 all - 0 new - 0 remove
22-11-17 09:41:41 INFO (MainThread) [supervisor.homeassistant.core] Detect a running Home Assistant instance
22-11-17 09:41:41 INFO (MainThread) [supervisor.addons] Phase 'AddonStartup.APPLICATION' starting 3 add-ons
22-11-17 09:41:42 INFO (SyncWorker_4) [supervisor.docker.addon] Starting Docker add-on esphome/esphome-hassio-aarch64 with version 2022.3.1
22-11-17 09:41:43 INFO (SyncWorker_3) [supervisor.docker.addon] Starting Docker add-on 00185a40/aarch64-addon-simplescheduler with version 0.64
22-11-17 09:41:45 INFO (SyncWorker_7) [supervisor.docker.addon] Starting Docker add-on zigbee2mqtt/zigbee2mqtt-aarch64 with version 1.28.2-1
22-11-17 09:41:50 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
22-11-17 09:41:50 INFO (MainThread) [supervisor.core] Supervisor is up and running
22-11-17 09:41:50 INFO (MainThread) [supervisor.host.info] Updating local host information
22-11-17 09:41:50 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
22-11-17 09:41:50 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
22-11-17 09:41:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_IPV6_ERROR/ContextType.DNS_SERVER
22-11-17 09:41:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
22-11-17 09:41:50 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.NO_CURRENT_BACKUP/ContextType.SYSTEM
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.module] Create new suggestion SuggestionType.CREATE_FULL_BACKUP - ContextType.SYSTEM / None
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.module] Create new issue IssueType.NO_CURRENT_BACKUP - ContextType.SYSTEM / None
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.DNS_SERVER_FAILED/ContextType.DNS_SERVER
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.IPV4_CONNECTION_PROBLEM/ContextType.SYSTEM
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-11-17 09:41:51 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-11-17 09:41:52 INFO (MainThread) [supervisor.host.services] Updating service information
22-11-17 09:41:52 INFO (MainThread) [supervisor.host.network] Updating local network information
22-11-17 09:41:52 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
22-11-17 09:41:52 INFO (MainThread) [supervisor.host.manager] Host information reload completed
22-11-17 09:41:53 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-11-17 09:41:53 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
22-11-17 09:41:53 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
System Health information
System Information
version | core-2022.11.3 |
---|---|
installation_type | Home Assistant Supervised |
dev | false |
hassio | true |
docker | true |
user | root |
virtualenv | false |
python_version | 3.10.7 |
os_name | Linux |
os_version | 5.10.0-19-arm64 |
arch | aarch64 |
timezone | Europe/Berlin |
config_dir | /config |
Home Assistant Community Store
GitHub API | ok |
---|---|
GitHub Content | ok |
GitHub Web | ok |
GitHub API Calls Remaining | 4524 |
Installed Version | 1.28.3 |
Stage | running |
Available Repositories | 1216 |
Downloaded Repositories | 11 |
Home Assistant Cloud
logged_in | false |
---|---|
can_reach_cert_server | ok |
can_reach_cloud_auth | ok |
can_reach_cloud | ok |
Home Assistant Supervisor
host_os | Debian GNU/Linux 11 (bullseye) |
---|---|
update_channel | stable |
supervisor_version | supervisor-2022.10.2 |
agent_version | 1.4.1 |
docker_version | 20.10.21 |
disk_total | 58.4 GB |
disk_used | 16.9 GB |
healthy | true |
supported | true |
supervisor_api | ok |
version_api | ok |
installed_addons | Mosquitto broker (6.1.3), ESPHome (2022.3.1), SQLite Web (3.6.1), Simple Scheduler (0.64), Studio Code Server (5.4.1), Let’s Encrypt (4.12.7), Zigbee2MQTT (1.28.2-1), Terminal & SSH (9.6.1) |
Dashboards
dashboards | 1 |
---|---|
resources | 5 |
views | 9 |
mode | storage |
Recorder
oldest_recorder_run | 8. November 2022 um 21:03 |
---|---|
current_recorder_run | 17. November 2022 um 09:40 |
estimated_db_size | 1203.48 MiB |
database_engine | sqlite |
database_version | 3.38.5 |
Supervisor diagnostics
config_entry-hassio-9a5b4872431ba211ed68d1c52377a074.json (1).txt
Additional information
No response
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 14
- Comments: 24 (1 by maintainers)
The solution on Debian bullseye is to backport the package from bookworm.
Debian Resources:
Simple Backport Creation Supported Architectures
Append the following to /etc/apt/sources.list
Build it:
Install it:
Works for me! ™
Nope, Debian, Supervised.
Quick check: How many of you are running HA virtualized?
On a raspberry pi.