Displaying 20 results from an estimated 100 matches similar to: "RERR_PARTIAL exit status"
2012 Nov 21
1
[Bug 9416] New: --files-from : RERR_PARTIAL vs RERR_VANISHED
https://bugzilla.samba.org/show_bug.cgi?id=9416
Summary: --files-from : RERR_PARTIAL vs RERR_VANISHED
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: penning at uu.nl
2003 Aug 06
2
rsync returns 23 (RERR_PARTIAL) when a file has been deleted after the list has been created.
All,
I am using rsync to backup a list of files that are in use by an
application. Files can be deleted, created, or modified by the application
whilst rsync is running. I am getting the following output line, in amongst
lots of succesful transfers, when running rsync, :
send_files failed to open //ca/spool/smdiq/005.973416/9734161182.1: No such
file or directory
This then results in an RC of
2017 Apr 07
5
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
Dear All,
We sometimes have to replicate large "live" filesystems with many (
sometimes millions, up to few hundred millions ) files on them. (
Copying actively used files is of course a bad idea, but it really helps
to keep the delta small, so one final transfer can later save the day. )
The problem, as one may guess, is that some files may disappear during
the process, so rsync
2003 Jun 27
5
PATCH/RFC: Another stab at the Cygwin hang problem
Hi,
In http://sources.redhat.com/ml/cygwin/2002-09/msg01155.html, I noted that
the often-observed hangs of rsync under Cygwin were assuaged by a call to
msleep().
After upgrading my Cygwin environment to rsync 2.5.6, I'm seeing these
hangs again, not surprisingly given a CVS entry for main.c notes that
this kludge was not harmless:
Revision 1.162 / (download) - annotate - [select for
2003 Oct 25
1
Trivial documentation patch
Greetings.
I'm not sure if this is the place or not, but I wanted to pass on this
patch (against CVS as of today) to document two exit values that are used
by rsync but not yet in the docs. Please let me know if there's a better
place to send it.
Many thanks to the developers and maintainers of rsync for all the
excellent work!
Jon
Index: rsync.yo
2004 Apr 22
2
[PATCH] --timelimit and --stopat
Greetings,
Upon a suggestion to improve the --timelimit patch, I have also added a --stopat option.
You can get the patch from this URL and/or cut/paste it from below.
http://www.terry.uga.edu/~jft/rsync-timelimit-stopat.patch.gz
Here are the details...
--timelimit=T
This option allows you to specify the maximum number of minutes
rsync will run for. This time starts when
2002 May 07
1
Exit code 23 for Rsync ?
I seem to get an exit status 23 once or twice a day, or about 2 times out of
50 runs. 23 is not listed in the documentation.
Can anybody clue me into what the 23 error is ???
The information contained in this e-mail including any attachments may
constitute Corvis Corporation Proprietary Information that is subject to
Non-Disclosure Agreement and cannot be disclosed to any other party without
2004 Mar 22
0
rsync returned 23
Hello Rsync users,
I,m using rsnapshot, an incremental backup too based on rsync to backup data
from remote servers using ssh. The data mainly consists of windows shares
(samba & windows NT4 Server). Most of the shares backup ok but when backing
up some shares the following error is recorded in
/var/log/rsnapshot :
[20/Mar/2004:01:17:45] ERROR: /usr/local/bin/rsync returned 23
Once this
2004 Sep 05
1
minor typo fix for 2.6.3 pre 1
I'm sure that someone's gonna complain that parsing the output is messed
up by this patch, but then they should have told about the typo
themselves :-)
--- log.c.orig 2004-08-17 10:25:57.000000000 +0200
+++ log.c 2004-09-05 16:28:42.000000000 +0200
@@ -61,7 +61,7 @@
{ RERR_WAITCHILD , "some error returned by waitpid()" },
{ RERR_MALLOC , "error allocating core
2006 May 24
0
rsync connection limit
Hello!
In the attached file is patch for the option to set client connection limit.
We had problem for dead hosts, so default system timeout is not enough.
--conlimit option added
Will be great to see this patch in the future version, so we do not need
to patch every time.
Thanks and Cheers, Eugene.
--
-------------- next part --------------
diff -Naur rsync-2.6.8/errcode.h
2004 Jan 07
1
2.6.0 "file has vanished" fails to set exit code on local client
A new 2.6.0 feature is supposed to use a different exit code when the
only 'errors' were from files that disappeared between the building
of the file list and the actual transfer of files.
But if the client is local and the server is remote, IOERR_VANISHED
gets set on the remote server, but is never passed to the local
client (the io_error value is passed at the end of the file list,
not
2017 Apr 07
0
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
Those options are for handling files/dirs that are specified on the
actual command line they have nothing to do with files vanishing while
rsync is running. The correct solution is to simply ignore exit code 24.
BTW, this is what filesystem snapshots are for.
On 04/07/2017 08:58 AM, Georgy Fedorov via rsync wrote:
> Dear All,
>
> We sometimes have to replicate large "live"
2017 Apr 07
0
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
With this two options on a very live system you may need to take into
account this bug as well I reported a while ago:
https://bugzilla.samba.org/show_bug.cgi?id=12569
Due to this I'm currently not using --ignore-missing-args /
--delete-missing but rather -exclude=* -include=- and a autocreated
hierachical filter rule list on stdin.
PS: Yes to simply ignore code 24 would be correct.
2006 Feb 13
1
rsync SIGSEGV signal handler in Cygwin.
Hello!
I am using rsync compiled with Cygwin on windows.
I must call rsync from the *.bat script (I don't want to use a bash on Windows)
and I have noticed that in the case when program compiled by Cygwin crashes
via segmentation fault and default SIGSEGV handler is called, then it
terminates process with exit status 0 as I see it from my *.bat script.
(But if I invoke a program from bash
2005 Mar 15
0
[Bug 2455] New: rsync --daemon segfaults if "log file = <file>" dir does not exist
https://bugzilla.samba.org/show_bug.cgi?id=2455
Summary: rsync --daemon segfaults if "log file = <file>" dir does
not exist
Product: rsync
Version: 2.6.3
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2017 Apr 07
1
rsync 3.1.1: --ignore-missing-args / --delete-missing args problem
Exit code 2 is "Protocol incompatibility".
Also, sounds like what you really want is --files-from
On 04/07/2017 10:01 AM, Axel Kittenberger via rsync wrote:
> With this two options on a very live system you may need to take into
> account this bug as well I reported a while ago:
>
> https://bugzilla.samba.org/show_bug.cgi?id=12569
>
> Due to this I'm currently
2017 Apr 13
0
[Bug 12742] New: a proposal: fix bogus nanosecond mtimes on transfer (patch included)
https://bugzilla.samba.org/show_bug.cgi?id=12742
Bug ID: 12742
Summary: a proposal: fix bogus nanosecond mtimes on transfer
(patch included)
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
2004 Apr 19
3
[PATCH] time limit
Greetings,
I have written a patch for rsync-2.6.1pre-2 which adds a --time-limit=T
option. When this option is used rsync will stop after T minutes
and exit. I think this option is useful when rsyncing a large amount
of data during the night (non-busy hours), and then stopping when it is
time for people to start using the network, during the day (busy hours).
If this patch is accepted it may
2008 Jun 18
7
Object Task at episode 74 of railscasts
Hi.
In the episode 74 <http://railscasts.com/episodes/74>, Ryan has a model
"project" that can have many "tasks", and he uses link_to_function to
dynamically add a field in the form for a new Task.
In order to do that he created a helper called add_task_link. The code of
the method is:
# projects_helper.rb
def add_task_link(name)
link_to_function name do |page|
2006 Jan 16
1
singular convergence(7)?
Hi all,
I just wonder what singular convergence means. Thanks.
Yen Lin
Error in lme.formula(Data ~ 1, random = ~1 | Wafer/fie/loc, subset =
Wafer == :
singular convergence (7)
[[alternative HTML version deleted]]