Re: filename paths different in server mode

2006-02-27 Thread Wayne Davison
On Tue, Feb 28, 2006 at 02:52:31PM +0900, Chan, Alex (Exchange) wrote: > It should not have the bin prefixed there. Tried rsync -vvv > rsync://hpux1/app/bin/. and just app/bin > they were the same. It only works with app/bin/* I can't reproduce this with any version of rsync I tried (and I tried

filename paths different in server mode

2006-02-27 Thread Chan, Alex \(Exchange\)
Hi Wayne,   I see this old subject re HP-UX box may have differente behavior when the path is sanitized. We have an HP-UX box just upgraded to 2.6.6 and seems to have the same behavior in that rsync -vvv rsync://hpux1/app/bin/     recv_file_name(bin)    recv_file_name(bin/toolkit)   

Re: filename paths different in server mode

2005-05-08 Thread Wayne Davison
On Wed, May 04, 2005 at 12:03:04AM -0600, Bob Proulx wrote: > I am sure the problem is on the server side of the process. I'd first double-check to make sure that there is no directory named /mnt/tools/release/bin/bin on the server. Next, you might try turning off chroot (by adding "use chroot =

Re: filename paths different in server mode

2005-05-03 Thread Bob Proulx
Wayne Davison wrote: > On Tue, May 03, 2005 at 05:26:10PM -0600, Bob Proulx wrote: > > $ rsync -a ewok::cadroot/release/bin/ . > > $ ls > > bin > > Is your shell stripping off trailing slashes? Good thought. But no. Running bash. But here is a test for that. What you see is what you get

Re: filename paths different in server mode

2005-05-03 Thread Wayne Davison
On Tue, May 03, 2005 at 05:26:10PM -0600, Bob Proulx wrote: > $ rsync -a ewok::cadroot/release/bin/ . > $ ls > bin Is your shell stripping off trailing slashes? Try running a basic shell, such as /bin/sh and see if that makes a difference. You can also use the -vv option to display the com

filename paths different in server mode

2005-05-03 Thread Bob Proulx
For some reason rsync-2.6.4 compiled by me on HP-UX 11.23 in 64-bit mode is adding extra path elements when running in server mode. This is a new problem. It did not used to do that with older versions and it does not do that with compilations on other systems. $ rsync -a ewok::cadroot/release