RE: rsync bug recreating header.info

2004-10-19 Thread Jason Dravet
Thank you very much for your help. Rsync works much better now. Thanks again, Jason -Original Message- From: jim [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 3:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: rsync bug recreating header.info The permission prob

RE: rsync bug recreating header.info

2004-10-19 Thread jim
The permission problem may be related to the setting of the CYGWIN environment variable. This variable may contain several options, but the one you should take a look at is ntsec/nontsec. If CYGWIN=ntsec, then the cygwin DLL tries to emulate POSIX permissions using NT ACLs. It works too good, or

Re: error in socket IO (code 10)

2004-10-19 Thread Wayne Davison
On Tue, Oct 19, 2004 at 02:13:29AM -0400, Shoghi Fret wrote: > rsync error: error in socket IO (code 10) at > /SourceCache/rsync/rsync-14/rsync/clientserver.c(93) There should be an error prior to that message that will tell you what failed (that's just the exit code). ..wayne.. -- To unsubscri

Re: rsync bug recreating header.info

2004-10-19 Thread Wayne Davison
On Mon, Oct 18, 2004 at 02:46:49PM -0500, Jason Dravet wrote: > I have rsync 2.6.3 running on a Windows 2003 server using cygwin. Any MS Windows users out there that can field this question? ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posti

Re: Environment variable question

2004-10-19 Thread Wayne Davison
On Tue, Oct 19, 2004 at 02:53:15PM -0400, Venkateswaran, Bhaskar wrote: > $DATESPATH is a variable defined in 'datauser's profile, but it looks like > the variable is not recognized in the context of this command. Right. Ssh doesn't source most of the shell profiles. Try this: ssh -l datauser m

Environment variable question

2004-10-19 Thread Venkateswaran, Bhaskar
Title: Environment variable question Hi, I'm trying to run a command as follows:   rsync -Lcav temp.txt [EMAIL PROTECTED]:\$DATESPATH/dat The above returns the following err:   "mkstemp /dat/.temp.txt.oYaO9U failed: No such file or directory" $DATESPATH is a variable defined in 'datause