similar to: rsync: race condition can cause loss of diagnostic output

Displaying 20 results from an estimated 600 matches similar to: "rsync: race condition can cause loss of diagnostic output"

2002 May 16
1
[patch] suggestions for -v option
The attached patch makes two changes to the behavior of the -v option: 1) The initial "building file list ... done" and the last two lines with transfer statistics are moved to verbose level 2, which means that you have to specify -vv to see them. When I use -v, I only want to see which files are being updated. Perhaps the statistics could be controlled by a separate option,
2004 Feb 19
1
mirror whole hard disk with rsync
I want to create an exact copy of a whole hard disk and to maintain this copy synchronised with the "original" one. The idea is to have a safe backup that allows me, in case the "original" disk fails, to change it by the "clone" disk and start the computer as if nothing had happened. The computer runs Linux. I heard a good option for this purpose is to use dd to
2004 Jan 06
2
[patch] making rsync less verbose
Unless you suppress all output with the -q option, rsync will always print an initial "building/receiving file list ... done" line. In my opinion, this is a bit superfluous. When I want to see a progress indication, I can use the --progress option. Another issue is the 3-line transfer speed and speedup factor report at the end. So every rsync invocation produces at least four lines of
2002 May 16
0
[patch] output of rsync -n truncated
I noticed that the output of "rsync -n" is sometimes truncated. Even when you repeat the same command, the output may be different. I'm using rsync-2.5.5 on a Debian woody system with ext3 file systems. One scenario to reproduce this behavior is someting like this: # rsync -aR /usr/share/zoneinfo /tmp # rsync -n -avRH localhost:/usr/share/zoneinfo /tmp receiving file list ... done
2004 Feb 02
1
[PATCH] --one-file-system and automounter
We use rsync in a Linux installation script. First, the root filesystem of another machine on the network is cloned with "rsync -axzH", and then a few files are updated to give the clone its own identity. This works fine, but last week, the Postfix mailer daemon on a new machine refused to start because some lock files had a link count of 2. It turned out that rsync had created two
2001 Aug 22
1
@RSYNC EXIT / @RSYNC EOF
tridge and Wayne in particular: I checked in this patch, which is meant to consolidate the ones from both of you for handling EOF in a modules list. The idea is that we need to handle servers that just close the socket rather than sending a nice ending token, but we want to keep EOF detection on in general. (The IO code is such a mess!) -- Martin Index: clientserver.c
2009 Feb 03
2
Could not found winmm.dll
Hello, i am trying to run Altium Designer Winter 09 on Ubuntu 8.04 with Wine. Altium Designer is a portable application. So their is no need to install. Just run it. It runs very well on my windows partition but not on ubuntu. The message is : "Unable to find DLL C:\Program Files\Altium Designer Winter 09\dxp.exe->winmm.dll" "Launching dxp.exe" "Licensed by VmWare,
2002 Sep 25
0
stack overflow
Hi everybody, I use rsync v2.5.5 almost without problems, but it dumps core from time to time. Core was generated by `rsync'. Program terminated with signal 11, Segmentation fault. There is excerpt from gdb's bt: #0 0x2810106f in __sfvwrite () from /usr/lib/libc.so.4 #1 0x280fdfe1 in fprintf () from /usr/lib/libc.so.4 #2 0x281002b6 in vfprintf () from /usr/lib/libc.so.4 #3
2007 Feb 28
1
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85 Category: win32-process Group: None Status: Open Resolution: None Priority: 3 Submitted By: Chad Woolley (thewoolleyman) Assigned to: Nobody (None) Summary: Killing grandchildren? Initial Comment: I am trying to spawn, then
2002 Jul 30
1
Fwd: Reh Hat ipchains tricks
Hi Raymond, I also struggled 3 days to set up a direct connection between a RH7.3 box and a WinME box with a crossover cable for experiment and met with frustration. The setup of WinME box has no problem and it can connect to other Win boxes for file sharing. IP Address RH7.3 192.168.0.1 WinME 192.168.0.2 Ping started connecting but both boxes can't see each another. I also doubt
2018 Mar 21
0
how to add a child to a child in XML
Hi, XML doesn't use the `$` to access child nodes. Instead use either `[name]` to get a list of children of that name or `[[name]]` to get the just the first child of that name encountered in the genealogy. Thus for your example... > root$child1 NULL > root[['child1']] <child1 name1="A" name2="B" name3="C"/> On the other hand, you might
2003 Dec 01
0
No subject
out(Sometimes it fun to watch for hours) and see if you see any coming from 192.168.0.2 Dan -----Original Message----- From: Stephen Liu [mailto:satimis@writeme.com] Sent: Tuesday, July 30, 2002 7:31 PM To: Raymond Gimilio Cc: samba@samba.org Subject: Re: Fwd: [Samba] Reh Hat ipchains tricks Hi Raymond, I also struggled 3 days to set up a direct connection between a RH7.3 = box=20 and a
2007 May 27
0
[ win32utils-Support Requests-8957 ] Killing grandchildren?
Support Requests item #8957, was opened at 2007-02-28 13:47 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=412&aid=8957&group_id=85 Category: win32-process Group: None >Status: Closed >Resolution: Rejected Priority: 3 Submitted By: Chad Woolley (thewoolleyman) Assigned to: Nobody (None) Summary: Killing grandchildren? Initial Comment: I am trying
2005 Jul 06
1
BUG? Draggable''s handle implementation does not match the documents
Hi, First thanks for your great scripts! According to the documents:http://script.aculo.us/drag-and-drop The Draggable''s option ''handle'' value is a string referencing a CSS class. The first child/grandchild/etc. element found within the element that has this CSS class will be used as the handle. However, in the source code file dragdrop.js line 250, is, this.handle=
2018 Mar 22
0
how to add a child to a child in XML
Hi, It's a reasonable question. The answer is that it actually is included, but there are many instances across packages where multiple functions are documented on a single help page. The following brings up such a page... (for XML_3.98-1.9) > library(XML) > ?newXMLNode You can see the same on line... https://www.rdocumentation.org/packages/XML/versions/3.98-1.9/topics/newXMLDoc
2018 Mar 22
2
how to add a child to a child in XML
Big thanks. newXMLNode works great. Wonder why it is not included in the documentation. There is newXMLDoc and newXMLNamespace, but no mention of newXMLNode. Stephen From: Ben Tupper [mailto:btupper at bigelow.org] Sent: Wednesday, March 21, 2018 6:18 PM To: Bond, Stephen Cc: r-help Subject: Re: [R] how to add a child to a child in XML Hi, XML doesn't use the `$` to access child nodes.
2018 Mar 22
1
how to add a child to a child in XML
Just to clarify and hopefully catch the attention of the maintainer: The newXMLNode function is not mentioned in: https://cran.r-project.org/web/packages/XML/XML.pdf which supposedly describes all functions in the package. Stephen From: Ben Tupper [mailto:btupper at bigelow.org] Sent: Thursday, March 22, 2018 10:40 AM To: Bond, Stephen Cc: r-help Subject: Re: [R] how to add a child to a
2003 Jan 10
5
working on a 2.5.6pre1 release
I'm working on trying to get rsync 2.5.6pre1 available for people to test more widely. I'm out of time for today, and I'm stuck on a problem that some machines on build.samba.org are showing on the 'chgrp' test. I can reproduce this on my home redhat 7.3 system too. It appears to be a timing problem because when I do strace -F -f on it the problem goes away. Everything seems
2009 May 07
3
Altium license server Error
Hi, i'm trying to set up an Altium License Server using wine (wine-1.0.1-174-gc4039bd) without success. The process hangs during service start: Code: wine: Unhandled page fault on read access to 0x00000000 at address 0x48f969 (thread 002b), starting debugger... fixme:shell:DllCanUnloadNow stub Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0048f969). Register
2001 Mar 19
1
[Fwd: Re: File formats (RE: MP4 Player Available for Download)]
---- "Bacchus 13" <bacchus13@zdnetonebox.com> wrote: > There used to be a project called FAAC but I presume it's gone. Simply, WRONG INFORMATION! It's not gone but the source only publisized. The same tactics as Lame's. Sorry, the FAAC project team. http://sourceforge.net/projects/faac ___________________________________________________________________ To get