Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126883 - metadata/timestamp.chk failed (file missing)
Summary: metadata/timestamp.chk failed (file missing)
Status: RESOLVED FIXED
Alias: None
Product: Mirrors
Classification: Unclassified
Component: Server Problem (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Mirror Admins
URL: rsync://rsync.gtlib.gatech.edu/gentoo
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-19 17:59 UTC by Scott Short
Modified: 2008-08-18 08:46 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 Scott Short 2006-03-19 17:59:56 UTC
Portage 2.1_pre6-r3 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.4-r1, 2.6.16-rc3-nitro1 i686)
=================================================================
System uname: 2.6.16-rc3-nitro1 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.12.0_pre16
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gtlib.gatech.edu/gentoo"
USE="x86 X alsa apache2 apm arts avi berkdb bitmap-fonts browserplugin bzip2 cli crypt ctype cups curl dba dri dvd dvdr dvdread eds emacs emboss encode esd expat fastbuild firefox foomaticdb force-cgi-redirect fortran ftp gd gdbm gecko-sdk gif gimp gimpprint gnome gnutls gphoto gpm gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg libg++ libwww mad memlimit mikmod motif mozilla moznoirc moznomail mp3 mpeg ncurses new-login nls nptl nptlonly nsplugin numeric nvidia offensive ogg opengl oss pam pcre pdflib perl png posix python qt quicktime readline real rtc sdl session simplexml soap sockets spamassassin spell spl ssl tcpd tokenizer toolbar truetype truetype-fonts type1-fonts udev usb vorbis win32codecs xchat xine xml xmms xsl xv zlib elibc_glibc kernel_linux userland_GNU video_cards_nvidia video_cards_via"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS, LINGUAS

node0 scott # emerge --sync
>>> Starting rsync with rsync://128.61.127.9/gentoo...
>>> Checking server timestamp ...
----------------------------------------------------------------------------
** January 16, 2006 **
   New hardware!

Through continued support from Sun Microsystems and their most excellent Academic Excellence Grant Program, GTlib has expanded again.  Disk space is now provided by a 4TB StorEdge 3511 SATA disk array.  Three front end servers provide http, ftp and rsync services, while a fourth acts as a file server.  All four machines are SunFire v20z's with AMD Opteron processors running Linux.

Through contributions from GT-RNOC, we have also expanded network capacity.  All servers now have gigabit links to the campus backbone as well as a private gigabit network for NFS.

Please do not use the old names ftp-linux.cc.gatech.edu, www.gtlib.cc.gatech.edu, ftp.gtlib.cc.gatech.edu or rsync.gtlib.cc.gatech.edu as they are now depricated and may cease to exist.

The new names for GTlib services are www.gtlib.gatech.edu, ftp.gtlib.gatech.edu and rsync.gtlib.gatech.edu.

---------------------------------------------------------------------------
GEORGIA TECH SOFTWARE LIBRARY

Unauthorized use is prohibited.  Your access is being logged.

rsync.gtlib.gatech.edu is provided by:

    SUN MICROSYSTEMS
    http://www.sun.com

    The Georgia Tech. Research Network Operations Center (GT-RNOC)
    http://www.rnoc.gatech.edu/

If you run a publicly accessable mirror, and are interested in
mirroring from us, please contact lxmirror@gtlib.gatech.edu.

---------------------------------------------------------------------------


receiving file list ...
rsync: link_stat "metadata/timestamp.chk" (in gentoo) failed: No such file or directory (2)
0 files to consider

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: 5
Total bytes sent: 41
Total bytes received: 9

sent 41 bytes  received 9 bytes  100.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at main.c(1298) [receiver]
>>> Retrying...


Exiting on signal 2
node0 scott #
Comment 1 Robert Baxter 2006-03-19 18:19:58 UTC
Your SYNC variable /etc/make.conf is wrong
SYNC="rsync://rsync.gtlib.gatech.edu/gentoo"
should be
SYNC="rsync://rsync.gtlib.gatech.edu/gentoo-portage"
Comment 2 Jeffrey Forman (RETIRED) gentoo-dev 2006-03-19 18:38:58 UTC
Looks good to me, could have just been a race condition.
Comment 3 Scott Short 2006-03-19 18:42:17 UTC
Yep - that got it! I can't believe I was overlooking something that simple. I guess that's why I'm a n00b. Anyway, thanks Robert for your quick reply. Sorry to waste time with a false bug report. Scott.
Comment 4 Thomas 2008-08-18 08:46:30 UTC
Many users copy/paste their rsync URLs from the official Gentoo site and their mirror list into their make.conf (Been there, done that). Thus, in order to kill this issue permanently, the URLs in the mirror list needs to be updated and kept updated on a more regular basis. Secondly, the error presented may seem a bit cryptic to beginners since it is only a matter of an erroneous path name. Perhaps a clarification is in order like: "Path rsync://trumpetti.atm.tut.fi/gentoo/" not found." (Yes, this one is a live erroneous URL).