rdiff-backup-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[rdiff-backup-users] fatal error in version 1.1.5


From: Iain Dooley
Subject: [rdiff-backup-users] fatal error in version 1.1.5
Date: Wed, 25 Oct 2006 20:26:28 +1000 (EST)

hi, i installed rdiff-backup-devel port on freebsd 6.1

i installed it because this version supports the --preserve-numerical-ids switch.

i'm confused first because the man page for 1.0.4 says that it stores file meta data in a seperate file so it seems that there should be no need for --preserve-numerical-ids, but when i did a restore with 1.0.4 it restored the file with the uid/gid of the user i was using for the restore. perhaps i msised something, but based on the man page for 1.0.4 i had expected it to restore with the correct uid/gid.

anyway, so running my first backup with version 1.1.5 i get this error:


Sending back exception [Errno 9] Bad file descriptor of type exceptions.IOError: File "/usr/local/lib/python2.4/site-packages/rdiff_backup/connection.py", line 335, in answer_request
    result = apply(eval(request.function_string), argument_list)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/backup.py", line 218, in patch
    ITR(diff.index, diff)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/rorpiter.py", line 281, in __call__
    last_branch.fast_process(*args)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/backup.py", line 515, in fast_process
    if self.patch_to_temp(mirror_rp, diff_rorp, tf):
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/backup.py", line 536, in patch_to_temp
    if not self.patch_snapshot_to_temp(diff_rorp, new):
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/backup.py", line 557, in patch_snapshot_to_temp
    (diff_rorp, new))
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/robust.py", line 32, in check_common_error
    try: return function(*args)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 101, in copy
    if rpin.isreg(): return copy_reg_file(rpin, rpout, compress)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 123, in copy_reg_file
    return rpout.write_from_fileobj(rpin.open("rb"), compress = compress)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 1045, in write_from_fileobj
    copyfileobj(fp, outfp)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 58, in copyfileobj
    inbuf = inputfp.read(blocksize)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/rpath.py", line 1248, in read
    def read(self, length = -1): return self.file.read(length)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/iterfile.py", line 118, in read
    if not self.addtobuffer(): break
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/iterfile.py", line 133, in addtobuffer
    type, data = self.iwf._get()
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/iterfile.py", line 414, in _get
    if not self.buf: self.buf += self.file.read()
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/connection.py", line 516, in read
    return self.connection.VirtualFile.readfromid(self.id, length)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/connection.py", line 448, in __call__
    return apply(self.connection.reval, (self.name,) + args)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/connection.py", line 370, in reval
    if isinstance(result, Exception): raise result

    return apply(self.connection.reval, (self.name,) + args)
File "/usr/local/lib/python2.4/site-packages/rdiff_backup/connection.py", line 370, in reval
    if isinstance(result, Exception): raise result
IOError: [Errno 9] Bad file descriptor
socata# Fatal Error: Lost connection to the remote system

cheers

iain




reply via email to

[Prev in Thread] Current Thread [Next in Thread]