Re: Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]

2006-05-02 Thread Wayne Davison
On Wed, May 03, 2006 at 11:58:07AM +1000, Anthony Sadler wrote: > Notice /etc/localtime not being able to open? That happens because you're using "use chroot = yes". When rsync is running inside a chroot jail, it cannot access files that exist outside the rsync module's path. Rsync attempts to

Re: Packages for rsync 2.6.8 with ACLs

2006-05-02 Thread Wayne Davison
On Mon, May 01, 2006 at 10:58:01PM -0400, Matt McCutchen wrote: > At some point in the future, I will get back to improving the ACL > support. In the meantime, the patch in CVS has been improved significantly, and needs testing to ensure that it works well. For instance, I got rid of some really

Re: Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]

2006-05-02 Thread Wayne Davison
On Wed, May 03, 2006 at 11:58:07AM +1000, Anthony Sadler wrote: > unexpected tag 3 [sender] My analysis shows that some deferred messages (which are those that arrive in the generator when the generator is already trying to flush a partial message down the socket) are not being handled by rwrite()

Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]

2006-05-02 Thread Anthony Sadler
Hi guys: First post for me on this list. THE PROBLEM === I have several linux servers (ranging from Redhat 7.3 to FC3) that use Rsync (version 2.6.8 and 2.6.7, read on for reasons) to backup their data. A typical rsync backup script looks like this: ---

Re: Rsync 4TB datafiles...?

2006-05-02 Thread Matt McCutchen
On Tue, 2006-05-02 at 13:06 -0700, lsk wrote: > //***Shachar is "Dynamic_hash.diff" in built in 2.6.8 code version or still > I need to apply that as a seperate patch after I install rsync 2.6.8 ? You need to apply it as a separate patch _before you build_ rsync 2.6.8. Apply the patch by running

RE: Permissions causing full backups?

2006-05-02 Thread Link McGinnis
> > One colon means to run rsync over SSH, which means the destination path > is relative to your home directory and the daemon is ignored completely. > I thought there was some trouble with using SSH on Cygwin, so I > recommended using an rsync daemon, but maybe the problem has been fixed. > Bef

RE: Permissions causing full backups?

2006-05-02 Thread Matt McCutchen
On Tue, 2006-05-02 at 15:33 -0400, Link McGinnis wrote: > Obvious question: What caused the timout? If I try the rsync with only one > ":" in the destination, I get a successful copy but the files are copied to > /home/link/bkups. One colon means to run rsync over SSH, which means the destinatio

Re: Rsync 4TB datafiles...?

2006-05-02 Thread lsk
lsk wrote: >Hello Shachar...is 2.6.7 is the latest version of rsync. I could see >in the http download site it says "rsync-2.6.8.tar.gz". Should I get this >version 2.6.8 + the patch "dynamic_hash.diff". > > Yes. In the over a month that passed since the email I sent a new version of rsync wa

RE: Permissions causing full backups?

2006-05-02 Thread Link McGinnis
Matt, I've not gotten very far with the new instructions. Hopefully, you can push me over the hump. Here's where I stand: * Created a Linux share at /samba/bkups. Within this share I've created a directory called "link" that will hold the backup of my PC's "My Documents" folder. Each user will

Re: error rsync'ing links of the form ../xxx

2006-05-02 Thread Wayne Davison
On Tue, May 02, 2006 at 09:13:47AM -0400, Gary Aviv wrote: > In fact, even if the link is invalid it should be transfered. The desire is to make a daemon that is running without chroot work as closely as possible to a daemon that is running with chroot. So, what we definitely need to avoid is let

Re: Rsync 4TB datafiles...?

2006-05-02 Thread Shachar Shemesh
lsk wrote: >Hello Shachar...is 2.6.7 is the latest version of rsync. I could see >in the http download site it says "rsync-2.6.8.tar.gz". Should I get this >version 2.6.8 + the patch "dynamic_hash.diff". > > Yes. In the over a month that passed since the email I sent a new version of rsync was

Re: Rsync 4TB datafiles...?

2006-05-02 Thread lsk
Also I use the rsync version "rsync version 2.6.5 protocol version 29" does >this version include this patch "dynamic_hash.diff"" or do we need to >install it seperately. > > Sorry. You will need to get the 2.6.7 sources, and then apply the patch yourself and compile rsync. Please do report b

Re: Packages for rsync 2.6.8 with ACLs

2006-05-02 Thread Dag Wieers
On Mon, 1 May 2006, Matt McCutchen wrote: > I have finally made packages for rsync 2.6.8 with ACL support. You can > download a prepatched source package and RPMs from here: > http://www.kepreon.com/~matt/myrsync/ > > Or you can use this yum repository: > http://www.kepreon.com/~matt

Re: error rsync'ing links of the form ../xxx

2006-05-02 Thread Gary Aviv
On Mon, 1 May 2006, Wayne Davison wrote: On Sat, Apr 29, 2006 at 01:48:28PM -0400, Gary Aviv wrote: However, at the destination the .. is missing. for example the link "../python/compile_plan.py" becomes "python/compile_plan.py" at the destination. Is your daemon running without chroot? I j