|
折腾了几个星期,各种烧录,学Putty,学VIM,各种视频教程,找大神请教,今天重新下载了影像烧写,居然通过8123进入了欢迎页面,差点跳起来,不过还没落地就又遇到问题了,想抱着试试看的态度发个帖子试试,看看有没有大神愿意帮忙我这个小白。。。。
硬件用的树莓派4B
报错日志:
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
[07:47:20] 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)
[07:47:20] INFO: Starting local supervisor watchdog...
s6-rc: info: service legacy-services successfully started
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_uri.py:51: SyntaxWarning: invalid escape sequence '\w'
_UNRESERVED = "[\w\-\.]"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3.py:265: SyntaxWarning: invalid escape sequence '\{'
part_pattern = "^(\{0}|\{1})$".format(self.WILDCARD_ONE,
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_simple.py:48: SyntaxWarning: invalid escape sequence '\w'
_ALPHANUM_PATTERN = "\w"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_simple.py:51: SyntaxWarning: invalid escape sequence '\d'
_LANGTAG_PATTERN = "^([a-z]{2,3}(-([a-z]{2}|[\d]{3}))?)$"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:49: SyntaxWarning: invalid escape sequence '\!'
_PUNC_NO_DASH = "\!|\"|\;|\#|\$|\%|\&|\'|\(|\)|\+|\,|\.|\/|\:|\<|\=|\>|\@|\[|\]|\^|\`|\{|\||\}|\~"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:77: SyntaxWarning: invalid escape sequence '\{'
_spec1 = "\{0}".format(WILDCARD_ONE)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:78: SyntaxWarning: invalid escape sequence '\{'
_spec2 = "\{0}".format(WILDCARD_MULTI)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:86: SyntaxWarning: invalid escape sequence '\w'
_body1 = "\w|{0}".format(_quoted1)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_wfn.py:87: SyntaxWarning: invalid escape sequence '\w'
_body2 = "\w|{0}".format(_quoted2)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:50: SyntaxWarning: invalid escape sequence '\w'
_UNRESERVED = "\w|\.|\-"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:51: SyntaxWarning: invalid escape sequence '\!'
_PUNC = "\!|\"|\;|\#|\$|\%|\&|\'|\(|\)|\+|\,|\/|\:|\<|\=|\>|\@|\[|\]|\^|\`|\{|\||\}|\~|\-"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:77: SyntaxWarning: invalid escape sequence '\{'
_logical = "(\{0}|{1})".format(VALUE_ANY, VALUE_NA)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:78: SyntaxWarning: invalid escape sequence '\{'
_quest = "\{0}".format(WILDCARD_ONE)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_3_fs.py:79: SyntaxWarning: invalid escape sequence '\{'
_asterisk = "\{0}".format(WILDCARD_MULTI)
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp_anyvalue.py:35: SyntaxWarning: invalid escape sequence '\*'
"""
2024-09-21 07:47:29.260 INFO (MainThread) [__main__] Initializing Supervisor setup
2024-09-21 07:47:29.287 INFO (MainThread) [supervisor.docker.network] Can't find Supervisor network, creating a new network
2024-09-21 07:47:29.706 INFO (MainThread) [supervisor.bootstrap] Setting up coresys for machine: raspberrypi4-64
2024-09-21 07:47:29.716 INFO (MainThread) [supervisor.docker.supervisor] Attaching to Supervisor ghcr.io/home-assistant/aarch64-hassio-supervisor with version 2024.08.0
2024-09-21 07:47:29.717 INFO (MainThread) [supervisor.docker.supervisor] Connecting Supervisor to hassio-network
2024-09-21 07:47:30.285 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state initialize
2024-09-21 07:47:30.289 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-21 07:47:30.290 INFO (MainThread) [__main__] Setting up Supervisor
2024-09-21 07:47:31.077 INFO (MainThread) [supervisor.api] Starting API on 172.30.32.2
2024-09-21 07:47:31.176 INFO (MainThread) [supervisor.hardware.monitor] Started Supervisor hardware monitor
2024-09-21 07:47:31.180 INFO (MainThread) [supervisor.dbus.manager] Connected to system D-Bus.
2024-09-21 07:47:31.180 INFO (MainThread) [supervisor.dbus.agent] Load dbus interface io.hass.os
2024-09-21 07:47:31.182 INFO (MainThread) [supervisor.dbus.hostname] Load dbus interface org.freedesktop.hostname1
2024-09-21 07:47:31.183 INFO (MainThread) [supervisor.dbus.logind] Load dbus interface org.freedesktop.login1
2024-09-21 07:47:31.185 INFO (MainThread) [supervisor.dbus.network] Load dbus interface org.freedesktop.NetworkManager
2024-09-21 07:47:31.186 INFO (MainThread) [supervisor.dbus.rauc] Load dbus interface de.pengutronix.rauc
2024-09-21 07:47:31.187 INFO (MainThread) [supervisor.dbus.resolved] Load dbus interface org.freedesktop.resolve1
2024-09-21 07:47:31.188 INFO (MainThread) [supervisor.dbus.systemd] Load dbus interface org.freedesktop.systemd1
2024-09-21 07:47:31.189 INFO (MainThread) [supervisor.dbus.timedate] Load dbus interface org.freedesktop.timedate1
2024-09-21 07:47:31.601 INFO (MainThread) [supervisor.host.services] Updating service information
2024-09-21 07:47:31.610 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-09-21 07:47:31.623 WARNING (SyncWorker_0) [supervisor.host.sound] Can't update PulseAudio data: Failed to connect to pulseaudio server
2024-09-21 07:47:31.854 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-09-21 07:47:31.937 INFO (MainThread) [supervisor.host.apparmor] Loading AppArmor Profiles: {'hassio-supervisor'}
2024-09-21 15:47:34.168 INFO (MainThread) [supervisor.docker.monitor] Started docker events monitor
2024-09-21 15:47:34.169 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-09-21 15:47:35.169 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-cli versions: [<AwesomeVersion CalVer '2024.07.0'>]
2024-09-21 15:47:35.183 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.07.0
2024-09-21 15:47:35.257 INFO (MainThread) [supervisor.plugins.cli] Starting CLI plugin
2024-09-21 15:47:36.799 INFO (MainThread) [supervisor.docker.cli] Starting CLI ghcr.io/home-assistant/aarch64-hassio-cli with version 2024.07.0 - 172.30.32.5
2024-09-21 15:47:36.867 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-dns versions: [<AwesomeVersion CalVer '2024.04.0'>]
2024-09-21 15:47:36.883 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0
2024-09-21 15:47:36.983 INFO (MainThread) [supervisor.plugins.dns] Starting CoreDNS plugin
2024-09-21 15:47:41.032 INFO (MainThread) [supervisor.docker.dns] Starting DNS ghcr.io/home-assistant/aarch64-hassio-dns with version 2024.04.0 - 172.30.32.3
2024-09-21 15:47:41.033 INFO (MainThread) [supervisor.plugins.dns] Updated /etc/resolv.conf
2024-09-21 15:47:41.083 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-audio versions: [<AwesomeVersion CalVer '2023.12.0'>]
2024-09-21 15:47:41.101 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0
2024-09-21 15:47:41.158 INFO (MainThread) [supervisor.plugins.audio] Starting Audio plugin
2024-09-21 15:47:44.370 INFO (MainThread) [supervisor.docker.audio] Starting Audio ghcr.io/home-assistant/aarch64-hassio-audio with version 2023.12.0 - 172.30.32.4
2024-09-21 15:47:44.416 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-observer versions: [<AwesomeVersion CalVer '2023.06.0'>]
2024-09-21 15:47:44.430 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0
2024-09-21 15:47:44.580 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
2024-09-21 15:47:47.759 INFO (MainThread) [supervisor.docker.observer] Starting Observer ghcr.io/home-assistant/aarch64-hassio-observer with version 2023.06.0 - 172.30.32.6
2024-09-21 15:47:47.841 INFO (MainThread) [supervisor.docker.interface] Found ghcr.io/home-assistant/aarch64-hassio-multicast versions: [<AwesomeVersion CalVer '2024.03.0'>]
2024-09-21 15:47:47.858 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0
2024-09-21 15:47:48.045 INFO (MainThread) [supervisor.plugins.multicast] Starting Multicast plugin
2024-09-21 15:47:50.661 INFO (MainThread) [supervisor.docker.multicast] Starting Multicast ghcr.io/home-assistant/aarch64-hassio-multicast with version 2024.03.0 - Host
2024-09-21 15:47:50.666 INFO (MainThread) [supervisor.homeassistant.secrets] Loaded 0 Home Assistant secrets
2024-09-21 15:47:50.701 INFO (MainThread) [supervisor.docker.interface] No version found for ghcr.io/home-assistant/raspberrypi4-64-homeassistant
2024-09-21 15:47:50.702 INFO (MainThread) [supervisor.homeassistant.core] No Home Assistant Docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant found.
2024-09-21 15:47:50.719 INFO (MainThread) [supervisor.docker.interface] Attaching to ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version landingpage
2024-09-21 15:47:50.719 INFO (MainThread) [supervisor.homeassistant.core] Using preinstalled landingpage
2024-09-21 15:47:50.773 INFO (MainThread) [supervisor.homeassistant.core] Starting HomeAssistant landingpage
2024-09-21 15:47:51.047 INFO (MainThread) [supervisor.homeassistant.module] Update pulse/client.config: /data/tmp/homeassistant_pulse
2024-09-21 15:47:53.119 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/raspberrypi4-64-homeassistant with version landingpage
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp1_1.py:57: SyntaxWarning: invalid escape sequence '\w'
_STRING = "\w\.\-,\(\)@\#"
/usr/local/lib/python3.12/site-packages/cpe/comp/cpecomp2_2.py:52: SyntaxWarning: invalid escape sequence '\d'
_VALUE_PATTERN = "^([\d\w\._\-~%]+)$"
/usr/local/lib/python3.12/site-packages/cpe/cpe2_3_fs.py:97: SyntaxWarning: invalid escape sequence '\:'
_parts_pattern = "^cpe:2.3:{0}\:{1}\:{2}\:{3}\:{4}\:{5}\:{6}\:{7}\:{8}\:{9}\:{10}$".format(
2024-09-21 15:47:53.292 INFO (MainThread) [supervisor.os.manager] Detect Home Assistant Operating System 13.1 / BootSlot A
2024-09-21 15:47:53.302 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/hassio-addons/repository repository
2024-09-21 15:47:53.305 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/esphome/home-assistant-addon repository
2024-09-21 15:47:53.312 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/music-assistant/home-assistant-addon repository
2024-09-21 15:47:53.317 INFO (MainThread) [supervisor.store.git] Cloning add-on https://github.com/home-assistant/addons repository
2024-09-21 15:48:10.995 INFO (MainThread) [supervisor.store] Loading add-ons from store: 80 all - 80 new - 0 remove
2024-09-21 15:48:11.054 INFO (MainThread) [supervisor.addons.manager] Found 0 installed add-ons
2024-09-21 15:48:11.098 INFO (MainThread) [supervisor.backups.manager] Found 0 backup files
2024-09-21 15:48:11.098 INFO (MainThread) [supervisor.discovery] Loaded 0 messages
2024-09-21 15:48:11.098 INFO (MainThread) [supervisor.ingress] Loaded 0 ingress sessions
2024-09-21 15:48:11.098 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state setup
2024-09-21 15:48:11.098 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-09-21 15:48:11.099 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-09-21 15:48:11.099 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_missing/addon
2024-09-21 15:48:11.100 INFO (MainThread) [supervisor.resolution.checks.base] Run check for detached_addon_removed/addon
2024-09-21 15:48:11.100 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-09-21 15:48:11.100 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2024-09-21 15:48:11.101 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-21 15:48:11.101 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not running - setup
2024-09-21 15:48:11.101 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state setup
2024-09-21 15:48:11.102 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-21 15:48:11.105 INFO (MainThread) [__main__] Running Supervisor
2024-09-21 15:48:11.130 INFO (MainThread) [supervisor.os.manager] Rauc: A - marked slot kernel.0 as good
2024-09-21 15:48:11.156 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-09-21 15:48:11.867 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-09-21 15:48:12.062 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.09.1
2024-09-21 15:48:12.065 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/aarch64-hassio-supervisor with tag 2024.09.1.
2024-09-21 15:48:45.043 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.09.1: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.09.1&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/home-assistant/aarch64-hassio-supervisor/manifests/sha256:565c1cc0d6f30f686cbfe0a83aa28ba947c0a211a42aa1d98e1a27148f34b569": dial tcp 20.205.243.164:443: i/o timeout")
2024-09-21 15:48:45.044 INFO (MainThread) [supervisor.resolution.module] Create new issue update_failed - supervisor / None
2024-09-21 15:48:45.045 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.09.1: 500 Server Error for http+docker://localhost/v1.45/images/create?tag=2024.09.1&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/home-assistant/aarch64-hassio-supervisor/manifests/sha256:565c1cc0d6f30f686cbfe0a83aa28ba947c0a211a42aa1d98e1a27148f34b569": dial tcp 20.205.243.164:443: i/o timeout")
2024-09-21 15:48:45.046 CRITICAL (MainThread) [supervisor.core] Can't update Supervisor! This will break some Add-ons or affect future versions of Home Assistant!
2024-09-21 15:48:45.046 INFO (MainThread) [supervisor.addons.manager] Phase 'initialize' starting 0 add-ons
2024-09-21 15:48:45.273 INFO (MainThread) [supervisor.addons.manager] Phase 'system' starting 0 add-ons
2024-09-21 15:48:45.273 INFO (MainThread) [supervisor.addons.manager] Phase 'services' starting 0 add-ons
2024-09-21 15:48:45.283 INFO (MainThread) [supervisor.core] Skipping start of Home Assistant
2024-09-21 15:48:45.283 INFO (MainThread) [supervisor.addons.manager] Phase 'application' starting 0 add-ons
2024-09-21 15:48:45.304 INFO (MainThread) [supervisor.misc.tasks] All core tasks are scheduled
2024-09-21 15:48:45.307 INFO (MainThread) [supervisor.core] Supervisor is up and running
2024-09-21 15:48:45.308 INFO (MainThread) [supervisor.homeassistant.core] Home Assistant setup
2024-09-21 15:48:45.308 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi4-64-homeassistant:landingpage to ghcr.io/home-assistant/raspberrypi4-64-homeassistant:2024.9.2
2024-09-21 15:48:45.309 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-64-homeassistant with tag 2024.9.2.
2024-09-21 15:48:45.309 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-09-21 15:48:45.320 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-09-21 15:48:45.321 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-09-21 15:48:45.322 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-09-21 15:48:45.322 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-09-21 15:48:45.322 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-09-21 15:48:45.323 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-09-21 15:48:45.324 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-09-21 15:48:45.325 INFO (MainThread) [supervisor.resolution.module] Create new suggestion create_full_backup - system / None
2024-09-21 15:48:45.325 INFO (MainThread) [supervisor.resolution.module] Create new issue no_current_backup - system / None
2024-09-21 15:48:45.326 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-09-21 15:48:45.327 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-09-21 15:48:45.346 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-09-21 15:48:45.851 INFO (MainThread) [supervisor.host.services] Updating service information
2024-09-21 15:48:45.865 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-09-21 15:48:46.059 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-09-21 15:48:46.071 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-09-21 15:48:55.343 WARNING (MainThread) [supervisor.updater] Can't fetch versions from https://version.home-assistant.io/stable.json: Timeout
2024-09-21 15:50:00.458 INFO (MainThread) [supervisor.resolution.module] Create new issue dns_server_failed - dns_server / dns://192.168.1.1
2024-09-21 15:50:00.459 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-09-21 15:50:00.460 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-09-21 15:50:00.461 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-09-21 15:50:01.632 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-09-21 15:50:01.632 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-09-21 15:50:02.102 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-09-21 15:50:02.103 INFO (MainThread) [supervisor.jobs] 'ResolutionFixup.run_autofix' blocked from execution, system is not healthy - supervisor
|
|