-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
repo.msys2.org is not accessible #1884
Comments
This error seems to be similar as mentioned in this #1098 thread. |
That thread mentioned Asia a lot. My report is coming from USA, WA. Also I get refused connection right away rather than super slow speeds |
I am also experiencing this issue for all of my packages |
That is not working when one needs to download base image of msys2 |
Its on sourceforge, where I just got my copy. |
We are trying to get in contact with the person sponsoring the server. |
Work has started on restoring the server, but it might take a while. |
@lazka Any progress update? |
The server seems to be back up for me. |
Yes, repo.msys2.org is up for me too now. |
Unfortunately I still cannot download installer from
Update command is still getting connection timeouts but ultimately succeeds:
|
@kr5ture No, it went down again in the process of further fixing. |
...and it's up again. |
After downloading the nightly from
|
@ylluminate Check your DNS and internet connection |
Maybe some proxy? |
Hmmm... @Delagen I have even statically set DNS servers and flushed the DNS cache (
Update: It turns out that something had indeed corrupted the network settings of this particular computer (other workstations on the network were fine). After doing a complete Win10 network reset MSYS2's pacman began pulling down data. |
This has just happened again. Are there commands and documentation on running a mirror? |
Looks like it is down again. Can't even download from https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20200903.exe |
There is a recent reboot happen in that server and no answer from it. Installer can be downloaded from this release page https://github.com/msys2/msys2-installer/releases |
Thanks! I was actually looking to update pacman and it was timing out so thought I'd just DL the latest. I will check in a while to see or maybe tomorrow. Are there mirrors available by any chance? |
https://github.com/msys2/MSYS2-packages/tree/master/pacman-mirrors installed to /etc/pacman.d |
These mirrorlists match the default ones that came with my MSYS2 installation, and the SourceForge mirror is unsuitable as it has a relatively small maximum file download size. I was therefore able to strip these two entries from the respective lists with $ cp -r /etc/pacman.d /etc/pacman.d.backup
$ cat /etc/pacman.d/mirrorlist.mingw32 | tail -n 6 > /etc/pacman.d/mirrorlist.mingw32
$ cat /etc/pacman.d/mirrorlist.mingw64 | tail -n 6 > /etc/pacman.d/mirrorlist.mingw64
$ cat /etc/pacman.d/mirrorlist.msys | tail -n 6 > /etc/pacman.d/mirrorlist.msys The remaining mirrors work for me. Edit popped a |
Doing that you will loose the mirror url. Just open those files in any text editor and put |
Any idea when this is going to get fixed? |
As far as I know know, there is no timeline. Comment out the msys2 and sourceforge mirrors and you are good to go. If you want to know the exact time of the fix, just do |
@Biswa96, Note that updating the mirror list in the various
Something is seriously broken with respect to package signatures and mirrors. |
In that case, you can download a stable installer from this release page https://github.com/msys2/msys2-installer/releases. Then install it in another location, install the packages and move configurations from old one. I have done it some times, just takes 1-2 minutes depending on network speed. |
I think you should have gotten those same errors against the primary, it looks like #2058/https://www.msys2.org/news/#2020-06-29-new-packagers |
|
Tried building FFMPEG using vcpkg, and failed due to error while downloading msys2 package:
Acquiring MSYS2...
-- Downloading http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20181211.tar.xz...
-- Downloading http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20181211.tar.xz... Failed. Status: 7;"Couldn't connect to server"
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:175 (message):
After that tried accessing downloads from msys2.org and got same issue with chrome on download links: http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe
ERR_CONNECTION_REFUSED
The text was updated successfully, but these errors were encountered: