Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]emerge --sync rsync:change_dir "/metadata"(in gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
artbody
Guru
Guru


Joined: 15 Sep 2006
Posts: 489
Location: LB

PostPosted: Tue Oct 29, 2013 9:19 pm    Post subject: [solved]emerge --sync rsync:change_dir "/metadata" Reply with quote

Hy
I've a absolute new stage3 installation
emerge-webrsync failed ...
i found this https://forums.gentoo.org/viewtopic-t-972288.html
solved by downloading and extracting newes portage-snapshot
Code:
tar xvjf portage-latest.tar.bz2 -C /usr


Then i tried to sync BUT
Code:
 emerge --sync   
>>> Synchronization of repository 'gentoo' located in '/usr/portage'...
>>> Starting rsync with rsync://129.143.116.10/gentoo/...
>>> Checking server timestamp ...
Welcome to the ftp-stud.hs-esslingen.de archives.

If have any unusual problems, please report them via e-mail to
rsync@ftp-stud.hs-esslingen.de.

  All transfers are logged.
  If you don't like this policy, then disconnect now.
  This server does not support --checksum (-c)
  This server does not support --compress (-z)


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: 3
Total bytes sent: 47
Total bytes received: 8

sent 47 bytes  received 8 bytes  36.67 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1518) [Receiver=3.0.9]
>>> Retrying...
!!! Exhausted addresses for ftp-stud.hs-esslingen.de


:? looks not as it should
has anybody a idea
_________________
Never give up
WM : E16 the true enlightenment
achim


Last edited by artbody on Thu Oct 31, 2013 9:10 am; edited 1 time in total
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Wed Oct 30, 2013 2:25 am    Post subject: Reply with quote

Why did emerge-webrsync fail :?:
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
kurly
Apprentice
Apprentice


Joined: 02 Apr 2012
Posts: 260

PostPosted: Wed Oct 30, 2013 2:53 am    Post subject: Reply with quote

eyoung100 wrote:
Why did emerge-webrsync fail :?:
Because of a well known bug in portage 2.2.1 that is fixed by 2.2.7. We are waiting on rush stabilization to occur.
Back to top
View user's profile Send private message
eyoung100
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1428

PostPosted: Wed Oct 30, 2013 2:40 pm    Post subject: Reply with quote

When you unzipped package were you in the chroot :?:
_________________
The Birth and Growth of Science is the Death and Atrophy of Art -- Unknown
Registerd Linux User #363735
Adopt a Post | Strip Comments| Emerge Wrapper
Back to top
View user's profile Send private message
artbody
Guru
Guru


Joined: 15 Sep 2006
Posts: 489
Location: LB

PostPosted: Thu Oct 31, 2013 9:07 am    Post subject: Reply with quote

Quote:
When you unzipped package were you in the chroot

yes it was in chroot

Ok i've found the error :lol:
http://www.gentoo.org/main/en/mirrors2.xml
Code:

University of Applied Sciences, Esslingen (http)
University of Applied Sciences, Esslingen (ftp) ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/
University of Applied Sciences, Esslingen (rsync) rsync://ftp-stud.hs-esslingen.de/gentoo/

so i first wrote by
nano -w /etc/portage/make.conf
this wrong url rsync://ftp-stud.hs-esslingen.de/gentoo/

by emerge mirrorselect
Code:
 mirrorselect -i -o >> /etc/portage/make.conf
 mirrorselect -i -r -o >> /etc/portage/make.conf

the result in make.conf was
Code:

#old entry by hand
#SYNC="rsync://ftp-stud.hs-esslingen.de/gentoo/"   
#GENTOO_MIRRORS="ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/"

# entry by mirrorselect
GENTOO_MIRRORS="ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/"

SYNC="rsync://rsync9.de.gentoo.org/gentoo-portage"


emerge --sync works again :wink:
_________________
Never give up
WM : E16 the true enlightenment
achim
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum