Issue during installation

From ha> , can you ping ghcr.io?
If yes, then what is the output from df -h | grep -v tmpfs

If you can’t ping, then you have a network issue.

if you see the ha> prompt, then type

login

(no password)
and then

docker pull ghcr.io/home-assistant/qemux86-64-homeassistant:2024.6.1

Ok
but where i can find the ghcr.io ip,s ?
actually in my network, I can ping the promox server and Home assisatant server.
There are one thing i don’t understand, what is the ghcr.io ?
another my ping its ok, i use the cmd from windows of my pc connect to my network

on proxmox, in the HA console

I have this result.
What s mean ?

image

It means you can reach ghcr - it’s ok. Now do:

docker pull ghcr.io/home-assistant/qemux86-64-homeassistant:2024.6.1

Ok
I have this now

Try:

ping pkg-container.githubusercontent.com

Bad adresse

image

Try:

ping 185.199.110.133

its ok

image

It seems that there is a DNS resolution problem. Try:

ha network info

ok great

image

Try:

ha dns options --servers dns://1.1.1.1
ha dns restart
network info

sorry,i limited msg for the new user restricition

its strange cause the command sucess but nothing change

That is strange. Have you tried rebooting your host?

ha host reboot

yes, I did

This appears to be a potential solution:

500 server error on new Raspberry Pi install Updating image ghcr.io - #9 by agners.

Edit: Can you ping 1.1.1.1 or 8.8.8.8?

oh great it work.
long time for just this.

Thanks guy for your support.

I think this post will help someone.

@+
And again wait 1 hours for number post restriction.

1 Like

Thank @francisp - I learned a lot of this from him.