Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326925 - Every IPv6 rsync mirror gives rsync: change_dir "/metadata" (in gentoo) failed: No such file or directory (2)
Summary: Every IPv6 rsync mirror gives rsync: change_dir "/metadata" (in gentoo) faile...
Status: RESOLVED INVALID
Alias: None
Product: Mirrors
Classification: Unclassified
Component: Server Problem (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Mirror Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-04 21:22 UTC by Antonio Quartulli
Modified: 2010-07-06 14:41 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 Antonio Quartulli 2010-07-04 21:22:05 UTC
Hi all.
I am tring to set a IPv6 capable rsync mirror, but every server I choose from the official list gives me this error while running rsync:
rsync: change_dir "/metadata" (in gentoo) failed: No such file or directory (2)
Sometimes the dir changes from "/metadata" to "gentoo/metadata".

This are the relevant part of my make.conf with the last server i tried:

SYNC="rsync://trumpetti.atm.tut.fi/gentoo"
PORTAGE_RSYNC_EXTRA_OPTS="-6"

And this is the beginning of the eix-sync output:

 * Running emerge --sync
>>> Starting rsync with rsync://[2001:708:310:54::2]/gentoo...
>>> Checking server timestamp ...
Welcome to trumpetti.atm.tut.fi (130.230.54.99 and 2001:708:310:54::2),
also known as ftp.fi.debian.org and rsync1.fi.gentoo.org.
We are located at Tampere University of Technology, Finland.
All services (http,ftp,rsync) support IPv6.

The server is a dual Xenon L5520 with 8GB of memory, 1.6TB disk and a gigabit
network connection.

In case of questions, suggestions or problems, please contact ice-mirror@cs.tut.fi

receiving incremental file list
rsync: change_dir "/metadata" (in gentoo) failed: No such file or directory (2)

Number of files: 0
Number of files transferred: 0
Total file size: 0 bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 1
Total bytes sent: 47
Total bytes received: 6

sent 47 bytes  received 6 bytes  35.33 bytes/sec
total size is 0  speedup is 0.00
Welcome to trumpetti.atm.tut.fi (130.230.54.99 and 2001:708:310:54::2),
also known as ftp.fi.debian.org and rsync1.fi.gentoo.org.
We are located at Tampere University of Technology, Finland.
All services (http,ftp,rsync) support IPv6.

The server is a dual Xenon L5520 with 8GB of memory, 1.6TB disk and a gigabit
network connection.

In case of questions, suggestions or problems, please contact ice-mirror@cs.tut.fi

receiving incremental file list

and then it starts deleting everything.

Reproducible: Always

Steps to Reproduce:
1. Set a IPv6 rsync mirror
2. Set -6 as rsync extra option
3. Run eix-sync
Comment 1 Antonio Quartulli 2010-07-04 21:34:56 UTC
The rsync mirror specified in this bug seems to work properly

http://bugs.gentoo.org/show_bug.cgi?id=215924
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2010-07-06 14:41:59 UTC
(In reply to comment #0)

> SYNC="rsync://trumpetti.atm.tut.fi/gentoo"

You are trying to rsync all the distfiles instead of the portage tree. Switch "gentoo" to "gentoo-portage"