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: Tue, 26 Aug 2008 21:18:05 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.0

you might check the archives
http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=ctb%3D14&submit=Search!&idxname=duplicity-talk&max=10&result=normal&sort=date%3Aearly

.. it is about the output of file checksum errors on verify when debug
level is set to 5
this might help to pinpoint an reoccuring error 'ctb=14' of gpg

@peter
regarding permanency ..  in the feature list on the website is stated that

"Also, if the archives are modified on the remote side, this will be
detected when restoring."

How is the tampering detection currently realized in terms of informing
the user? Well if the 'ctb=14' error is in fact a modified archived file
it actually should be detected before crashing gpg, or not?

regards ede

ps: I didn't have time to setup the local dir / lftp scenario by now ..
but I have it on my list.
--

On Mon, 25 Aug 2008 20:40:12 +0200
Peter Schuller <address@hidden> wrote:

What are people's opinion - would this be a useful feature in general?
If yes, I'll do a version that is documented and subject to a command
line option. Otherwise for the one-off it doesn't matter.


My spam catcher must've got part of this thread. Would you mind re-stating the 
feature in question?
------------------------------------------------------------------------

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