|
发表于 2025-8-23 17:03:05
|
显示全部楼层
大佬,安装出现这个问题,要怎么解决啊
assio-supervisor
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/udev.sh
[15:43:42] INFO: Using udev information from host
cont-init: info: /etc/cont-init.d/udev.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun supervisor (no readiness notification)
services-up: info: copying legacy longrun watchdog (no readiness notification)
s6-rc: info: service legacy-services successfully started
[15:43:42] INFO: Starting local supervisor watchdog...
2024-10-08 15:43:49.610 INFO (MainThread) [__main__] Initializing Supervisor setup
2024-10-08 15:43:49.727 INFO (SyncWorker_0) [supervisor.docker.network] Can't find Supervisor network, creating a new network
2024-10-08 15:43:50.144 ERROR (SyncWorker_0) [supervisor.docker.network] Can't find hassio_observer: 404 Client Error for http+docker://localhost/v1.48/containers/hassio_observer/json: Not Found ("No such container: hassio_observer")
2024-10-08 15:43:50.156 ERROR (SyncWorker_0) [supervisor.docker.network] Can't find hassio_cli: 404 Client Error for http+docker://localhost/v1.48/containers/hassio_cli/json: Not Found ("No such container: hassio_cli")
2024-10-08 15:43:50.167 ERROR (SyncWorker_0) [supervisor.docker.network] Can't find hassio_dns: 404 Client Error for http+docker://localhost/v1.48/containers/hassio_dns/json: Not Found ("No such container: hassio_dns")
2024-10-08 15:43:50.178 ERROR (SyncWorker_0) [supervisor.docker.network] Can't find hassio_audio: 404 Client Error for http+docker://localhost/v1.48/containers/hassio_audio/json: Not Found ("No such container: hassio_audio")
2024-10-08 15:43:50.405 INFO (MainThread) [supervisor.coresys] Setting up coresys for machine: odroid-c4
2024-10-08 15:43:50.436 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor r.hassbus.com/home-assistant/aarch64-hassio-supervisor with version 2025.07.1
2024-10-08 15:43:50.437 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
2024-10-08 15:43:50.703 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2024-10-08 15:43:50.716 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-10-08 15:43:50.718 INFO (MainThread) [__main__] Setting up Supervisor
2024-10-08 15:43:51.009 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2024-10-08 15:43:51.279 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2024-10-08 15:43:51.284 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2024-10-08 15:43:51.286 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2024-10-08 15:43:51.289 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2024-10-08 15:43:51.291 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2024-10-08 15:43:51.294 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2024-10-08 15:43:51.297 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2024-10-08 15:43:51.298 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2024-10-08 15:43:51.300 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2024-10-08 15:43:51.301 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2024-10-08 15:43:52.163 INFO (MainThread) [supervisor.host.services] Updating service information
2024-10-08 15:43:52.185 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-10-08 15:43:52.195 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2024-10-08 15:43:52.656 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-10-08 15:43:52.942 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
2024-10-08 15:43:54.189 WARNING (MainThread) [supervisor.utils.whoami] Whoami service failed with SSL verification: Cannot connect to host services.home-assistant.io:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1028)')]
2024-10-08 15:43:54.190 INFO (MainThread) [supervisor.core] Whoami service SSL error
2024-10-08 23:43:55.127 WARNING (MainThread) [supervisor.core] System time/date shift over more than 3 days found!
2024-10-08 23:43:55.128 INFO (MainThread) [supervisor.host.control] Setting new host datetime: 2025-08-23T08:56:47+00:00
2024-10-08 23:43:55.153 CRITICAL (MainThread) [supervisor.core] Fatal error happening on load Task <coroutine object Core._adjust_system_datetime at 0xffff9ae12200>: Automatic time synchronization is enabled
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/core.py", line 188, in setup
await setup_task
File "/usr/src/supervisor/supervisor/core.py", line 424, in _adjust_system_datetime
await self.sys_host.control.set_datetime(data.dt_utc)
File "/usr/src/supervisor/supervisor/host/control.py", line 81, in set_datetime
await self.sys_dbus.timedate.set_time(new_time)
File "/usr/src/supervisor/supervisor/dbus/timedate.py", line 107, in set_time
await self.connected_dbus.call(
"set_time", int(utc.timestamp() * 1000000), False, False
)
File "/usr/src/supervisor/supervisor/utils/dbus.py", line 141, in call_dbus
raise DBus.from_dbus_error(err) from None
supervisor.exceptions.DBusFatalError: Automatic time synchronization is enabled
2024-10-08 23:43:55.180 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2024-10-08 23:43:55.224 INFO (MainThread) [supervisor.docker.interface] Found r.hassbus.com/home-assistant/aarch64-hassio-cli versions: [<AwesomeVersion CalVer '2025.06.0'>]
2024-10-08 23:43:55.245 INFO (MainThread) [supervisor.docker.interface] Attaching to r.hassbus.com/home-assistant/aarch64-hassio-cli with version 2025.06.0
2024-10-08 23:43:55.286 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2024-10-08 23:43:56.087 INFO (MainThread) [supervisor.docker.cli] Starting CLI r.hassbus.com/home-assistant/aarch64-hassio-cli with version 2025.06.0 - 172.30.32.5
2024-10-08 23:43:56.172 INFO (MainThread) [supervisor.docker.interface] Found r.hassbus.com/home-assistant/aarch64-hassio-dns versions: [<AwesomeVersion CalVer '2025.02.0'>]
2024-10-08 23:43:56.196 INFO (MainThread) [supervisor.docker.interface] Attaching to r.hassbus.com/home-assistant/aarch64-hassio-dns with version 2025.02.0
2024-10-08 23:43:56.240 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2024-10-08 23:43:57.124 INFO (MainThread) [supervisor.docker.dns] Starting DNS r.hassbus.com/home-assistant/aarch64-hassio-dns with version 2025.02.0 - 172.30.32.3
2024-10-08 23:43:57.130 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2024-10-08 23:43:57.192 INFO (MainThread) [supervisor.docker.interface] Found r.hassbus.com/home-assistant/aarch64-hassio-audio versions: [<AwesomeVersion CalVer '2025.02.0'>]
2024-10-08 23:43:57.220 INFO (MainThread) [supervisor.docker.interface] Attaching to r.hassbus.com/home-assistant/aarch64-hassio-audio with version 2025.02.0
2024-10-08 23:43:57.255 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2024-10-08 23:43:58.340 INFO (MainThread) [supervisor.docker.audio] Starting Audio r.hassbus.com/home-assistant/aarch64-hassio-audio with version 2025.02.0 - 172.30.32.4
2024-10-08 23:43:58.396 INFO (MainThread) [supervisor.docker.interface] Found r.hassbus.com/home-assistant/aarch64-hassio-observer versions: [<AwesomeVersion CalVer '2025.02.0'>]
2024-10-08 23:43:58.426 INFO (MainThread) [supervisor.docker.interface] Attaching to r.hassbus.com/home-assistant/aarch64-hassio-observer with version 2025.02.0
2024-10-08 23:43:58.482 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
2024-10-08 23:43:59.474 INFO (MainThread) [supervisor.docker.observer] Starting Observer r.hassbus.com/home-assistant/aarch64-hassio-observer with version 2025.02.0 - 172.30.32.6
2024-10-08 23:43:59.522 INFO (MainThread) [supervisor.docker.interface] Found r.hassbus.com/home-assistant/aarch64-hassio-multicast versions: [<AwesomeVersion CalVer '2025.02.0'>]
2024-10-08 23:43:59.550 INFO (MainThread) [supervisor.docker.interface] Attaching to r.hassbus.com/home-assistant/aarch64-hassio-multicast with version 2025.02.0
2024-10-08 23:43:59.584 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2024-10-08 23:44:00.240 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast r.hassbus.com/home-assistant/aarch64-hassio-multicast with version 2025.02.0 - Host
2024-10-08 23:44:00.259 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
2024-10-08 23:44:00.305 INFO (MainThread) [supervisor.docker.interface] No version found for r.hassbus.com/home-assistant/odroid-c4-homeassistant
2024-10-08 23:44:00.306 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image r.hassbus.com/home-assistant/odroid-c4-homeassistant found.
2024-10-08 23:44:00.340 INFO (MainThread) [supervisor.docker.interface] Attaching to r.hassbus.com/home-assistant/odroid-c4-homeassistant with version landingpage
2024-10-08 23:44:00.341 INFO (MainThread) [supervisor.homeassistant.core] Using preinstalled landingpage
2024-10-08 23:44:00.354 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
2024-10-08 23:44:00.406 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
2024-10-08 23:44:01.202 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant r.hassbus.com/home-assistant/odroid-c4-homeassistant with version landingpage
2024-10-08 23:44:01.314 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 16.0 / BootSlot A
2024-10-08 23:44:01.340 WARNING (MainThread) [supervisor.jobs] 'GitRepo.clone' blocked from execution, no supervisor internet connection
2024-10-08 23:44:01.341 ERROR (MainThread) [supervisor.store] Can't add repository https://gitcode.com/waxgourd/ha-music-addons due to 'GitRepo.clone' blocked from execution, no supervisor internet connection
2024-10-08 23:44:01.342 INFO (MainThread) [supervisor.resolution.module] Create new suggestion execute_reload - store / d6faf732
2024-10-08 23:44:01.343 INFO (MainThread) [supervisor.resolution.module] Create new issue fatal_error - store / d6faf732
2024-10-08 23:44:01.345 WARNING (MainThread) [supervisor.jobs] 'GitRepo.clone' blocked from execution, no supervisor internet connection
2024-10-08 23:44:01.346 ERROR (MainThread) [supervisor.store] Can't add repository https://gitcode.com/waxgourd/ha-git-addons due to 'GitRepo.clone' blocked from execution, no supervisor internet connection |
|