similar to: Problem on using rsync/cygwin

Displaying 20 results from an estimated 20000 matches similar to: "Problem on using rsync/cygwin"

2005 Oct 04
2
rsync hanging on large windows directories
I have a RH 8.0 box which issues the following command to a Windows machine running the most recent version of cygwin. Both boxes have been updated to rsync 2.6.6 and I use the following command from the LINUX BOX (SSH keygen agent is setup for passwordless logins and the IP is aliased under /.ssh/config) rsync -avz --delete --progress -e "ssh"
2003 Mar 26
3
Transfer files bigger than 1383275520 bytes - Rsync compiled in cygwin
Hello, I can't transfer big files. In the output below, you can see that rsync only transfer 1383275520 of a 5448046592 bytes file: F:\shells>rsync -e ssh -avz ./backup chris@myhost.com:backups chris@myhost.com's password: building file list ... done wrote 114 bytes read 20 bytes 3.01 bytes/sec total size is 1383275520 speedup is 10322951.64 I've tried with other big files and
2007 Nov 27
1
Rsync stalls
I am trying to rsync a machine running CYGWIN_NT-5.2 server 1.5.24(0.156/4/2) to another which runs FreeBSD 6.2-STABLE; both with rsync 2.6.9. I'm trying to "pull" the files from the Cygwin machine with: /usr/local/bin/rsync -avz --delete --delete-excluded -e "ssh" [user]@[host]:"/cygdrive/e/Shared" /home/[host] However, rsync stalls. This seems to be
2006 Mar 07
0
rsync huge files from cygwin to linux stalls - bug?
hi there i'm trying to backup a 3gig directory with about 100.000 files from a windows pc to a linux box with rsync but the process stalls (hangs). setting a "--timeout 60" shows me that the i/o stalls. doing the same with smaller directories works perfectly but the whole 100.000 files seem to be too much. the process hangs before the file list is done. rsync doesn't start
2006 Mar 14
2
rsync plus cygwin: language problems with filenames
I know this problem has been posted before, but I have been unable to find a solution on this list or anywhere else on the net. Let me review. First, here is my setup: OS: Windows XP Pro SP2 Rsync: 2.6.6-1 Cygwin: 2.510.2.2 Whenever I transfer any file that has Japanese characters in it, the following message appears in the screen output: C:\Documents and Settings\Steve>rsync -avvz
2006 Apr 12
5
Rails talking to MySql (cygwin on Windows XP)
Hello fellow RoR users, I am a newbie and I thought RoR is so easy to set up and that I would be saving so much time -- but I am still waiting to save time because I simply couldn''t get Ruby/Rails to talk to MySQL (5.0.18) at all. Here are the steps that I have examined: 1) I look at dabatbase.yml and put in the right information to talk to the database I have set up (the
2004 Dec 29
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
On Wed, Dec 29, 2004 at 08:13:21AM +0200, Alex Vinokur wrote: > Thank you for that information. I will wait until you get Cygwin > issues figured out. How can I know of that? Check out the link to the Cygwin nightly tester results here: http://llvm.cs.uiuc.edu/testresults/ Wait until most of the asterisks in the test results go away. :) The tester runs nightly, so checking every few
2008 Dec 17
0
OpenSSH_4.6p1 - Not taking authmethod_Lookup parameter- keyboard-interactive
Hi, I have the below version of openssh and openssl on solaris 10 machine (say wcars9bd). OpenSSH_4.6p1, OpenSSL 0.9.8e I have the below version of openssh and openssl on solaris 9 machine (say wcars99q). OpenSSH_4.3p2, OpenSSL 0.9.8a My concern is there if i initiate a connection to wcars9bd (OpenSSH_4.6p1, OpenSSL 0.9.8e, Solaris10), I could see that its not taking the authmethod_Lookup
2006 Apr 28
2
Disconnecting: Bad packet length
Hi, I'm trying to get OpenSSH to work on Solaris 10 wich Sun C 5.8 compiler (SUNWspro 11). I've compiled OpenSSL 0.9.8a without problem and OpenSSH 4.3p2 as well. [user at compilationserver ~/openssh-4.3p2] ./ssh -V OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005 My problem is that I cannot connect to anything. When I try I always get an error [user at compilationserver ~/openssh-4.3p2]
2006 Jun 14
6
Cygwin rsync to RH rsync server
Hi all, I'm new to the rsync list. I've been searching for two days and have tried five different installs and so far none work the way I need them to. I have an "backup" server running rsync --version: rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard
2006 Jan 05
1
using strace with rsync
Hello. I just installed the latest version of cygwin (1.5.18-1) from www.cygwin.com on my Windows XP machine. I have had a lot of success between Linux boxes but after many months of mixed results I have had much less than perfect luck with rsync from a Linux box [LOCAL] to a windows box [REMOTE]---that is, constant hanging. I have tried to follow the FAQ on using strace to figure out why
2004 Dec 28
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
I have recently completed a build on Cygwin and am now hosting the Cygwin nightly tester. Here's some things you should know: 1. LLVM 1.4 release won't build on Cygwin so you'll have to use the latest CVS sources. 2. Even if you build it on Cygwin, it probably won't work unless you use the C Backend. See the test results here: http://llvm.x10sys.com/testresults/Cygwin
2006 Sep 16
0
[Bug 1230] filename escaping of brackets in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=1230 Summary: filename escaping of brackets in sftp Product: Portable OpenSSH Version: 4.3p2 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: bitbucket at mindrot.org ReportedBy: duncan2nd at
2005 Sep 27
3
"missing secret for user" using cygwin rsync on Windows XP Home
Hi, I'm trying to set up rsync to allow me to backup a number of Windows machine to a Windows XP Home server using Nasbackup. I can get rsync working fine but have been struggling for days to get user authentication working. /var/log/rsyncd.log 2005/09/27 13:46:37 [1352] rsyncd version 2.6.6 starting, listening on port 873 2005/09/27 13:47:50 [4088] auth failed on module modulename from
2006 Jan 12
0
Translate file permissions from rsync using ssh in cygwin
Helloo all, I thought I might have found an easy way to sync server shares and permissions using rsync -avz --delete user@windowsserver..... But the uid and gid come up as numeric (in hindsight this should have been obvious) is there some other way of using an rsync to map permissions? I just read that in the bugs the perms are transferred in native numerical mode. I can do a find based on
2006 Jan 15
1
i/o timeout errors with cygwin
I have been a long time user of rsync for backups between unix/linux servers for years. Recently, I have been trying to backup Windows boxes using rsync with cygwin. I have no problems when doing this running rsync over ssh from a Windows server with the destination to a unix server, but to run rsync on the unix server pulling down from a Windows server, I get i/o timeouts. I also have this
2008 May 30
2
rsync on stand alone winXP
Hi, I want to use rsync in my project that take increment image of files. This is for windowsXP and vista(stand alone) on localhost no need to use on network. I have following dll and exe:: - rsync.exe - cygwin1.dll - cygpopt-0-dll - rsync-param.reg Now in services.msc I am seeing "rsync" service. I have started that also and set in logon tab as "LocalComputer". Again I
2004 Dec 29
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
Reid Spencer wrote: > > I have recently completed a build on Cygwin and am now hosting the > Cygwin nightly tester. Here's some things you should know: > > 1. LLVM 1.4 release won't build on Cygwin so you'll have to use the > latest CVS sources. > 2. Even if you build it on Cygwin, it probably won't work unless you > use the C Backend. See the test
2006 Mar 24
1
Rsync / Cygwin : Cannot Allocate Memory
Hi, I'm running the latest cygwin, with rsync 2.6.6 protocol 26. My command is: c:\cygwin\bin\rsync -vrtz --delete /cygdrive/e phoenix@172.16.1.10 etc I get the following error when trying to rsync 500,000 files: rsync: fork failed in do_recv: Cannot allocate memory (12) rsync error: error in IPC code (code 14) at main.c(550) rsync: connection unexpectedly closed (4 bytes received so
2006 Sep 07
12
Multiple (multiplexed) simultaneous ssh connections - Cygwin bug?
Hello, ? I need to make many (>50) ssh connections from linux to cygwin at the same time. Using Windows 2000 Server (OpenSSH_4.3p2, OpenSSL 0.9.8b and updated cygwin) and Linux RHEL4 (OpenSSH_3.9p1, OpenSSL 0.9.7a). ? It's been difficult to optimize many simultaneous connections. Here were some issues: 1.?????? On Windows XP/Professional, Microsoft intentionally cripples the TCP/IP stack.