Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #12684 (closed defect: invalid)

Opened 13 months ago

Last modified 13 months ago

BUG: rsync server refusing connections

Reported by: nick-macosforge@… Owned by: kvv@…
Priority: Normal Milestone:
Component: server/hosting Version: 1.5.0
Keywords: Cc:
Port:

Description

It looks like the rsync server @ rsync.macports.org is refusing connections.

[root@macmini ~]# port -d sync
DEBUG: Synchronizing ports tree(s)
Synchronizing from rsync://rsync.macports.org/release/ports/
DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/ports/ /opt/local/var/macports/sources/rsync.macports.org/release/ports
rsync: failed to connect to rsync.macports.org: Connection refused (61)
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-24.1/rsync/clientserver.c(94)
DEBUG: sync failed doing rsync
    while executing
"mportsync"
port sync failed: sync failed doing rsync
[root@macmini ~]# nslookup rsync.macports.org
Server:         64.160.192.70
Address:        64.160.192.70#53

Non-authoritative answer:
rsync.macports.org      canonical name = alpha.macosforge.org.
Name:   alpha.macosforge.org
Address: 17.254.17.246

I can view the web page at rsync.macports.org without issue. Macports used to work ok, though it's been a few weeks since the last time I tried to sync.

Also, as a related enhancement request, it'd be nice for the web page on that machine to somehow test that the rsync connection is in fact working, and report status. If rsync does go down from time to time, perhaps you can also put a short "report problem with rsync server" form or something similar on that page.

Change History

Changed 13 months ago by nox@…

  • milestone MacPorts 1.5 deleted

Changed 13 months ago by nick-macosforge@…

Sorry, this was pilot error. Suggest adding a FAQ entry reminding users that if they see a connection refused error, they ensure that port blocking software be disabled. In particular, PeerGuardian2 blocks all connections except port 80 into rsync.macports.org.

Changed 13 months ago by boeyms@…

  • status changed from new to closed
  • resolution set to invalid

Closed as invalid (see previous comment by reporter).

Note: See TracTickets for help on using tickets.