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

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

Re: [rdiff-backup-users] Problem


From: Joe Cooper
Subject: Re: [rdiff-backup-users] Problem
Date: Wed, 3 Dec 2003 18:08:42 -0600 (CST)

Robert Knighten <address@hidden> wrote ..

> OSError: [Errno 22] Invalid argument
> 
> Exception exceptions.TypeError: "'NoneType' object is not callable" in
> <bound
> method GzipFile.__del__ of <gzip open file
> '/home/shared/Zeus/rdiff-backup-data/error_log.2003-12-02T22:45:07-07:00.data.gz',
> mode 'wb' at 0x405bdc20 0x405d778c>> ignored

I've been hitting a similar error for about a week, and was about to write an 
email about it.  I've tried both 0.12.5 and 0.12.6, and my traceback is below 
(in case two data points is useful...mine is with -v7).  I'm using 
python-2.2.2-26 as shipped with Red Hat 9 on the backup machine and 
python2-2.2.2-11.7.3 (errata python2 on Red Hat 7.2) on the server.

Any clues?  If you need further information, or more data points (like 
different python versions, for example), I'm happy to oblige.

Thanks!

Processing changed file usr/u/appl/ft_worth/filepro/D_ptrk/keya
Sending back exception [Errno 2] No such file or directory of type 
exceptions.OSError:
  File "/usr/lib/python2.2/site-packages/rdiff_backup/connection.py", line 329, 
in answer_request
    result = apply(eval(request.function_string), argument_list)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line 209, in 
patch
    ITR(diff.index, diff)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/rorpiter.py", line 279, 
in __call__
    last_branch.fast_process(*args)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line 455, in 
fast_process
    if self.patch_to_temp(rp, diff_rorp, tf):
  File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line 469, in 
patch_to_temp
    Hardlink.link_rp(diff_rorp, new, self.basis_root_rp)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/Hardlink.py", line 173, 
in link_rp
    dest_rpath.hardlink(dest_link_rpath.path)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/rpath.py", line 673, in 
hardlink
    self.conn.os.link(linkpath, self.path)
 
Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 24, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line 250, in 
Main
    take_action(rps)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line 222, in 
take_action
    elif action == "backup": Backup(rps[0], rps[1])
  File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line 267, in 
Backup
    backup.Mirror(rpin, rpout)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/backup.py", line 36, in 
Mirror
    DestS.patch(dest_rpath, source_diffiter)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/connection.py", line 440, 
in __call__
    return apply(self.connection.reval, (self.name,) + args)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/connection.py", line 362, 
in reval
    if isinstance(result, Exception): raise result
OSError: [Errno 2] No such file or directory
address@hidden cron.daily]# Traceback (most recent call last):
  File "/usr/bin/rdiff-backup", line 24, in ?
    rdiff_backup.Main.Main(sys.argv[1:])
  File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line 250, in 
Main
    take_action(rps)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/Main.py", line 220, in 
take_action
    connection.PipeConnection(sys.stdin, sys.stdout).Server()
  File "/usr/lib/python2.2/site-packages/rdiff_backup/connection.py", line 347, 
in Server
    self.get_response(-1)
  File "/usr/lib/python2.2/site-packages/rdiff_backup/connection.py", line 309, 
in get_response
    try: req_num, object = self._get()
  File "/usr/lib/python2.2/site-packages/rdiff_backup/connection.py", line 225, 
in _get
    raise ConnectionReadError("Truncated header string (problem "
rdiff_backup.connection.ConnectionReadError: Truncated header string (problem 
probably originated remotely)
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound 
method GzipFile.__del__ of <gzip open file 
'/home/pcpusa/backup/rdiff-backup-data/file_statistics.2003-12-03T14:35:56-06:00.data.gz',
 mode 'wb' at 0x82866c0 0x81409cc>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound 
method GzipFile.__del__ of <gzip open file 
'/home/pcpusa/backup/rdiff-backup-data/mirror_metadata.2003-12-03T14:35:56-06:00.snapshot.gz',
 mode 'wb' at 0x81b43c8 0x8140994>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in <bound 
method GzipFile.__del__ of <gzip open file 
'/home/pcpusa/backup/rdiff-backup-data/error_log.2003-12-03T14:35:56-06:00.data.gz',
 mode 'wb' at 0x82967b8 0x817c96c>> ignored

reply via email to

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