Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#58430 closed defect (fixed)

base Failed to connect to mirrors.shu.edu.cn port 443: Connection refused

Reported by: msbit (Tom Sullivan) Owned by: admin@…
Priority: Normal Milestone:
Component: server/hosting Version:
Keywords: Cc: osc@…
Port:

Description

When installing multiple packages I'm encountering the error:

Failed to connect to mirrors.shu.edu.cn port 443: Connection refused

The host is referred to in:

https://github.com/macports/macports-ports/blob/6a33649803e74bbc8808b7420f22fd4afb98fbc1/_resources/port1.0/fetch/archive_sites.tcl#L17
https://github.com/macports/macports-ports/blob/2b11a875f3da92fd03c9b8892929a1bcf88ec7fd/_resources/port1.0/fetch/mirror_sites.tcl#L210
https://github.com/macports/macports-ports/blob/2b11a875f3da92fd03c9b8892929a1bcf88ec7fd/_resources/port1.0/fetch/mirror_sites.tcl#L521

I'm unsure whether this is a temporary outage, though the same error is mentioned in:

https://github.com/macports/macports-ports/pull/4076

from around 17 days ago.

Attachments (1)

main.log (492.3 KB) - added by msbit (Tom Sullivan) 5 years ago.
Output of sudo port install -b ImageMagick

Download all attachments as: .zip

Change History (8)

Changed 5 years ago by msbit (Tom Sullivan)

Attachment: main.log added

Output of sudo port install -b ImageMagick

comment:1 Changed 5 years ago by jmroot (Joshua Root)

Cc: osc@… added
Component: baseserver/hosting
Owner: set to admin@…
Version: 2.5.4

comment:2 Changed 5 years ago by jmroot (Joshua Root)

comment:3 Changed 5 years ago by jmroot (Joshua Root)

I see you're trying to install ImageMagick in binary-only mode, which won't work because there are no binary archives available for ImageMagick (on any mirror). While there's no point having a mirror that doesn't work in our mirror lists, it also shouldn't prevent you from installing ports, since there are plenty of other mirrors to try. And if you don't use -b it should fall back to installing from source.

comment:4 Changed 5 years ago by msbit (Tom Sullivan)

See also email thread starting at ​https://lists.macports.org/pipermail/macports-dev/2019-April/040643.html

Ah yep, so it has been reported to the site operator.

I see you're trying to install ImageMagick in binary-only mode, which won't work because there are no binary archives available for ImageMagick (on any mirror).

Makes sense, that was just the last command package installation attempt that I tried, but likely any other invocations with -b also failed at that point for the same reason.

And if you don't use -b it should fall back to installing from source.

+1

Last edited 5 years ago by msbit (Tom Sullivan) (previous) (diff)

comment:5 in reply to:  4 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to msbit:

Ah yep, so it has been reported to the site operator.

Yes, but I received no response to my email to them. Maybe their email is down too. I found they have a GitHub project, so I filed a bug report there:

https://github.com/shuosc/mirrors.shuosc.org/issues/33

It looks like the mirror has been offline since about April 14.

comment:6 Changed 5 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: newclosed

In 0bb920caa0c93ae5d2668717525e4c50ecbbbf18/macports-ports (master):

mirrors: Remove mirrors.shu.edu.cn

The mirror is down since a couple of weeks and it doesn't seem it's
going to come back for now.

See also: https://github.com/shuosc/mirrors.shuosc.org/issues/33

Closes: #58430

comment:7 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)

In 45bed217f8a268185679c0667375849b0f365210/mpbb (master):

Remove mirrors.shu.edu.cn from blacklist

It was removed from the list because it has down for weeks.

See: #58430

Note: See TracTickets for help on using tickets.