Opened 9 years ago

Closed 8 years ago

#48946 closed defect (worksforme)

Selfupdate fails

Reported by: kevin.lemm@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 2.3.3
Keywords: Cc:
Port:

Description (last modified by ryandesign (Ryan Carsten Schmidt))

sudo port -v selfupdate
---> Updating MacPorts base sources using rsync
rsync: failed to connect to rsync.macports.org: Connection refused (61)
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]
Command failed: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/base.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs
Exit code: 10
Error: Error synchronizing MacPorts sources: command execution failed
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing MacPorts sources: command execution failed

When checking https://rsync.macports.org/releases I see an 404 Not found message. Has this folder been moved or renamed? We are not blocking any related ports on our network and there is no firewall installed on the system.

Change History (2)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Component: portsbase
Description: modified (diff)
rsync: failed to connect to rsync.macports.org: Connection refused (61)

It works fine for me. Maybe there was a temporary server problem? We did have a brief outage on our Trac server earlier today; not sure what happened or if the rsync server was also impacted.

When checking https://rsync.macports.org/releases I see an 404 Not found message. Has this folder been moved or renamed?

That 404 response is normal, because that is not a valid URL. rsync.macports.org is not meant to be used as an http(s) server; it is meant to be used as an rsync server.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.