Skip to content
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: rsync connection refused on some servers #55

Open
rezib opened this issue Nov 6, 2015 · 1 comment
Open

repo: rsync connection refused on some servers #55

rezib opened this issue Nov 6, 2015 · 1 comment
Labels

Comments

@rezib
Copy link
Contributor

rezib commented Nov 6, 2015

When syncing from some servers, clara repo sometimes show Connection refusederrors:

# clara -d repo sync calibre8
clara - DEBUG - ['/usr/bin/clara', 'repo', 'sync', 'calibre8']
clara - DEBUG - The suites to sync are: calibre8-security wheezy/updates wheezy-updates calibre8 wheezy.
clara - DEBUG - utils/run: debmirror --diff=none --method=http --nosource --ignore-release-gpg --ignore-missing-release --arch=i386,amd64 --host=dist.calibre.edf.fr --root=calibre8/calibre-security --dist=calibre8-security --section=main,contrib,non-free,main/debian-installer /admin/public/http/mirror/calibre8/new/calibre8-security
rsync: failed to connect to dist.calibre.edf.fr (10.122.34.11): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
Warning: failed to use rsync to download extra files.
clara - DEBUG - utils/run: debmirror --diff=none --method=http --nosource --ignore-release-gpg --ignore-missing-release --arch=i386,amd64 --host=dist.calibre.edf.fr --root=calibre8/debian-security --dist=wheezy/updates --section=main,contrib,non-free,main/debian-installer /admin/public/http/mirror/calibre8/new/wheezy/updates
rsync: failed to connect to dist.calibre.edf.fr (10.122.34.11): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
Warning: failed to use rsync to download extra files.

It seems reprepro tries to connect using rsync protocol first, which is wrong since the --method=http is given in parameter.

Tested on Debian wheezy with reprepro 4.12.5-1.

@ana ana added the wontfix label Nov 17, 2015
@ana
Copy link
Collaborator

ana commented Nov 17, 2015

This is a longstanding problem with debmirror:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625696

We could use the idea pointed in the message 2625696#25 but this changes an ugly message for another one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants