duplicity-talk
[Top][All Lists]
Advanced

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

Re: gpg: [don't know]: invalid packet (ctb=14) - WAS: [Duplicity-talk] R


From: edgar . soldin
Subject: Re: gpg: [don't know]: invalid packet (ctb=14) - WAS: [Duplicity-talk] Rollup Functionality and Parity?
Date: Wed, 20 Aug 2008 14:07:17 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080708 Thunderbird/2.0.0.16 Mnenhy/0.7.5.0



After looking at the log, it seems to me that GPG errors are getting
only one try.  Once the pipe is broken (GPG task has exited on error),
we retry the IO, but do not back up and restart GPG itself.

I'll take a look into it.

would be nice if it would be that simple  ..
on the other hand there must be something fishy as the error is
reproducable .. or the other way around why is the pipe broken all the time?
I should still have the backup data. I will doublecheck for it and could
maybe run some tests against it...

.. please keep me updated .. thanks ede

--
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]