Displaying 20 results from an estimated 36 matches for "send_file_entry".
2005 Apr 21
1
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
------- Additional Comments From admin@exovian.com 2005-04-21 08:46 -------
root@xxxx [~]# rsync -avz -e ssh /home/ xxxx@xxxxx:xxxx
building file list ... rsync: writefd_unbuffered failed to write 4092 bytes:
phase "send_file_entry": Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(515)
This method works on all of our servers except this one.
Is there any way to resolve it?
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail becaus...
2004 Oct 21
0
[Bug 1959] New: writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
Summary: writefd_unbuffered failed to write 4092 bytes phase
send_file_entry broken pipe
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: gaurav_verma22@yahoo.com...
2004 Dec 02
1
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
------- Additional Comments From maarten@xolphin.nl 2004-12-01 17:59 -------
Created an attachment (id=817)
--> (https://bugzilla.samba.org/attachment.cgi?id=817&action=view)
Debug information on 'other' side
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because:
2005 Feb 27
1
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2005-02-27 13:54 -------
To diagnose this bug further, I need a system-call
2005 Aug 24
1
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
------- Additional Comments From wejn@box.cz 2005-08-24 05:19 -------
Strange, got this error with 2.5.7 when the destination "module" was read-only.
2.6.6 prints user-friendly info that the module is not writeable.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because:
2006 Feb 24
0
DO NOT REPLY [Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
------- Comment #14 from aim1@westnet.com.au 2006-02-24 08:39 MST -------
I also had the same problem ocurring randomly on large file transfers between
an IDE disk and a disk attached via USB2.0 using RedHat FC4 and rsync version
2.6.4 protocol version 29.
Error messages are:
"rsync: writefd_unbuffered failed to write 4 bytes: phase
2007 Feb 25
1
DO NOT REPLY [Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
------- Comment #15 from george@imagine-com.com 2007-02-25 04:41 MST -------
Created an attachment (id=2309)
--> (https://bugzilla.samba.org/attachment.cgi?id=2309&action=view)
log error file
rsync command and error massage.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail
2008 May 13
0
DO NOT REPLY [Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
------- Comment #17 from kde@ost.com.sg 2008-05-13 05:25 CST -------
I experienced the same error when rsync to an external usb ide drive. When it
happened, the system hanged. Following Andrew Morris with --bwlimit=8192
--timeout=600 setting got rid of system hanging. However, it causes rsync to
abort after 600 seconds.
The problem is due to
2006 Jul 30
3
DO NOT REPLY [Bug 3979] New: writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=3979
Summary: writefd_unbuffered failed to write 4092 bytes phase
send_file_entry broken pipe
Product: rsync
Version: 2.6.8
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: tvcn15100@tvcablenet.be...
2011 Jun 25
11
[Bug 8265] New: Long paths, hardlinks, 'special' files [was: Regression: sockets for 3.0.9pre1]
https://bugzilla.samba.org/show_bug.cgi?id=8265
Summary: Long paths, hardlinks, 'special' files [was:
Regression: sockets for 3.0.9pre1]
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: core
AssignedTo:
2004 Oct 21
5
[Bug 1959] writefd_unbuffered failed to write 4092 bytes phase send_file_entry broken pipe
https://bugzilla.samba.org/show_bug.cgi?id=1959
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|NEW |ASSIGNED
------- Additional Comments From wayned@samba.org 2004-10-21 15:19
2003 Jul 24
0
(no subject)
.../flist.c Sat Jan 18 18:00:23 2003
--- rsync-2.5.6-remotebatch/flist.c Wed Jul 23 11:27:45 2003
***************
*** 1038,1043 ****
--- 1038,1058 ----
return flist;
}
+ void send_batch_file_list( int f, struct file_list *flist )
+ {
+ int n;
+ for (n = 0; n < flist->count; n++ ) {
+ send_file_entry(flist->files[n], f, 0);
+ }
+ send_file_entry(NULL, f, 0);
+ if (f != -1 && remote_version >= 15) {
+ send_uid_list(f);
+ }
+ if (f != -1 && remote_version >= 17 && !read_batch) { /* dw-added
readbatch */
+ extern int module_id;
+ write_int(f, lp_ignore_e...
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...e.
Anyway, I picked .~~~namedfork.rsrc because it sorts into
the same position as /..namedfork/rsrc in almost all cases.
(Extended ASCII chars in filenames (and EBCDIC systems!)
complicate this assertion, but I haven't decided exactly
what to do about it yet.)
So then the only trick is to get send_file_entry to use
the DESTINATION filename isntead of the local filename
when sending the flist to the other side. This is done
by replacing the call to f_name in send_file_entry with
f_name_dst, which duplicates f_name except for the above
change. It's ugly, but it works for now.
NOTE: this is current...
2003 Jun 17
2
rsync error: error in rsync protocol data stream (Broken pipe)
...daemon
directly and this problem has arose.
I'm pushing local data to a remote rsync backup server:
---[snip]---
# rsync -a -v --modify-window=2 /backup/Source/Dir/
user@xx.xx.xx.xx::backup/dest
Password:
building file list ... rsync: writefd_unbuffered failed to write 4092
bytes: phase "send_file_entry": Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(515)
---[snip]---
With more -v's, I end up with the same message at the end, but it's
preceeded by a bunch of lines like this (filenames altered):
make_file(3,file1)
make_file(3,file2)
make_file(3,file3)...
2004 May 29
1
[patch] Filename conversion
...#define RERR_WAITCHILD 21 /* some error returned by waitpid() */
diff -rupNP rsync-2.6.2/flist.c rsync-2.6.2-fnameconv.clean/flist.c
--- rsync-2.6.2/flist.c 2004-04-29 22:37:15.000000000 +0300
+++ rsync-2.6.2-fnameconv.clean/flist.c 2004-05-29 21:17:08.000000000 +0300
@@ -333,7 +333,7 @@ void send_file_entry(struct file_struct
static uid_t uid;
static gid_t gid;
static char lastname[MAXPATHLEN];
- char *fname, fbuf[MAXPATHLEN];
+ char fname[MAXPATHLEN];
int l1, l2;
if (f == -1)
@@ -351,7 +351,11 @@ void send_file_entry(struct file_struct
io_write_phase = "send_file_entry";...
2003 May 17
1
flist transmission and sorting
Wayne,
I've been ruminating a bit on the qsorted flist and
duplicate removal and have an idea.
What if we removed end_file_entry() from send_file_name()
and instead had a
for(i=0; i < flist->count; ++i)
send_file_entry(flist->files[i], f, ??)
in send_file_list(). As near as i can tell this would be
unnoticeable to the protocol.
Once done the sort of the file list could be moved to
precede sending it. Thus making the sort on the receiver a
one-pass noop that could be dropped after a protocol bump.
It would a...
2004 Sep 03
1
more filelist --stats
...stats.flist_buildtime = time(NULL);
flist = flist_new(f == -1 ? WITHOUT_HLINK : WITH_HLINK,
"send_file_list");
@@ -1202,6 +1203,9 @@
}
}
+ stats.flist_buildtime = time(NULL) - stats.flist_buildtime;
+ stats.flist_xfertime = time(NULL);
+
if (f != -1) {
send_file_entry(NULL, f, 0);
@@ -1209,6 +1213,8 @@
finish_filelist_progress(flist);
}
+ stats.flist_xfertime = time(NULL) - stats.flist_xfertime;
+
if (flist->hlink_pool) {
pool_destroy(flist->hlink_pool);
flist->hlink_pool = NULL;
--- rsync-2.6.3pre1/main.c 2004-08-05 14:17:44.00...
2006 Nov 10
1
Internal error: wrong write used in receiver.
Hi,
I'm using 2.6.9 but I get:
recv_files phase=1
generate_files phase=2
recv_files phase=2
recv_files finished
generate_files phase=3
deleting in home
delete_in_dir(home)
[generator] make_file(home/administ,*,2)
Internal error: wrong write used in receiver.
_exit_cleanup(code=2, file=io.c, line=1204): entered
_exit_cleanup(code=19, file=main.c, line=1182): entered
rsync error: received
2007 Mar 14
0
rsync failing after file list
...mpted 3 times on the same day.
2007/03/14 01:45:57 [4464] forward name lookup for DSCMAIN011 failed: no
address associated with hostname.
2007/03/14 01:45:59 [4464] rsync on bom-bnk from unknown (10.2.0.4)
2007/03/14 01:46:06 [4464] rsync: writefd_unbuffered failed to write 4096
bytes: phase "send_file_entry" [sender]: Connection reset by peer (104)
2007/03/14 01:46:06 [4464] rsync error: error in rsync protocol data stream
(code 12) at io.c(1099)
2007/03/14 01:48:14 [5624] name lookup failed for 10.2.0.5: temporary
failure in name resolution.
2007/03/14 01:48:16 [5624] rsync on bom-bnk from unkno...
2007 Mar 28
1
rsync patch -flags fails to compile on Mac OSX
...0x00020000 /* file may not be changed */
#define SF_APPEND 0x00040000 /* writes to file may only append */
#endif
However, after defining the missing flags in rsync.h I still get the
following errors:
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c flist.c -o flist.o
flist.c: In function 'send_file_entry':
flist.c:381: error: 'struct file_struct' has no member named 'fileflags'
flist.c:384: error: 'struct file_struct' has no member named 'fileflags'
flist.c: In function 'recv_file_entry':
flist.c:815: error: request for member 'unum' in something...