Displaying 5 results from an estimated 5 matches for "am_generator".
Did you mean:
addgenerator
2006 May 03
2
Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]
Hi guys:
First post for me on this list.
THE PROBLEM
===========
I have several linux servers (ranging from Redhat 7.3 to FC3) that use Rsync (version 2.6.8 and 2.6.7, read on for reasons) to backup their data. A typical rsync backup script looks like this:
------------------------------------------------------------------------------------------
#!/bin/sh
RSYNC_PASSWORD=<PASSWORD>
rsync
2008 Mar 20
2
DO NOT REPLY [Bug 5343] New: rsync does nothing after first time
https://bugzilla.samba.org/show_bug.cgi?id=5343
Summary: rsync does nothing after first time
Product: rsync
Version: 3.0.0
Platform: IA64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: rolmol@broadpark.no
2015 Jul 11
2
C coding tips please / Localisation
...lot of "extern" declarations, I added the following
line ...
#define _(String) gettext (String)
... so that the code becomes as follows.
extern struct filter_list_struct daemon_filter_list;
uid_t our_uid;
int am_receiver = 0; /* Only set to 1 after the receiver/generator fork. */
int am_generator = 0; /* Only set to 1 after the receiver/generator fork. */
int local_server = 0;
int daemon_over_rsh = 0;
mode_t orig_umask = 0;
int batch_gen_fd = -1;
/* Following line added for Localisation. */
#define _(String) gettext (String)
/* There's probably never more than at most 2 outstanding ch...
2009 Jul 29
13
DO NOT REPLY [Bug 6590] New: [sender] could not find xattr #1 for home/jdoe/TheFresh
https://bugzilla.samba.org/show_bug.cgi?id=6590
Summary: [sender] could not find xattr #1 for home/jdoe/TheFresh
Product: rsync
Version: 3.0.5
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: stlman at
2007 Sep 22
0
rsync build on IA64 using icc
...c(40): remark #1419: external declaration in primary source file
extern int am_server;
^
rsync.c(41): remark #1419: external declaration in primary source file
extern int am_sender;
^
rsync.c(42): remark #1419: external declaration in primary source file
extern int am_generator;
^
rsync.c(43): remark #1419: external declaration in primary source file
extern int am_starting_up;
^
rsync.c(44): remark #1419: external declaration in primary source file
extern int allow_8bit_chars;
^
rsync.c(45): remark #1419: external declaration...