Re: RSYNC and Cygwin: @ERROR auth failed on module

2003-11-28 Thread cbarratt
Anuja Doshi writes: > I'm a student trying to get rsync working correctly on > my WinXP machine. > My rsync server works perfectly through cygwin. > > BUT, when I try to add authentication, I get the message: > @ERROR auth failed on module Mobilesync > rsync connection unexpectedly closed (94 byt

Re: rsync and cygwin

2003-06-07 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jw schultz wrote: I'd then consider that the cygwin binaries might have been built incorrectly. After that, i don't know, perhaps creeping corruption on the two machines? BTW: those are my latest builds or rsync/cygwin: $ md5sum /usr/bin/rsync.exe 60

Re: rsync and cygwin

2003-06-07 Thread cbarratt
> On Sat, Jun 07, 2003 at 05:36:03PM -0500, Trey Nolen wrote: > > HmmThis backup server is handling backup jobs from about a dozen other > > machines -- all but three are Linux. The other three are Windows 2000 > > servers running Cygwin. Two of those are not working (giving the error). > > Th

Re: rsync and cygwin

2003-06-07 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jw schultz wrote: >I'd then consider that the cygwin binaries might have been >built incorrectly. After that, i don't know, perhaps >creeping corruption on the two machines? > BTW: those are my latest builds or rsync/cygwin: $ md5sum /usr/bin/rsync.ex

Re: rsync and cygwin

2003-06-07 Thread jw schultz
On Sat, Jun 07, 2003 at 05:36:03PM -0500, Trey Nolen wrote: > HmmThis backup server is handling backup jobs from about a dozen other > machines -- all but three are Linux. The other three are Windows 2000 > servers running Cygwin. Two of those are not working (giving the error). > The backup m

Re: rsync and cygwin

2003-06-07 Thread Trey Nolen
HmmThis backup server is handling backup jobs from about a dozen other machines -- all but three are Linux. The other three are Windows 2000 servers running Cygwin. Two of those are not working (giving the error). The backup machine has other duties, too, and has not had any issues. The uptime

Re: rsync and cygwin

2003-06-07 Thread Trey Nolen
HmmThis backup server is handling backup jobs from about a dozen other machines -- all but three are Linux. The other three are Windows 2000 servers running Cygwin. Two of those are not working (giving the error). The backup machine has other duties, too, and has not had any issues. The uptime

Re: rsync and cygwin

2003-06-07 Thread jw schultz
On Sat, Jun 07, 2003 at 10:49:03AM -0500, Trey Nolen wrote: > I had sent a message to the list earlier this week detailing an error > message I am getting using rsync on Cygwin on Windows 2000. I have now > duplicated the problem on another windows 2000 server. I have a third server > on which the

Re: rsync and cygwin paths

2003-06-05 Thread Igor Pechtchanski
On Wed, 4 Jun 2003, Lapo Luchini wrote: > (cc to [EMAIL PROTECTED] so that people that knows ebtter what i'm > talking about can eventually correct me) > jw schultz wrote: > > >Perhaps that is the document he needs. If not could you > >cygwinese, cygwinites, cygwinists, cygwinim or whatever > >po

Re: [rsync] Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
I, too, tried it after it was mentioned and it worked for me as well. I think this is going to be my solution. I haven't got everything working yet, but will try to finish it up later today. I was able to successfully build a good file list from a regular CMD prompt, so I called it a night. :-)

Re: [rsync] Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
I, too, tried it after it was mentioned and it worked for me as well. I think this is going to be my solution. I haven't got everything working yet, but will try to finish it up later today. I was able to successfully build a good file list from a regular CMD prompt, so I called it a night. :-)

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread jw schultz
On Wed, Jun 04, 2003 at 10:50:18AM +0200, Lapo Luchini wrote: > Bert wrote: > > >While I don't know the cygwin architecture details, it looks like the > >/cygdrive functionality is a part of cygwin.dll and can be used > >without a parent bash shell. > > It is part of it's POSIX-layerness, inde

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Lapo Luchini
Bert wrote: While I don't know the cygwin architecture details, it looks like the /cygdrive functionality is a part of cygwin.dll and can be used without a parent bash shell. It is part of it's POSIX-layerness, indeed, and it's storen in the registry, so it needs no "startup script" to set it

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Bert
Michael, While I frequently run scheduled bash shell scripts via a bash.bat file as you describe, I don't think it is necessary here... I think Trey can run rsync.exe directly if he really wants to. I tested running 'ls /cygdrive' from within a cmd.exe dos prompt and it worked... Microsoft Wi

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Michael Hipp
Trey Nolen wrote: But can you do that if you are not running it from the Cygwin prompt? I didn't do that because we were starting it with the scheduler. Will that still work? Yes. Write a small 'myjob.bat' file with something like this in it: @echo off C: chdir C:\cygwin\bin bash --logi

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
> I think that a key part of the answer is to use /cygdrive/c instead of / or > \ to identify c:\ in a cygwin environment. > But can you do that if you are not running it from the Cygwin prompt? I didn't do that because we were starting it with the scheduler. Will that still work? Trey Nolen

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Bert
I think that a key part of the answer is to use /cygdrive/c instead of / or \ to identify c:\ in a cygwin environment. HTH, Bert -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: rsync and cygwin

2003-06-04 Thread jw schultz
Since i don't use windows or cygwin i don't know what clue you are missing. I'll have to bow out on this one. -- J.W. SchultzPegasystems Technologies email address: [EMAIL PROTECTED]

Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
<[EMAIL PROTECTED]> > Sent: Tuesday, June 03, 2003 6:44 PM > Subject: Re: rsync and cygwin > > > > On Tue, Jun 03, 2003 at 06:34:42PM -0500, Trey Nolen wrote: > > > If we do that, it backs up the cygwin directory (c:\cygwin being the > root of > > > the

Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
Sent: Tuesday, June 03, 2003 6:44 PM Subject: Re: rsync and cygwin > On Tue, Jun 03, 2003 at 06:34:42PM -0500, Trey Nolen wrote: > > If we do that, it backs up the cygwin directory (c:\cygwin being the root of > > the cygwin install) and not the root of c: (i.e. C:\ ). > >

Re: rsync and cygwin

2003-06-04 Thread jw schultz
u what patterns do match. > > Trey Nolen > > - Original Message - > From: "jw schultz" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 03, 2003 6:13 PM > Subject: Re: rsync and cygwin > > > > Try using slash instea

Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
If we do that, it backs up the cygwin directory (c:\cygwin being the root of the cygwin install) and not the root of c: (i.e. C:\ ). Trey Nolen - Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:13 PM

Re: rsync and cygwin

2003-06-04 Thread jw schultz
Try using slash instead of backslash. On Tue, Jun 03, 2003 at 06:04:50PM -0500, Trey Nolen wrote: > Hi, I'm having some trouble using rsync on W2K under Cygwin. We are using it > to back up the W2K machine to a Linux machine. We are using the patched > version of rsync 2.5.6 that allows it to run