deflate on token bug?

2003-06-05 Thread Dave Wreski
Hi all, Has the "deflate on token returned" bug (apparently still present in 2.5.6) when transferring large files been fixed by chance? http://marc.theaimsgroup.com/?l=rsync&m=101777555820384&w=2 I'm using zlib-1.1.3. The bug does not occur when not using -z option

Re: command= and arbitrary keys...

2001-12-02 Thread Dave Wreski
> If it's what I suspect, answer these questions: > > Are all the keys different? (You have to say "yes" here.) Yes, should have thought to make that clear initially. > Are you using an ssh-agent at the calling end? ("You want "no" here, > and a "-i keyfile" in the ssh call.)

command= and arbitrary keys...

2001-11-30 Thread Dave Wreski
Hi all, I've asked this question before, but I was never able to fix the problem, and now it's back again and I'd like to try and resolve it. I have an authorized_keys file with about twenty keys, most of which are prefaced with command="/usr/bin/rsync ...". If I put my host key at the top of th

Re: rsync hang w/ linux, openssh, latest rsync

2001-11-01 Thread Dave Wreski
> We have had situations where -v appeared to cause a hang, although I thought > those had been fixed. Try without that. No difference. > Try with trial & error to eliminate particular files. I once found a > single 80 byte file that could hang rcp every time, we assumed because > of some bug

Re: 2.4.7p1 protocol differences?

2001-10-29 Thread Dave Wreski
> Try this patch, so far hanging does not happen anymore. > > http://www.clari.net/~wayne/rsync-nohang1.patch Applied the patch, upgraded both sides, and same thing. I'm not so sure it's an rsync thing anymore, but have no ideas what the problem could possibly be. Thanks, Dave

Re: 2.4.7p1 protocol differences?

2001-10-29 Thread Dave Wreski
> I'm not aware of any protocol differences. Can you be more specific? > Try to give us some simple steps to reproduce it if you can. Actually, I screwed up. The remote side had quite an old version of rsync. Upgrading to 2.4.6 fixed the protocol problems but hasn't fixed the hang problem. It'

2.4.7p1 protocol differences?

2001-10-26 Thread Dave Wreski
Hi all, rsync-2.4.6 has been running for quite a while with no problems, until about a week ago when for some reason it blocked on the same host ever time. I use it to backup about thirty hosts to my backup server, but for some reason it's illiciting that blocking bug that some people experienc

Re: rsync matches wrong ssh key

2001-07-22 Thread Dave Wreski
> Oh. Can you send me an "ssh -v" transcript showing the behaviour? Cameron, I think I made a mistake. Not exactly sure yet, but I rearranged the order of the keys causing the incorrect matching, and it's working. I believe there may have been a 'z' on the sending side but not the rsync on the r

Re: rsync matches wrong ssh key

2001-07-18 Thread Dave Wreski
> | This sounds more like an ssh bug; I would try taking the report to > | their mailing lists. > > Well... "It's a feature." > > Well, anyway, it's documented behaviour. Ssh will try all the keys, even if you > hand it the -i flag to say "here's the key I want, dumbo!" > > Solution: disable y

rsync matches wrong ssh key

2001-07-06 Thread Dave Wreski
Hi all, I'm using command= in my authorized_keys file in conjunction with rsync, but for some reason it's matching the wrong key. It also seems arbitrary. On the local side, I'm using "rsync -avze 'ssh -i key' files/ host:/path" and on the remote side I'm using: command="/usr/bin/rsync --server