this post was submitted on 24 Apr 2024
15 points (94.1% liked)
homeassistant
11984 readers
5 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why not using
ghcr.io/home-assistant/home-assistant:2024.4.4
?Ok I’m going to sound like an idiot but this is my first doing of anything with any servers, so I apologize if I’m missing something obvious. What command should I use with it? I typed it in alone just in case and got an unknown command
From the posted log, it appears to try to download
ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.4.4
docker image and failed due to http 500 server error .Can you post how you were trying to install home assistant? E.g are you using docker compose?
No i followed the x86 instructions from the website, so I was using an Ubuntu (ok I deviated to kubuntu because I wanted a drive with it anyways) flash drive to run disks to put the os on the internal ssd from the link found here
Is this the tutorial you followed? https://www.home-assistant.io/installation/generic-x86-64
On which step did you encounter the error? The step where the home assistant os already written to the target disk and you're told to restart the system with usb stick unplugged?
http error 500 when downloading the container image might be a temporary error on github docker repo side. Try restarting the device and see if the error persist.
Yes, I was able to access it from my desktop while it still says the error (initial attempt was Sunday, also attempted Tuesday)
Could be cdn issue. Try updating your router setting to use cloudflare dns or google dns. Some people fixed similar issue by using those dns servers.
In my router or on the machine? I’ve tried on the machine, but it didn’t work
The title states:
So OP uses the preconfigured "ready to go" solution with the supervisor doing the setup and upgrades. Which somehow is not succesfull in doing so.
Never thought that home assistant os would actually use docker under the hood. I thought it's running home assistant directly with supervisor method.