bugrdiff-backup - Bugs: bug #15539, problem with large file (~5gb)

 
 

bug #15539: problem with large file (~5gb)

Submitter:  None
Submitted:  Fri 27 Jan 2006 12:46:15 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 05 May 2006 07:28:12 AM UTC, comment #4: 
dean gaudet <dgaudet>
Group administrator
Thu 04 May 2006 11:23:10 PM UTC, comment #3: 

indeed this is a problem with librsync which has been resolved.

please close this bug

Anonymous
Fri 31 Mar 2006 02:59:16 AM UTC, comment #2: 

this turns out to be a problem with librsync/rdiff which has been resolved in the latest CVS

Anonymous
Wed 01 Feb 2006 02:45:44 AM UTC, comment #1: 

Is it possible you ran out of disk space?  A user on the mailing list recently solved his problem and said it was a lack of temp disk space.  You need enough space to keep a temporary copy of each file (plus a bit more).

Benedict Escoto <bescoto>
Group administrator
Fri 27 Jan 2006 12:46:15 AM UTC, original submission:  

hello !

i really would like to use rdiff-backup, but i have spent much time now trying to solve my problem - but didn`t succeed.

i tried all combinations of recent and older releases of python,librsync and rdiff-backup but i still get:


python: ERROR: (rs_file_copy_cb) seek failed: Invalid argument
python: ERROR: (rs_job_complete) patch job failed: IO error
Exception 'librsync error 100 while in patch cycle' raised of
(whole output see below)

regards
roland

ps:
could you probably send me an email to -email is unavailable- if there is news about this? thank you !


vmhost:/vmware # rdiff-backup -v5 --print-statistics --no-compression ./vserver1 ./vmbackup
Unable to import module xattr.
Extended attributes not supported on filesystem at vserver1
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at vserver1
-----------------------------------------------------------------
Detected abilities for source (read only) file system:
  Access control lists                         Off
  Extended attributes                          Off
  Mac OS X style resource forks                Off
  Mac OS X Finder information                  Off
-----------------------------------------------------------------
Unable to import module xattr.
Extended attributes not supported on filesystem at vmbackup/rdiff-backup-data/rdiff-backup.tmp.0
Unable to import module posix1e from pylibacl package.
ACLs not supported on filesystem at vmbackup/rdiff-backup-data/rdiff-backup.tmp.0
-----------------------------------------------------------------
Detected abilities for destination (read/write) file system:
  Characters needing quoting                   ''
  Ownership changing                           On
  Hard linking                                 On
  fsync() directories                          On
  Directory inc permissions                    On
  High-bit permissions                         On
  Access control lists                         Off
  Extended attributes                          Off
  Mac OS X style resource forks                Off
  Mac OS X Finder information                  Off
-----------------------------------------------------------------
Starting increment operation vserver1 to vmbackup
Processing changed file .
Incrementing mirror file vmbackup
Processing changed file vmware.log
Incrementing mirror file vmbackup/vmware.log
Processing changed file vmware1.nvram
Incrementing mirror file vmbackup/vmware1.nvram
Processing changed file vmware1.vmdk
python: ERROR: (rs_file_copy_cb) seek failed: Invalid argument
python: ERROR: (rs_job_complete) patch job failed: IO error
Exception 'librsync error 100 while in patch cycle' raised of class 'rdiff_backup.librsync.librsyncError':
  File "/usr/lib/python2.3/site-packages/rdiff_backup/robust.py", line 32, in check_common_error
    try: return function(*args)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/Rdiff.py", line 86, in patch_local
    if outrp: outrp.write_from_fileobj(patchfile)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line 978, in write_from_fileobj
    copyfileobj(fp, outfp)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/rpath.py", line 58, in copyfileobj
    inbuf = inputfp.read(blocksize)
  File "/usr/lib/python2.3/site-packages/rdiff_backup/librsync.py", line 76, in read
    self._add_to_outbuf_once()
  File "/usr/lib/python2.3/site-packages/rdiff_backup/librsync.py", line 87, in _add_to_outbuf_once
    except _librsync.librsyncError, e: raise librsyncError(str(e))

UpdateError vmware1.vmdk librsync error 100 while in patch cycle
Processing changed file vmware1.vmdk.WRITELOCK
Incrementing mirror file vmbackup/vmware1.vmdk.WRITELOCK
Processing changed file vserver1.vmem
Incrementing mirror file vmbackup/vserver1.vmem
Processing changed file vserver1.vmss
Incrementing mirror file vmbackup/vserver1.vmss
Processing changed file vserver1.vmx
Incrementing mirror file vmbackup/vserver1.vmx
--------------[ Session statistics ]--------------
StartTime 1138321775.00 (Fri Jan 27 01:29:35 2006)
EndTime 1138322204.83 (Fri Jan 27 01:36:44 2006)
ElapsedTime 429.83 (7 minutes 9.83 seconds)
SourceFiles 19
SourceFileSize 269650526 (257 MB)
MirrorFiles 20
MirrorFileSize 269648471 (257 MB)
NewFiles 0
NewFileSize 0 (0 bytes)
DeletedFiles 1
DeletedFileSize 11 (11 bytes)
ChangedFiles 6
ChangedSourceSize 269495087 (257 MB)
ChangedMirrorSize 269493021 (257 MB)
IncrementFiles 7
IncrementFileSize 177011940 (169 MB)
TotalDestinationSizeChange 177013995 (169 MB)
Errors 1
--------------------------------------------------

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-05-05 dgaudet StatusNone Fixed
    Open/ClosedOpen Closed
2006-02-01 bescoto Carbon-Copy- Added -email is unavailable-

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code