duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] verify fails


From: Edgar Soldin
Subject: Re: [Duplicity-talk] verify fails
Date: Sat, 21 Jun 2008 11:42:45 +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

hey ken ..could you please have a look at this?

as requested .. the full monty.. any clues?
i doublechecked space consumation while running the verify .. it
periodically took only roundabout 50Megs in /tmp

thanks ede
--

address@hidden wrote:
...
gpg: Error writing to `-': Datenübergabe unterbrochen (broken pipe)
gpg: handle plaintext failed: file write error

I'm going to need a bit more detail, but my initial guess is that you
ran out of disk space in /tmp.

What was the full command line?

What I really need to see is the full output from command line to the
end of the run.  There will be no passwords visible.  This is so I can
establish the context of the problem a bit better.

...Thanks,
...Ken


------------------------------------------------------------------------

_______________________________________________
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());
   }
}

Attachment: verify.zip
Description: Zip archive


reply via email to

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