Alexpux / MSYS2-pacman

MSYS2 port of Arch Linux packman package manager.
GNU General Public License v2.0
164 stars 34 forks source link

pacman fails to retrieve #2

Closed CoolOppo closed 9 years ago

CoolOppo commented 9 years ago
$ pacman -Sy
:: Synchronizing package databases...
error: failed retrieving file 'mingw32.db' from 148.251.42.38 : Connection timed out after 10000 milliseconds
 mingw32                                       0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32                                       0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32                                       0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32                                       0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32                                       0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32                                     207.5 KiB  1081K/s 00:00 [######################################] 100%

 mingw32.sig                                   0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32.sig                                   0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32.sig                                   0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32.sig                                   0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32.sig                                   0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw32.sig                                  96.0   B  0.00B/s 00:00 [######################################] 100%

error: failed retrieving file 'mingw64.db' from 148.251.42.38 : Connection timed out after 10000 milliseconds
 mingw64                                       0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw64                                      69.6 KiB  97.9K/s 00:01 [############--------------------------]  33% mingw64                                     208.0 KiB   646K/s 00:00 [######################################] 100%

 mingw64.sig                                   0.0   B  0.00B/s 00:00 [--------------------------------------]   0% mingw64.sig                                  96.0   B  93.8K/s 00:00 [######################################] 100%

error: failed retrieving file 'msys.db' from 148.251.42.38 : Connection timed out after 10001 milliseconds
 msys                                          0.0   B  0.00B/s 00:00 [--------------------------------------]   0% msys                                          0.0   B  0.00B/s 00:00 [--------------------------------------]   0% msys                                          0.0   B  0.00B/s 00:00 [--------------------------------------]   0% msys                                          0.0   B  0.00B/s 00:00 [--------------------------------------]   0% msys                                          0.0   B  0.00B/s 00:00 [--------------------------------------]   0% msys                                        113.3 KiB   809K/s 00:00 [######################################] 100%

 msys.sig                                      0.0   B  0.00B/s 00:00 [--------------------------------------]   0% msys.sig                                     96.0   B  93.8K/s 00:00 [######################################] 100%
Alexpux commented 9 years ago

This is fixed with yesterday updates.

CoolOppo commented 9 years ago

How do I install yesterday's updates if I can't even connect?

CoolOppo commented 9 years ago

Never mind. I got it to work anyways.

Alexpux commented 9 years ago

There are second mirror that used if first is not available. So it will update from second mirror

jshbrntt commented 9 years ago

I'm still having this issue with a fresh install of MSYS2 I got from https://msys2.github.io/ today.

Any ideas on what I can do to fix this?

gianmt commented 9 years ago

Same error messages here, how do I fix it?

Alexpux commented 9 years ago

You need update pacman-mirrors package.

karippery commented 5 years ago

when i use $ pacman -Syu i got error like this error: failed retrieving file 'mingw32.db' from 148.251.42.38 : Connection timed out after 10000 milliseconds could you please explain why?

karippery commented 5 years ago

any way thank you i find the solution for this problem . it was proxy settings. i was update ect/profile

add proxy

export http_proxy=http://www-myproxy.example.com:8080 export https_proxy=$http_proxy export ftp_proxy=$http_proxy