rabbit
11. November 2024 um 09:14
1
Hallo, aktuell ist bei mir 2024.11.2 installiert, es wird angezeigt dass ich auf 2024.11.3 updaten kann. Beim Versuch upzudaten kommt folgende Meldung: Die Aktion update/install konnte nicht ausgeführt werden. Error updating Home Assistant Supervisor: Update of Supervisor failed: Can’t install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromlmage=ghcr.io %2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error (“toomanyrequests:
retry-after: 413.775us, allowed: 44000/minute”)
was bedeutet das?
by HarryP: Titel angepasst.
6 „Gefällt mir“
harryp
11. November 2024 um 09:18
2
Bei mir die gleiche Fehlermeldung.
Ich vermute mal, dass es ein Problem bei GitHub / HA intern ist.
2 „Gefällt mir“
Sepp-Lb
11. November 2024 um 09:18
3
Gleiches Problem bei mir, bin beruhigt …
2 „Gefällt mir“
florism
11. November 2024 um 09:19
4
Hier auch genau das Problem
2 „Gefällt mir“
harryp
11. November 2024 um 09:19
5
Es gibt dazu auch bereits eine Issue auf GitHub:
offen 09:00AM - 11 Nov 24 UTC
bug
### Describe the issue you are experiencing
Home Assistant Supervisor
Installe… d version 2024.11.2
Latest version 2024.11.3
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 9:49:21 AM (2 occurrences)
Last logged: 9:49:51 AM
[140507219199600] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 262, in async_install
await self.coordinator.supervisor_client.supervisor.update()
File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/supervisor.py", line 43, in update
await self._client.post(
File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/client.py", line 173, in post
return await self._request(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/client.py", line 122, in _request
raise exc_type(result.message, result.job_id)
aiohasupervisor.exceptions.SupervisorBadRequestError: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("toomanyrequests: retry-after: 18µs, allowed: 44000/minute")
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 245, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 157, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 502, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 264, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("toomanyrequests: retry-after: 18µs, allowed: 44000/minute")
### What type of installation are you running?
Home Assistant OS
### Which operating system are you running on?
Home Assistant Operating System
### Steps to reproduce the issue
1. Updates says there is a Supervisor Update
2. Start installing the update
3. After a few seconds the error messages apairs
...
### Anything in the Supervisor logs that might be useful for us?
```txt
2024-11-11 06:37:37.504 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 06:37:37.509 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 06:37:37.510 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 06:40:50.358 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 07:10:50.911 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 07:17:55.523 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-11-11 07:17:56.644 INFO (MainThread) [supervisor.host.services] Updating service information
2024-11-11 07:17:56.668 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-11-11 07:17:57.312 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-11-11 07:17:57.331 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-11-11 07:37:01.454 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-11-11 07:37:37.514 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-11-11 07:37:37.516 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-11-11 07:37:37.520 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-11-11 07:37:37.529 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-11-11 07:37:37.531 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-11-11 07:37:37.533 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-11-11 07:37:37.542 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-11-11 07:37:37.580 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-11-11 07:37:37.582 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-11-11 07:37:37.583 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-11-11 07:37:37.584 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-11-11 07:37:37.588 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-11-11 07:37:37.589 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-11-11 07:37:37.590 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-11-11 07:37:38.022 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 07:37:38.023 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 07:37:38.023 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 07:38:27.814 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/thomasmauerer/hassio-addons repository
2024-11-11 07:38:27.829 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-11-11 07:38:27.837 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-11-11 07:38:27.848 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-11-11 07:38:27.862 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-11-11 07:38:30.903 INFO (MainThread) [supervisor.store] Loading add-ons from store: 81 all - 0 new - 0 remove
2024-11-11 07:38:30.903 INFO (MainThread) [supervisor.store] Loading add-ons from store: 81 all - 0 new - 0 remove
2024-11-11 07:40:51.377 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 08:10:51.959 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 08:37:38.026 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-11-11 08:37:38.026 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-11-11 08:37:38.027 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-11-11 08:37:38.027 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-11-11 08:37:38.097 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-11-11 08:37:38.100 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-11-11 08:37:38.104 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-11-11 08:37:38.118 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-11-11 08:37:38.120 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-11-11 08:37:38.120 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-11-11 08:37:38.121 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-11-11 08:37:38.122 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-11-11 08:37:38.122 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-11-11 08:37:38.122 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-11-11 08:37:38.422 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 08:37:38.424 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 08:37:38.424 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 08:40:52.540 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 09:10:54.124 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 09:24:37.333 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-11-11 09:24:38.415 INFO (MainThread) [supervisor.host.services] Updating service information
2024-11-11 09:24:38.431 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-11-11 09:24:38.797 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-11-11 09:24:38.821 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-11-11 09:37:01.628 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-11-11 09:37:01.783 INFO (MainThread) [supervisor.misc.tasks] Found new Supervisor version 2024.11.3, updating
2024-11-11 09:37:01.784 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-11-11 09:37:01.838 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-11-11 09:37:02.173 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.11.3
2024-11-11 09:37:02.175 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2024.11.3.
2024-11-11 09:37:12.419 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3")
2024-11-11 09:37:12.420 INFO (MainThread) [supervisor.resolution.module] Create new issue update_failed - supervisor / None
2024-11-11 09:37:12.479 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3")
2024-11-11 09:37:38.426 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-11-11 09:37:38.428 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-11-11 09:37:38.429 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-11-11 09:37:38.431 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-11-11 09:37:38.432 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-11-11 09:37:38.433 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-11-11 09:37:38.435 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-11-11 09:37:38.464 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-11-11 09:37:38.468 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-11-11 09:37:38.469 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-11-11 09:37:38.471 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-11-11 09:37:38.475 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-11-11 09:37:38.478 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-11-11 09:37:38.481 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-11-11 09:37:38.797 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 09:37:38.798 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 09:37:38.798 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 09:40:54.771 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 09:49:20.149 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-11-11 09:49:20.280 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-11-11 09:49:20.494 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.11.3
2024-11-11 09:49:20.495 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2024.11.3.
2024-11-11 09:49:21.428 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("toomanyrequests: retry-after: 18µs, allowed: 44000/minute")
2024-11-11 09:49:21.502 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("toomanyrequests: retry-after: 18µs, allowed: 44000/minute")
2024-11-11 09:49:38.610 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-11-11 09:49:38.720 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-11-11 09:49:38.940 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.11.3
2024-11-11 09:49:38.943 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2024.11.3.
2024-11-11 09:49:51.084 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3")
2024-11-11 09:49:51.109 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3")
```
### System Health information
## System Information
version | core-2024.11.1
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.12.4
os_name | Linux
os_version | 6.6.54-haos
arch | x86_64
timezone | Europe/Amsterdam
config_dir | /config
<details><summary>Home Assistant Community Store</summary>
GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.1
Stage | running
Available Repositories | 1461
Downloaded Repositories | 8
</details>
<details><summary>Home Assistant Cloud</summary>
logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 13.2
-- | --
update_channel | stable
supervisor_version | supervisor-2024.11.2
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 56.0 GB
disk_used | 20.0 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization |
board | generic-x86-64
supervisor_api | ok
version_api | ok
installed_addons | File editor (5.8.0), Studio Code Server (5.17.3), MariaDB (2.7.1), Terminal & SSH (9.15.0), Duck DNS (1.18.0), NGINX Home Assistant SSL proxy (3.11.0), InfluxDB (5.0.1), Grafana (10.1.3), Tailscale (0.23.2), Samba Backup (5.2.0), Dnsmasq (1.8.1)
</details>
<details><summary>Dashboards</summary>
dashboards | 5
-- | --
resources | 1
views | 11
mode | storage
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | November 1, 2024 at 9:43 AM
-- | --
current_recorder_run | November 9, 2024 at 1:08 PM
estimated_db_size | 1245.77 MiB
database_engine | mysql
database_version | 10.11.6
</details>
<details><summary>Spotify</summary>
api_endpoint_reachable | ok
-- | --
</details>
### Supervisor diagnostics
Is HA OS. See first comment.
### Additional information
_No response_
Übrigens eine interessante Fehlermeldung im Log:
Supervisor muss vor dem Update erst upgedatet werden!
Logger: homeassistant.components.hassio.coordinator
Quelle: components/hassio/coordinator.py:568
Integration: Home Assistant Supervisor (Dokumentation, Probleme)
Erstmals aufgetreten: 09:44:16 (1 Vorkommnisse)
Zuletzt protokolliert: 09:44:16
Error on Supervisor API: 'StoreManager.reload' blocked from execution, supervisor needs to be updated first
2 „Gefällt mir“
Selbes Problem auch bei mir
1 „Gefällt mir“
dito!
Und das uncoole bei der Situation ist, es gibt keinen Weg zurück, weil:
‘BackupManager.do_restore_full’ blocked from execution, system is not healthy - supervisor .
1 „Gefällt mir“
harryp
11. November 2024 um 10:26
8
Welcher Weg zurück?
Du bist doch noch auf der 2024.11.2, da das Update ja gar nicht erst startet, oder?
1 „Gefällt mir“
ok, stehe auch gerade vor dem gleichen Problem. Wollte HA von 2024.11.0 auf 2024.22.1 updaten und sollte zunächst supervisor update machen, was aber zunächst nicht angezeigt wurde. Nach Neustart wurde es angezeigt und bekam dann die gleiche Meldung wie oben im ersten Post. Vermutlich müssen wir etwas warten
1 „Gefällt mir“
aeff
11. November 2024 um 10:40
10
bin leider auch mit betroffen …
1 „Gefällt mir“
harryp:
Welcher Weg zurück?
Zurück zu dem Zeitpunkt bevor das Update das System zerwamst und im Zustand “not healthy” hinterlassen hat. Das Update wurde übrigens ausgeführt, allerdings ohne korrektes Ergebnis. Erst der zweite Versuch brachte die oben mehrfach zitierte Fehlermeldung.
1 „Gefällt mir“
juli22
11. November 2024 um 11:28
12
Hoffentlich gibt es da bald eine Lösung, habe das gleiche Problem
1 „Gefällt mir“
Stick-e
11. November 2024 um 11:36
13
Same und so lange kann ich kein MQTT einrichten
1 „Gefällt mir“
Auch bei mir “findet” HA das Update nicht. Geduld, wird sicher bald repariert.
1 „Gefällt mir“
Moin Rabbit,
ich habe die selbe Meldung. - Es beruhigt mich allerdings, dass ich nicht der einzige bin. Ich gehe mal davon aus, dass der Fehler nicht bei mir liegt: Grafana & Co laufen bei mir ohne Probleme. Morgen noch mal mit dem Update probieren…
1 „Gefällt mir“
harryp
11. November 2024 um 11:40
16
Wirklich?
Bitte mal einen Screenshot:
Steht bei Dir wirklich 2024.11.3?
1 „Gefällt mir“
Für dich muss ich es anders formulieren:
Das 2024.11.3 wurde durch mich VERSUCHT und es kam weder eine Fehlermeldung noch ein Neustart noch ein Hinweis. Bei meinem ZWEITEN VERSUCH kam dann die mehrfach genannte Fehlermeldung.
Wenn ich jetzt einen Systemneustart mache, kommt der Hinweis auf ein “not healthy” System. Was den Schluss zulässt, DASS 2024.11.3 irgendwas verändert hat, AUßER die 2024.11.3 vollständig auszuführen.
Und Ja, wie soll ich denn das 2024.11.3 versuchen zu wiederholen, wenn ich bereits auf 2024.11.3 wäre.
1 „Gefällt mir“
harryp
11. November 2024 um 11:59
19
D.h. aber, Du bist noch auf 2024.11.2, oder?
Deshalb meine Frage:
harryp:
Welcher Weg zurück?
1 „Gefällt mir“
harryp:
Deshalb meine Frage:
… um den unbeschädigten Ausgangszustand wiederherzustellen.
Was aber nicht geht wegen: “‘BackupManager.do_restore_full’ blocked from execution, system is not healthy - supervisor”
1 „Gefällt mir“
Mahlzeit
Bin auch betroffen. Warte dann mal ab. Alternative haben wir wohl nicht.
1 „Gefällt mir“