search for: receive_file_entry

Displaying 20 results from an estimated 35 matches for "receive_file_entry".

2005 Jun 09
0
[Bug 2784] New: rsync gives following error: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=2784 Summary: rsync gives following error: buffer overflow in receive_file_entry Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: carnesresearchcenter@gmail.com QACo...
2005 Jun 09
0
[Bug 2785] New: rsync gives following error: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=2785 Summary: rsync gives following error: buffer overflow in receive_file_entry Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: carnesresearchcenter@gmail.com QACo...
2008 Jan 31
1
DO NOT REPLY [Bug 5235] New: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=5235 Summary: buffer overflow in receive_file_entry Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rsync@ofdan.co.uk QAContact: r...
2002 Oct 09
1
ERROR: buffer overflow in receive_file_entry
has anyone seen this error: ns1: /acct/peter> rsync ns1.pad.com::acct overflow: flags=0xe8 l1=3 l2=20709376 lastname=. ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(238) ns1: /acct/peter> -- Peter Dominguez 72 Belvedere Dr Yonkers, NY 10705-2814 USA Tel: 914-423-4000 Fax: 914-423-8640 Email: peter@pad.com
2006 Mar 31
3
DO NOT REPLY [Bug 3649] New: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=3649 Summary: buffer overflow in receive_file_entry Product: rsync Version: 2.6.0 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: sambesselink@planet.nl QAConta...
2004 Jul 22
0
ERROR: out of memory in receive_file_entry
...g-io --delete -e ssh hp-ux.server:/path /local/linux/ It seems to fail after consuming roughly 250M of memory and recieving a little over 3mil files in the file list. Both client and server have 1G of RAM and 2G of swap. Here is the error message from rsync: <snip> ERROR: out of memory in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(116) rsync: connection unexpectedly closed (63453387 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(342) </snip> It's hard to tell which system is running out of memory in this ca...
2006 Mar 24
1
buffer overflow in receive_file_entry
...24 l2=137 lastname=Ydrive/tpgsharedfiles/ACCTS/Goldman Sachs/Wyndham Westshore/Due Diligence/CD Content/20. - Property Condition Report/28.20.03 ENSR Property Condition Assessment dated June 1997 vol. 2/28.20.03_ENSR_Property_Condition_Assessment_dated_June_1997_vol._3.pdf ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at /home/lapo/packaging/tmp/rsync-2.6.6/util.c(126) rsync: connection unexpectedly closed (8 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(443) I googled a bit and found the following,...
2004 Apr 21
1
rsync-2.6.1pre-1 hang
...54003 in hash_search (f=1, s=0x0, buf=0x0, len=0) at match.c:202 #9 0x08054726 in match_sums (f=30, s=0x806d638, buf=0x0, len=128983684031) at match.c:319 #10 0x0804d1e4 in recv_files (f_in=30, flist=0x80712b1, local_name=0x6d <Address 0x6d out of bounds>) at receiver.c:349 #11 0x080593ef in receive_file_entry (fptr=0x0, flags=0, flist=0x0, f=0) at flist.c:593 #12 0x0805a2f5 in send_file_name (f=3, flist=0x0, fname=0x0, recursive=0, base_flags=0) at flist.c:920 #13 0x0805a3bc in send_file_name (f=3, flist=0x41, fname=0x0, recursive=65, base_flags=0) at flist.c:932 #14 0x0805a845 in send_file_list (f=1, a...
2004 Aug 10
2
out of memory in receive_file_entry rsync-2.6.2
Hello, I've had some problems using rsync to transfer directories with more than 3 million files. Here's the error message from rsync: <snip> ERROR: out of memory in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(116) rsync: connection unexpectedly closed (63453387 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(342) </snip> I'm doing a pull on a linux system fom the HP-UX system that actua...
2004 Oct 21
2
buffer overflow in receive_file_entry
...sults) and configured rsync as xinetd daemon on one of the two, rsync as client on the other. This is the result: [root@server rsync-2.4.4]# rsync -avz server::sitis/mydir/ receiving file list ... overflow: flags=0xb6ee l1=21 l2=1156479086 lastname=contenuti/index.htm ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(126) The configuration on the server is: hosts allow = 192.168.0.0/16 127.0.0.1 use chroot = yes [sitis] path = /home/myparentdir/ comment = "test" and xinetd.d/rsync contains: service rsync { disable...
2004 Feb 06
4
memory reduction
...t;); save_read = stats.total_read; save_pv = protocol_version; @@ -153,9 +151,9 @@ struct file_list *create_flist_from_batc for (i = 0; (flags = read_byte(f)) != 0; i++) { if (protocol_version >= 28 && (flags & XMIT_EXTENDED_FLAGS)) flags |= read_byte(f) << 8; - receive_file_entry(&batch_flist->files[i], flags, f); + receive_file_entry(&batch_flist->files[i], flags, batch_flist, f); } - receive_file_entry(NULL, 0, 0); /* Signal that we're done. */ + receive_file_entry(NULL, 0, NULL, 0); /* Signal that we're done. */ protocol_version = save_pv;...
2005 Jun 09
4
[Bug 2784] rsync gives following error: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=2784 ------- Additional Comments From carnesresearchcenter@gmail.com 2005-06-09 11:20 ------- *** Bug 2785 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2007 Aug 27
3
rsync out of memory at 8 MB although ulimit is 512MB
...s, did move [sender] expand file_list to 524288 bytes, did move [sender] expand file_list to 1048576 bytes, did move [sender] expand file_list to 2097152 bytes, did move [sender] expand file_list to 4194304 bytes, did move [sender] expand file_list to 8388608 bytes, did move ERROR: out of memory in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(116) Kind regards, Marco -- Marco Jacob, PMP Prisma GmbH, Germany
2004 Jan 18
1
Buffer Overflow?
Just got this from our nightly backup rsync: overflow: flags=0x6e l1=99 l2=1952984691 lastname=var/www/manual/mod/mod_php4/de/function.get-exte ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(238) Command exited with non-zero status 22 real 5.15 user 1.00 sys 0.88 Rsync version information: [root@gluon root]# rsync --version rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and o...
2007 Apr 03
1
overflow error
...ient is Red Hat ES 3 running kernel version 2.4.21-4.ELsmp, rsync version 2.5.6 The server is Novell 6.5 SP6 running rsync version 2.6.3 I'm consistently getting the following error on the receiving end (server): overflow: flags=0x69 l1=110 12=1633837871 lastname= ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(147) Thanks for any help. -- David Harfst Senior Systems Engineer - Information Systems CMS, Inc. - http://www.cmsrtp.com
2009 Apr 23
0
rsync- buffer overflow/broken pipe with critical filename-lenght using cwrsync at server-side
...l/Transfer/xxxxxDB/Paletten-Service/Kunden/xxxxxxxxx xxxxxxx Care neu/Sonstiges/Additional agreement xx. xxxxxx-Dateien/WG Vereinfachung Handling von gebrauchten u. defekten Paletten - neuer Palettenpreis 750 ?,?Stck.-Dateien/themedata.thmx/ /2009/04/15 12:43:18 [2280] ERROR: buffer overflow in receive_file_entry [receiver]/ /2009/04/15 12:43:18 [2280] rsync error: error allocating core memory buffers (code 22) at util.c(121) [receiver=2.6.9]/ Logfile from client: /122200 files... overflow: flags=0xba l1=240 l2=22 lastname=transfer/stasql/Transfer/xxxxxDB/Paletten-Service/Kunden/xxxxxxxxx xxxxxxx Care...
2002 Dec 15
1
rsync on win32: a) slow, b) crashes
...file list ... overflow: flags=0x38 l1=216 l2=45 lastname=data0/host-mirrors/max/docs/Computers/News Snippets/Infoworld/security watch/Security Watch team celebrates anniversary with a report on the state of security news (InfoWorld)_files/securitywatch;sz=468x60;ord=_files ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at /tmp/rsync-2.5.5/util.c(238) Any ideas?
2003 Jan 02
3
Not preserving permissions really preserves some
...set of permissions so the process using the synched directory will be able to access it (through group permissions). Suggested solution: I don't think changing the way permissions are created would be that backward-compatible, so maybe a new option? Create an option: --ignore-permissions in receive_file_entry(), in filelist.c ========== code block ==================== if (!preserve_perms) { extern int orig_umask; /* set an appropriate set of permissions based on original permissions and umask. This emulates what GNU cp does */ file->mode &= ~orig_umask; <-- change thi...
2003 Nov 08
2
malloc errors? out of memory with many files on HP-UX
...id move expand file_list to 8192000 bytes, did move expand file_list to 8192000 bytes, did move expand file_list to 16384000 bytes, did move expand file_list to 16384000 bytes, did move expand file_list to 32768000 bytes, did move expand file_list to 32768000 bytes, did move ERROR: out of memory in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(115) This looks like one of those pesky sizeof-type issues ... Would a 64-bit compile help? Are there other configure/compile options which should help? Google and the list archives do not return anything on this issue specific...
2009 Feb 16
2
rsync 3.0.5 - ERROR: buffer overflow in recv_file_entry [generator]
...nimations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations/animations ERROR: buffer overflow in receive_file_entry [receiver] rsync error: error allocating core memory buffers (code 22) at util.c(121) [receiver=2.6.9] cd'ing locally to that directory is fine. -- Robert Milkowski http://milek.blogspot.com ---------------------------------------------------- Twoja rodzina na bliscy.pl Zobacz: http://kl...