duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] Duplicity error wile trying to recover.


From: edgar . soldin
Subject: Re: [Duplicity-talk] Duplicity error wile trying to recover.
Date: Wed, 08 Oct 2008 00:04:41 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.0

As this reminds me of my 'ctb=14' errors .. here is the output of a verify against the last backup with that problem, but this time with duplicity 0.5.02 as Ken asked for gpg errors with that version .. here's one, I miss the 'broken pipe' output this time and I don't feel it tells new facts - what about you? .. ede

Running 'ncftpget -f /tmp/duplicity-wKsG7a-tempdir/mkstemp-eV5Z3X-1 -F -t 30 -V -C 'backup.serverkompetenz.de' 'jamokenethome/duplicity-full.2008-06-12T03:00:02+02:00.vol18.difftar.gpg' '/tmp/duplicity-wKsG7a-tempdir/mktemp-u8_Fjl-82'' (attempt #1)
Traceback (most recent call last):
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/bin/duplicity", line 525, in <module>
   with_tempdir(main)
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/bin/duplicity", line 519, in with_tempdir
   fn()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/bin/duplicity", line 485, in main
   verify(col_stats)
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/bin/duplicity", line 345, in verify
   for backup_ropath, current_path in collated:
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/diffdir.py", line 192, in collate2iters
   relem1 = riter1.next()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 430, in integrate_patch_iters
   for patch_seq in collated:
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 331, in yield_tuples
   setrorps(overflow, elems)
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 320, in setrorps
   try: elems[i] = iter_list[i].next()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 97, in difftar2path_iter
   multivol_fileobj.close() # aborting in middle of multivol
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 204, in close
   if not self.addtobuffer(): break
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 192, in addtobuffer
   try: self.tarinfo_list[0] = self.tar_iter.next()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 287, in next
   self.set_tarfile()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/patchdir.py", line 277, in set_tarfile
   if self.current_fp: assert not self.current_fp.close()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/dup_temp.py", line 115, in close
   assert not self.fileobj.close()
File "/srv/www/jamoke.net/_apps/duplicity-0.5.02/duplicity/gpg.py", line 152, in close
   self.gpg_process.wait()
File "/usr/local/lib/python2.5/site-packages/GnuPGInterface.py", line 639, in wait
   raise IOError, "GnuPG exited non-zero, with code %d" % (e << 8)
IOError: GnuPG exited non-zero, with code 131072


Hi all,

I was testing my backups today and had a failure on 2 different collections on 
two different disks.

I am using Duplicity 0.4.11 on Centos 5.2 64Bit. I was wondering if any one could shed some light on the potential issues and a solution if possible.
Thanks all!

Rich

Error message:

gpg: encrypted with 1 passphrase
gpg: [don't know]: invalid packet (ctb=14)
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 463, in ?
    with_tempdir(main)
  File "/usr/bin/duplicity", line 458, in with_tempdir
    fn()
  File "/usr/bin/duplicity", line 428, in main
    restore(col_stats)
  File "/usr/bin/duplicity", line 206, in restore
    restore_get_patched_rop_iter(col_stats)):
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 456, in 
Write_ROPaths
    for ropath in rop_iter:
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 430, in 
integrate_patch_iters
    for patch_seq in collated:
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 331, in 
yield_tuples
    setrorps(overflow, elems)
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 320, in 
setrorps
    try: elems[i] = iter_list[i].next()
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 97, in 
difftar2path_iter
    multivol_fileobj.close() # aborting in middle of multivol
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 204, in 
close
    if not self.addtobuffer(): break
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 192, in 
addtobuffer
    try: self.tarinfo_list[0] = self.tar_iter.next()
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 287, in 
next
    self.set_tarfile()
  File "/usr/lib64/python2.4/site-packages/duplicity/patchdir.py", line 277, in 
set_tarfile
    if self.current_fp: assert not self.current_fp.close()
  File "/usr/lib64/python2.4/site-packages/duplicity/dup_temp.py", line 107, in 
close
    assert not self.fileobj.close()
  File "/usr/lib64/python2.4/site-packages/duplicity/gpg.py", line 139, in close
    self.gpg_process.wait()
  File "/usr/lib/python2.4/site-packages/GnuPGInterface.py", line 639, in wait
    raise IOError, "GnuPG exited non-zero, with code %d" % (e << 8)
IOError: GnuPG exited non-zero, with code 131072
gpg: Error writing to `-': Broken pipe
gpg: handle plaintext failed: file write error



+------------------------------------+
Best regards,
-Richard Houston
-R.L.H.  Consulting
-E-Mail  address@hidden
-WWW     http://www.rlhc.net
-Blog    http://www.rlhc.net/blog/





_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk


--
public class WhoDidIt{ // A comment. I love comments private static Person sender;

 public static void main (String[] foo){

 sender = new Person();
 sender.setName(new String[]{"Edgar", "Soldin"});

 Address address = new Address();
 address.setStreet("Stadtweg 119");
 address.setZip(39116);
 address.setCity("Magdeburg");
 address.setCountry("Germany");

 sender.setAddress(address);

 sender.setMobilePhone(" +49(0)171-2782880 ");
 sender.setWebSiteUrl(" http://www.soldin.de ");
 sender.setEmail(" address@hidden ");
 sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
 sender.setGender(true);

 System.out.println(sender.toString());
 }
}





reply via email to

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