From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GSemM-0003IK-K6 for garchives@archives.gentoo.org; Wed, 27 Sep 2006 19:09:11 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8RJ82LX009873; Wed, 27 Sep 2006 19:08:02 GMT Received: from smtp804.mail.ukl.yahoo.com (smtp804.mail.ukl.yahoo.com [217.12.12.141]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k8RJ3oJH023077 for ; Wed, 27 Sep 2006 19:03:50 GMT Received: (qmail 41413 invoked from network); 27 Sep 2006 19:03:50 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btopenworld.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=YtHsoWJ1gX4jsKcdKGKs5NgOr9lqYsTwlL9cy7ZOQ+tW4nPTz0l5vCvU60QTBpqd2YsPhomc4ZR7xdM/bVWsLtgiJM8levaGsxKT2IIA0Yix0jcpOhL8m4JqICw0J4Klxptco9LfeaoBbqnk7zOXl6ff6VhMnPPP9VClLjur4OU= ; Received: from unknown (HELO ?192.168.0.12?) (stewarta.taylor@btopenworld.com@81.129.226.12 with plain) by smtp804.mail.ukl.yahoo.com with SMTP; 27 Sep 2006 19:03:50 -0000 Message-ID: <451ACB14.9060105@btopenworld.com> Date: Wed, 27 Sep 2006 20:03:48 +0100 From: Stewart Taylor User-Agent: Thunderbird 1.5.0.5 (X11/20060719) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] rsync "locks up" and doesn't continue References: <1159145960.7140.19.camel@orpheus> In-Reply-To: <1159145960.7140.19.camel@orpheus> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: ae9acfd9-34ca-4b6b-b443-83114a850184 X-Archives-Hash: 94884170e784755ba049c0b3bd0093ab Hi Don't know if this will help but I had a similar problem when I set up my archiving system. The problem was that I set it to use ssh which needs it own password and the password file was only used by rsync. the answer was to not use ssh and just use rsync client to rsync server. This was just over my lan but it solved the problem. HTH Stewart. Iain Buchanan wrote: > Hi all, > > I have a script that downloads my distfiles from machines on our LAN > before going over the internet. It uses rsync over ssh to get files > locally, then defaults to wget for internet downloads. > > The command line is basically this: > /usr/bin/rsync -avzP --password-file= rsync://@ " > > which works fine most of the time, so I know the syntax, password and > permissions are correct. However, sometimes rsync "dies" (the download > process just stops) and I get this sort of message: > > > Password: *password sent* > > receiving file list ... > rsync: link_stat "/usr/portage/distfiles/Net-DNS-0.59.tar.gz" failed: No > such file or directory (2) > 0 files to consider > > sent 8 bytes received 21 bytes 58.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=2.6.8] > > > And the download won't continue - nor do I get the prompt back because > rsync seems to lock the script up at this point by not returning. This > is really annoying when it stops at 3 of 50! I don't mind killing it, > but sometimes this is supposed to run unattended... > > Now fair enough, if the file doesn't exist, I can't rsync it, but most > of the time, this makes rsync just exit, and the script continues. > > All I can get from google and docs is that code 23 is a "general" error, > meaning some read / write / delete failed. I'm not out of disk space. > > can anyone shed light on this issue? thanks! -- gentoo-user@gentoo.org mailing list