View previous topic :: View next topic |
Author |
Message |
xanrer n00b
Joined: 18 Nov 2024 Posts: 13
|
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: 1753 Location: Germany
|
|
Back to top |
|
|
xanrer n00b
Joined: 18 Nov 2024 Posts: 13
|
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: 22716
|
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: 13
|
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: 470 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 |
|
|
xanrer n00b
Joined: 18 Nov 2024 Posts: 13
|
Posted: Sun Nov 24, 2024 3:54 pm Post subject: |
|
|
Ok so, the ping was my misunderstanding, I was including the `/gentoo` in the link as well.
Here is the error with rsync:
Code: |
-========== B Y T E M A R K H O S T I N G M I R R O R ==========-
rsync: [sender] link_stat "/Packages" (in gentoo) failed: No such file or directory (2)
sent 8 bytes received 98 bytes 42.40 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1852) [Receiver=3.3.0]
Fetcher exited with a failure condition.
!!! Error fetching binhost package info from 'rsync://mirror.bytemark.co.uk/gentoo'
!!! FETCHCOMMAND_RSYNC failed
* IMPORTANT: 22 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
-========== B Y T E M A R K H O S T I N G M I R R O R ==========-
rsync: [sender] link_stat "/Packages" (in gentoo) failed: No such file or directory (2)
sent 8 bytes received 98 bytes 42.40 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1852) [Receiver=3.3.0]
Fetcher exited with a failure condition.
!!! Error fetching binhost package info from 'rsync://mirror.bytemark.co.uk/gentoo'
!!! FETCHCOMMAND_RSYNC failed
|
|
|
Back to top |
|
|
Banana Moderator
Joined: 21 May 2004 Posts: 1753 Location: Germany
|
|
Back to top |
|
|
xanrer n00b
Joined: 18 Nov 2024 Posts: 13
|
Posted: Sun Nov 24, 2024 4:44 pm Post subject: |
|
|
To my surprise, this mirror works! I have tried 6 others and none did. Perhaps there is a problem with mirrors? |
|
Back to top |
|
|
flexibeast Guru
Joined: 04 Apr 2022 Posts: 470 Location: Naarm/Melbourne, Australia
|
|
Back to top |
|
|
xanrer n00b
Joined: 18 Nov 2024 Posts: 13
|
Posted: Sun Nov 24, 2024 10:38 pm Post subject: |
|
|
Of course! I got them from this list: https://www.gentoo.org/downloads/mirrors/
I don't remember exactly which ones but I remember trying Austria and UK amongst other places between them. |
|
Back to top |
|
|
|