View previous topic :: View next topic |
Author |
Message |
xanrer n00b
Joined: 18 Nov 2024 Posts: 5
|
Posted: Fri Nov 22, 2024 9:13 pm Post subject: Can't reach the binary repos. |
|
|
Hello, I accidentally deleted my `binrepos.conf` file on a new gentoo install and I couldn't fix it.
Here is how `binrepos.conf/gentoobinhost.conf` looks like:
Code: | [binhost]
priority = 9999
sync-uri = https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/
|
when I do the following: `sudo emerge -avuDUg --getbinpkgonly @world` to convert all my sources to binary packages I get the following output:
...
Code: | !!! Error fetching binhost package info from 'https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/'
!!! HTTP Error 404: Not Found |
...
I have tried pinging https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/ too and it did not answer. Not only this mirror either, none of the mirrors answered back.
[Administrator edit: added [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1752 Location: Germany
|
|
Back to top |
|
|
xanrer n00b
Joined: 18 Nov 2024 Posts: 5
|
Posted: Sat Nov 23, 2024 5:11 pm Post subject: |
|
|
Hello! I have seen the quickstart guide, unfortunately even in the troubleshooting part it does not say anything about connection. As for multiple mirrors. So far I checked 5 mirrors with exact same issue on https and http. rsync gives a different error. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22705
|
Posted: Sat Nov 23, 2024 5:22 pm Post subject: |
|
|
The shown URL works for me. From what you wrote, it seems like you may have deeper network problems. |
|
Back to top |
|
|
xanrer n00b
Joined: 18 Nov 2024 Posts: 5
|
Posted: Sat Nov 23, 2024 9:29 pm Post subject: |
|
|
I see, so when you ping the url it also returns right? Because the repos are the only things I can't get a return from. For example `ping google.com` returns fine. |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 468 Location: Naarm/Melbourne, Australia
|
Posted: Sat Nov 23, 2024 10:42 pm Post subject: |
|
|
For me:
Code: | $ ping mirror.bytemark.co.uk
PING mirror.bytemark.co.uk (212.110.163.13) 56(84) bytes of data.
64 bytes from mirror.yrk.bytemark.co.uk (212.110.163.13): icmp_seq=1 ttl=39 time=318 ms
64 bytes from mirror.yrk.bytemark.co.uk (212.110.163.13): icmp_seq=2 ttl=39 time=332 ms
64 bytes from mirror.yrk.bytemark.co.uk (212.110.163.13): icmp_seq=3 ttl=39 time=327 ms
^C |
What's the exact error you get from rsync? _________________ https://wiki.gentoo.org/wiki/User:Flexibeast |
|
Back to top |
|
|
|