Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17701 - Setting SYNC="rsync://rsync.us.gentoo.org" in /etc/make.conf fails
Summary: Setting SYNC="rsync://rsync.us.gentoo.org" in /etc/make.conf fails
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-17 12:39 UTC by James R. Webb
Modified: 2003-03-17 12:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James R. Webb 2003-03-17 12:39:40 UTC
Setting SYNC="rsync://rsync.us.gentoo.org" in /etc/make.conf results in 
   
@ERROR: Unknown module '*'  
rsync: connection unexpectedly closed (441 bytes read so far) 
rsync error: error in rsync protocol data stream (code 12) at io.c(165) 
 
on every mirror.  
  
Something is missing.  
  

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



portage-2.0.47-r10
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-17 12:54:48 UTC
syntax has to be like this one

if you'd like to change the server, just replace localhost with eg rsync.gentoo.org 
SYNC="rsync://localhost/gentoo-portage"
-> SYNC="rsync://rsync.gentoo.org/gentoo-portage"