similar to: Does rsync/cygwin hanging problem be solved?

Displaying 20 results from an estimated 1000 matches similar to: "Does rsync/cygwin hanging problem be solved?"

2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report that it hangs at the end of transfer, as did
2004 Jan 13
3
Unexpected timeout in rsync
Hi I am having trouble with intermittent timeouts when backing up a largish set of files from /usr using rsync. Approx 125,000 files, 2GB. Backup is to same machine, from a partition on hda to one on hdb. I am using ribs 2.1 (slightly modified to ignore rsync error 23), run with nice -n 5 via cron. (for ribs visit http://rustyparts.com/phpBB/viewforum.php?f=9 ) Typical error report is:
2003 Dec 21
1
Bug on cygwin?
When using the cygwin version of rsync for archive ops on a Windows subnetwork in "local" mode as follows: rsync -a xyz //somehost/abc # Source: WinXP, Target: Win2K the correct files seem to be copied to the target machine, but the command never terminates within the cygwin bash shell. It hangs indefinitely, though it does not appear to continue using CPU or memory
2003 Nov 21
1
2.5.5
I have been having the same problem as many that if files are to many rsync locks up and goes no further. In the latest list an admin said he was not having the issue with 2.5.5. Can you tell me where I can get the source for this so I can try it for my systems. Thanks Don
2003 Nov 18
0
rsync 2.5.6 hanging in cygwin on Windows shares
rsync 2.5.6 is hanging in cygwin, at the end when it should print a summary of bytes sent etc and exit. It has successfully copied all the files before hanging. It does this every time when copying to or from a Windows share. (It sometimes hangs when copying from one local drive location to another, but I have not tested this as thoroughly.) The Windows shares are almost certainly on Windows
2009 Dec 18
3
xen "set encode" (8b2a) problem
Hi my friends, I am running into a problem with my NIC. [root@xxxx ~]# ifup eth0 Error for wireless request "Set Encode" (8B2A) : SET failed on device eth0 ; No such device. SIOCGIFFLAGS: No such device Failed to bring up eth0. eth0 is not a wireless device. Below are some information about my host: [root@xxxx ~]# lspci |grep -i ether 00:04.0 Ethernet controller: Intel Corporation
2003 Apr 11
1
Searchable archieves??
Hello all Being new on this list I would like to search the archieves before posting, but unfortunately I cannot find out how to perform such a search. So it looks as if I'll have to ask for help before searching the archieves anyway. How does one search for keywords in the archieve? Best regards, Morten
2010 Jan 07
2
Random directory/files gets unavailable after sometime
Hello, I am using glusterfs v3.0.0 and having some problems with random directory/files. They work fine for some time ( hours ) and them suddenly gets unavailable: # ls -lh ls: cannot access MyDir: No such file or directory total 107M d????????? ? ? ? ? ? MyDir ( long dir list, intentionally hidden ) At the logs i get a lot of messages like those ones: [2010-01-07
2018 Nov 27
2
PJSIP add header on forwarded call
Le 27/11/2018 à 12:13, Joshua C. Colp a écrit : > On Tue, Nov 27, 2018, at 5:49 AM, Administrator TOOTAI wrote:[...] >> >> [TOOTAiAudio] >> ; >> ; Call our gateway >> >> exten = s,1,Set(PJSIP_HEADER(add,X-TOOTAiAudio-CALLED)=${ARG1}) >>  same = n,Dial(PJSIP/${ARG1}@TOOTAiAudio,,T) >>  same = n,Return >> >> exten = h,1,NoOp()
2012 Jan 30
1
How to get the estimated binary diff size without really changing the destination folder?
Hello everyone, I have been exploring how to get the estimated binary diff size without changing the destination folder, but still have no answer. I have difficulty in solving this problem. I want to do something like: rsync -av ~/src/ user at host::module/dst/ but I do not want the dst/ to be really changed. That is to say, I only want to get the estimated binary diff size (or says delta
2008 Aug 18
2
changing plot font for Times new roman
Dear all, I know that it is a know issue, but I would like to change the type of font on my plot, and I am not sure the rigth way. I would like to use Times New Roman font, but according to the "par()" help, some device allow we choose an family of fonts. I tryed par(family="times") without success. Surfing on R archieve I got an suggestion of use par(font.lab=6), but when I
2009 Oct 20
2
[LLVMdev] strace for whole-program bitcodes
Yes,but when I just simply replace lto_codegen_compile(cg, ...) with lto_codegen_write_merged_modules(cg, "/path/to/output.bc") in the gold-plugin.cpp to see if it will generate a correct bc file,the llvm-gcc/llvm-g++ will call the native ld in the linking step,which causes the failture because of that ld can not recognize an object file which contains LLVM's IL. I understand the
2012 Nov 14
0
[LLVMdev] Is infinite empty loop dead code?
On Wed, Nov 14, 2012 at 12:22:33AM -0800, Shuxin Yang wrote: > I do some google, I cannot find the answer... > I check C std, I cannot find answer either. > > Delete infinite empty loop is boring, but if C/C++ lawyers could tell it > is safe to to so, > it would obviate the need to prove a non-countable loop infinite or not > before > DCE can delete it. > > That
2011 Jan 06
2
memisc-Tables with robost standard errors
Hello, I've got a question concerning the usage of robust standard errors in regression using lm() and exporting the summaries to LaTeX using the memisc-packages function mtable(): Is there any possibility to use robust errors which are obtained by vcovHC() when generating the LateX-output by mtable()? I tried to manipulate the lm-object by appending the "new" covariance
2009 Dec 08
1
[LLVMdev] Fw: LLVM 2.6 cygwin build fails
Am 08.12.2009 21:21, schrieb Anton Korobeynikov: >>> I think MSYS can build DLLs on Win32 so it's only the Cygwin version that can >>> not build the modules. >>> That's what our team is trying to do right now using LLVM-GCC. > The system does not matter. > The issue here is that on windows you cannot have undefined symbols in > the binaries. Thus there
2012 Dec 06
0
[LLVMdev] How to enable cbe as a supported target?
On Thu, Dec 06, 2012 at 10:05:03AM +0800, Mingliang LIU wrote: > Hi Arnold, > > Thank you. I googled but missed the release notes. > > Regards. Someone else out there tried to bring cbe back. You can search the ML archieve and reach them out. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.)
2003 Apr 29
3
two X100P cards and one TDM400P
Hi All, I'm attempting to use two X100P cards and one TDM400P card. What driver do I load for the TDM400P? Is their any documentation for this card yet? Also, I know this has come up before but I can't seem to find it in the archieve... how do I configure the second X100P card? Anyone have a working sample? Thanks in advance, Randy
2007 Jun 04
1
realtime ldap peer matching
Hi everyone, in ldap realtime sip peers i need "fullcontact" set to "sip:exten@userip" for asterisk to correctly match the peers (at least for the natted peers to reach them)... anyway, how do I populate fullcontact "on the fly" with information from exten and userip? of course, i could just do it staticaly on ldap but since the info is already there why not
2006 Apr 24
1
Stateful Takeover in a Cluster environment
Hey I am new to Samba and have a few queries. How can you archieve "Stateful Takeover" for a Samba Session My goal is to get a samba service running over a cluster. For the client it is transparent to witch server he connects. If a node in the cluster dies, the connection will move with all the states over to another node. I know Samba 3 is not clusteraware, perhaps anybody knows
2004 Jan 21
1
help!!
Greetings!! I am a college student doing my Masters Of Computer Applications.Towards the completion of my project I have undertaken a project in BIOINFORMATICS in the School of BIOTECHNOLOGY.Madurai Kamaraj University. I am trying to use rsync to download the protien structures from the FTP archieve of PDB.I have rsync installed in my system and I have the address of the remote server I