search for: recv_file_list

Displaying 20 results from an estimated 103 matches for "recv_file_list".

2003 Jul 24
0
(no subject)
...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_errors(module_id) ? 0 : io_error); + } + } struct file_list *recv_file_list(int f) { diff -E -B -c -r rsync-2.5.6/main.c rsync-2.5.6-remotebatch/main.c *** rsync-2.5.6/main.c Tue Jan 28 05:05:53 2003 --- rsync-2.5.6-remotebatch/main.c Wed Jul 23 15:55:18 2003 *************** *** 263,270 **** } if (local_server) { - if (read_batch) - create_flist_from_bat...
2006 Jun 03
1
NON-empty module, - but always 'received 0 names', 'recv_file_list_done', but always get 'total size is 0'?
...on-empty modules, all of which have files inside - NON-empty modules - but i have always failed to be able to rsync. Why? This is the behaviour: ----------- # rsync -vvv localhost::a . opening tcp connection to localhost port 873 opening connection using --server --sender -vvv . a received 0 names recv_file_list done sent 4 bytes received 9 bytes 26.00 bytes/sec total size is 0 speedup is 0.00 _exit_cleanup(code=0, file=main.c, line=1298): about to call exit(0) ----------------- Troubleshooting steps taken/Diagnostic checklist items done: - i am root, and root has access to the module - doing 'rsy...
2008 Apr 30
2
rsync copying over existing files
...kup,*,2) send_file_list done [sender] make_file(backup/EDC3.1.4.dmg.zip,*,2) [sender] make_file(backup/SLES-10-x86-CD1.iso,*,2) [sender] make_file(backup/stage2.img,*,2) [sender] make_file(backup/wget,*,2) send_files starting server_recv(2) starting pid=14511 recv_file_name(backup) received 1 names recv_file_list done recv_file_name(backup/EDC3.1.4.dmg.zip) recv_file_name(backup/SLES-10-x86-CD1.iso) recv_file_name(backup/stage2.img) recv_file_name(backup/wget) received 4 names recv_file_list done get_local_name count=5 backup.dest generator starting pid=14511 delta-transmission disabled for local transfer o...
2018 Dec 30
2
--partial does not "unhide" the files
...t send_files starting server_recv(2) starting pid=21983 uid 1000(heiko) maps to 1000 gid 1000(heiko) maps to 1000 recv_file_name(x) received 1 names [Receiver] flist start=1, used=1, low=0, high=0 [Receiver] i=1 1 x mode=0100644 len=0 uid=1000 gid=1000 flags=1000 recv_file_list done [Receiver] flist_eof=1 get_local_name count=1 /shares/Storage/Bilder von Heikos Computer/ [Receiver] change_dir(/shares/Storage/Bilder von Heikos Computer) generator starting pid=21983 delta-transmission enabled recv_generator(x,1) send_files(1, ./x) count=0 n=0...
2018 Dec 31
2
--partial does not "unhide" the files
...[sender] flist_eof=1 file list sent send_files starting -server_recv(2) starting pid=16534 +server_recv(2) starting pid=18896 recv_file_name(x) received 1 names [Receiver] flist_eof=1 @@ -18,7 +18,7 @@ [Receiver] i=0 1 x mode=0100644 len=0 flags=1000 recv_file_list done get_local_name count=1 /tmp/y -generator starting pid=16534 +generator starting pid=18896 delta-transmission enabled recv_generator(y,0) send_files(0, ./x) @@ -30,10 +30,11 @@ false_alarms=0 hash_hits=0 matches=0 sender finished ./x generate_files...
2008 Mar 11
1
error allocating core memory buffers with certain iconv args
...hat in /tmp/ there is nothing that has to do with the source tree (db). A bit more detail from a vvv run: [sender] make_file(db/archivi/[...],*,2) rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32) server_recv(2) starting pid=26880 recv_file_name(db) received 1 names recv_file_list done recv_file_name(db/archivi) recv_file_name(db/def) recv_file_name(db/disegni) recv_file_name(db/prj) recv_file_name(db/storici) received 5 names recv_file_list done get_local_name count=6 /tmp/ generator starting pid=26880 delta-transmission disabled for local transfer or --whole-file recv_gene...
2002 Jul 06
2
.iso file corrupted
...the following output <--------------------------------------------------------------------------- ------> local_version=24 remote_version=26 receiving file list ... recv_file_name(valhalla-i386-disc1.iso) received 1 names done -rw-r--r-- 668499968 2002/06/18 00:27:09 valhalla-i386-disc1.iso recv_file_list done get_local_name count=1 <NULL> generator starting pid=2156 count=1 generate_files phase=1 recv_files(1) starting recv_files phase=1 generate_files phase=2 recv_files finished wrote 142 bytes read 1068 bytes 23.05 bytes/sec total size is 668499968 speedup is 552479.31 <-------------...
2004 Dec 27
7
[Bug 2187] rsync large file getting verification failed using -z
https://bugzilla.samba.org/show_bug.cgi?id=2187 ------- Additional Comments From qiucheng@csc.com.cn 2004-12-27 01:15 ------- Created an attachment (id=869) --> (https://bugzilla.samba.org/attachment.cgi?id=869&action=view) error log -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact
2008 Dec 15
1
rsync architecture
...1. Daemon start_daemon : clientserver.c 2. Server if(sender) { call recv_filter_list : exclude.c call send_file_list : flist.c call send_files : sender.c } else { call recv_filter_list : exlude.c call recv_file_list : flist.c call do_recv : main.c call recv_files : receiver.c call generate files : generator.c } 3. Client call do_cmd : main.c call client_run : main.c if(sender) { call send_filter_list : exclude.c c...
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
...96 #2 0x441921 in check_filter /home/raj/rsync/rsync/exclude.c:772 #3 0x441724 in name_is_excluded /home/raj/rsync/rsync/exclude.c:744 #4 0x4a2d76 in receive_xattr /home/raj/rsync/rsync/xattrs.c:835 #5 0x40beac in recv_file_entry /home/raj/rsync/rsync/flist.c:1108 #6 0x415bee in recv_file_list /home/raj/rsync/rsync/flist.c:2476 #7 0x454eaa in do_server_recv /home/raj/rsync/rsync/main.c:1036 #8 0x4556f4 in start_server /home/raj/rsync/rsync/main.c:1115 #9 0x4b20f2 in rsync_module /home/raj/rsync/rsync/clientserver.c:1007 #10 0x4b2b11 in start_daemon /home/raj/rsync/rsync/c...
2014 Aug 09
1
meta bug: info on "why" xfer seems no longer available? (3.1.0)
...ytes 1,142,217.30 bytes/sec total size is 8,329,967,491,093 speedup is 634,156.91 (DRY RUN) I tried -vvv, but didn't see anything in the 596694 line output file that told reasons... Lots of [sender] makefile(xxcxx,*,2) [sender] pusing local filters..(by dir?) recv_filename received 5 names recv_file_list done [receiver] receiving flist for dir 14 but still no reasons (I could be missing them in all all the output, but don't see other types of lines...) Is there some other option now to determine the reason why a file was xfered?
2009 Jul 14
1
--delete not working (minimal example)
...tition) Here's output with more verbose options $ rsync -a -vvv box1/ box2/ sending incremental file list [sender] make_file(.,*,0) [sender] make_file(letter,*,2) send_file_list done send_files starting server_recv(2) starting pid=4777 recv_file_name(.) recv_file_name(letter) received 2 names recv_file_list done get_local_name count=2 box2/ generator starting pid=4777 delta-transmission disabled for local transfer or --whole-file recv_generator(.,0) recv_files(2) starting send_files(0, box1/.) recv_generator(.,1) recv_generator(letter,2) letter is uptodate send_files(2, box1/letter) generate_files pha...
2002 Sep 25
4
pulling data from the server
...s wrong. 337:david@u050 /export/treeA> rsync -r -vvv --port 9876 u018::treeA opening tcp connection to u018 port 9876 Ahoj! receiving file list ... recv_file_name(.) recv_file_name(a) received 2 names done drwxr-xr-x 512 2002/09/25 15:20:18 . -rw-r--r-- 9 2002/09/25 15:20:18 a recv_file_list done get_local_name count=2 <NULL> recv_files(2) starting generator starting pid=197 count=2 generate_files phase=1 recv_files phase=1 generate_files phase=2 recv_files finished wrote 63 bytes read 74 bytes 274.00 bytes/sec total size is 9 speedup is 0.70 _exit_cleanup(code=0, file=main.c,...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello, I'm running HP-UX 11i on an rp74xx. It's 64-bit. C compiler is as follows: B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3913DB C.03.30.02 HP aC++ Compiler (S800) /usr/bin/cc: LINT B.11.11.02 CXREF B.11.11.02 HP92453-01 B.11.11.02 HP C Compiler $ Sep 8 2000 23:13:51 $ I have successfully compiled rsync 2.6.2 and it
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
...(zope2.9/instance/plone-site/var/pts/PloneTranslations.i18n-linguaplone-zh-hk.mo) [sender] make_file(zope2.9/instance/plone-site/var/pts/PloneTranslations.i18n-archetypes-bn.mo,*,2) recv_file_name(zope2.9/instance/plone-site/var/pts/PloneTranslations.i18n-archetypes-bn.mo) received 8387 names done recv_file_list done get_local_name count=8387 /space/r5backup/boulder/1265202994//var/lib _exit_cleanup(code=11, file=main.c, line=594): about to call exit(11) How can I isolate the problem? I use 64 Bit Debian hermes:/var/log/r5backup# rsync --version rsync version 3.0.3 protocol version 30 Copyright (C) 199...
2002 May 08
1
rsyncd.conf;
.../usr/local/bin/rsync -vvv -ar anaca2::smb/ . opening tcp connection to anaca2 port 873 Compaq Tru64 UNIX V5.1 (Rev. 732); Sat Aug 18 09:46:40 EDT 2001 **************************************************************************** *** receiving file list ... recv_file_name(.) received 1 names done recv_file_list done get_local_name count=1 . generator starting pid=119773 count=1 recv_generator(.,0) set modtime of . to (1017089370) Mon Mar 25 15:49:30 2002 ./ generate_files phase=1 recv_files(1) starting recv_files phase=1 generate_files phase=2 recv_generator(.,0) recv_files finished wrote 66 bytes read 2...
2017 Oct 31
0
[Bug 13113] New: receive_xattr heap overflow when prepending RSYNC_PREFIX
...TE of size 11 at 0x60200000e825 thread T0 #0 0x7ffff6ef8863 in __asan_memcpy (/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/libasan.so.2+0x8c863) #1 0x4a2eef in receive_xattr /home/raj/rsync/rsync/xattrs.c:849 #2 0x40beac in recv_file_entry /home/raj/rsync/rsync/flist.c:1108 #3 0x415bee in recv_file_list /home/raj/rsync/rsync/flist.c:2476 #4 0x454eaa in do_server_recv /home/raj/rsync/rsync/main.c:1036 #5 0x4556f4 in start_server /home/raj/rsync/rsync/main.c:1115 #6 0x4b20f9 in rsync_module /home/raj/rsync/rsync/clientserver.c:1007 #7 0x4b2b18 in start_daemon /home/raj/rsync/rsync/cl...
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of the upcoming 3.0.0 release. Things are progressing well in our efforts to stamp out bugs for the final release. Please keep up the good work in testing this and sending email to the rsync mailing list with your questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here:
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of the upcoming 3.0.0 release. Things are progressing well in our efforts to stamp out bugs for the final release. Please keep up the good work in testing this and sending email to the rsync mailing list with your questions, comments, bug reports, etc. Thanks! You can download the tar file and its signature from here:
2014 Nov 22
1
rsync not transferring files
...e.iLs . backupdir/ Welcome to the servername rsync server. You may download the distribution by using the appropriate module name. For example: rsync -avz -P --stats --delete username at servername::modulename/ /local/path receiving incremental file list recv_file_name(.) received 1 names recv_file_list done get_local_name count=1 /home/findmoore generator starting pid=2499 delta-transmission enabled recv_generator(.,0) delete_in_dir(.) recv_files(1) starting recv_generator(.,1) generate_files phase=1 recv_files(.) recv_files phase=1 generate_files phase=2 recv_files phase=2 generate_files phase=3...