[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-04 Thread Václav Haisman
> The file list coming back from the remote is truncated [...]

You are absolutely right. I have WD My Cloud Mirror Gen 2 device and I
used FTP to store the backups there. It turns out the Pro-FTPd that it
uses only returns 1 lines for directory listing command and my
backups have grown beyond that point. I have ended up switching to CIFS
mount to work around this.

This could alleviated if Deja-dup/Duplicity was using larger files for
storage. Also, diagnosing this directory listing truncation instead of
outright exception stack trace would be nice.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-03 Thread Kenneth Loafman
OK, this is an old bug.  The file list coming back from the remote is
truncated, however, I can clearly see vol43 in the list for
the 20171228T132324Z backup.  Very confusing.

Would you look on the remote manually and compare the number of files?  I'm
sure it is higher.


On Sun, Apr 1, 2018 at 10:41 AM, Václav Haisman 
wrote:

> Here is the result of `grep -C 10 "vol43\." deja-dup.log`. It is
> compressed because it is otherwise 5 MiB.
>
> ** Attachment added: "result of `grep -C 10 "vol43\." deja-dup.log`"
>https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/
> 498933/+attachment/5098011/+files/vol43.txt.xz
>
> --
> You received this bug notification because you are subscribed to
> Duplicity.
> https://bugs.launchpad.net/bugs/498933
>
> Title:
>   Crash when restoring data KeyError
>
> Status in Déjà Dup:
>   Invalid
> Status in Duplicity:
>   Confirmed
> Status in deja-dup package in Ubuntu:
>   Invalid
>
> Bug description:
>   Binary package hint: deja-dup
>
>   1) Ubuntu 9.10
>   2) Deja Dup 10.2-0ubuntu1.1
>   3) I expected my backup to be restored
>   4) Deja Dup crashed instead.
>
>   I just tried to restore the backup I made, and it crashes repeatedly
>   when trying to restore.
>
>   I have it setup to backup my home directory, and tried restoring to
>   both the original location as well as a completely different folder.
>   Both lead to the same error message.
>
>
>   Traceback (most recent call last):
> File "/usr/bin/duplicity", line 825, in 
>   with_tempdir(main)
> File "/usr/bin/duplicity", line 818, in with_tempdir
>   fn()
> File "/usr/bin/duplicity", line 775, in main
>   restore(col_stats)
> File "/usr/bin/duplicity", line 436, in restore
>   restore_get_patched_rop_iter(col_stats)):
> File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line
> 521, in Write_ROPaths
>   ITR(ropath.index, ropath)
> File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336,
> in __call__
>   last_branch.fast_process, args)
> File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38,
> in check_common_error
>   return function(*args)
> File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line
> 574, in fast_process
>   ropath.copy(self.base_path.new_index(index))
> File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412,
> in copy
>   other.writefileobj(self.open("rb"))
> File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574,
> in writefileobj
>   buf = fin.read(_copy_blocksize)
> File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line
> 199, in read
>   if not self.addtobuffer():
> File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line
> 224, in addtobuffer
>   self.tarinfo_list[0] = self.tar_iter.next()
> File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line
> 331, in next
>   self.set_tarfile()
> File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line
> 320, in set_tarfile
>   self.current_fp = self.fileobj_iter.next()
> File "/usr/bin/duplicity", line 472, in get_fileobj_iter
>   backup_set.volume_name_dict[vol_num],
>   KeyError: 15
>
>   ProblemType: Bug
>   Architecture: i386
>   Date: Sun Dec 20 19:59:06 2009
>   DistroRelease: Ubuntu 9.10
>   ExecutablePath: /usr/bin/deja-dup
>   InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
>   Package: deja-dup 10.2-0ubuntu1.1
>   ProcEnviron:
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
>   SourcePackage: deja-dup
>   Uname: Linux 2.6.31-16-generic i686
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions
>

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File 

[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-01 Thread Václav Haisman
Here is the result of `grep -C 10 "vol43\." deja-dup.log`. It is
compressed because it is otherwise 5 MiB.

** Attachment added: "result of `grep -C 10 "vol43\." deja-dup.log`"
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/498933/+attachment/5098011/+files/vol43.txt.xz

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-01 Thread Kenneth Loafman
Please zip and post the entire log file if possible.  If not possible,
please do do the following:

$ grep -C 10 "vol43\." YourLogFile

and attach the results.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-01 Thread Václav Haisman
Log head.

** Attachment added: "Log head."
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/498933/+attachment/5097883/+files/deja-dup-log.head.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-01 Thread Václav Haisman
Log head.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-01 Thread Václav Haisman
This is a tail of log:

DUPLICITY: DEBUG 1
DUPLICITY: . Found manifest volume 7529

DUPLICITY: DEBUG 1
DUPLICITY: . Found manifest volume 7530

DUPLICITY: DEBUG 1
DUPLICITY: . Found manifest volume 7531

DUPLICITY: INFO 1
DUPLICITY: . Found 7531 volumes in manifest

DUPLICITY: DEBUG 1
DUPLICITY: . Releasing lockfile 
/home/user1/.cache/deja-dup/85893b547e8951c12699b18a9f26d2da/lockfile

DUPLICITY: DEBUG 1
DUPLICITY: . Removing still remembered temporary file 
/tmp/duplicity-LM6LdM-tempdir/mkstemp-slQNlf-1

DUPLICITY: DEBUG 1
DUPLICITY: . Releasing lockfile 
/home/user1/.cache/deja-dup/85893b547e8951c12699b18a9f26d2da/lockfile

DUPLICITY: ERROR 30 KeyError
DUPLICITY: . Traceback (innermost last):
DUPLICITY: .   File "/usr/bin/duplicity", line 1555, in 
DUPLICITY: . with_tempdir(main)
DUPLICITY: .   File "/usr/bin/duplicity", line 1541, in with_tempdir
DUPLICITY: . fn()
DUPLICITY: .   File "/usr/bin/duplicity", line 1393, in main
DUPLICITY: . do_backup(action)
DUPLICITY: .   File "/usr/bin/duplicity", line 1472, in do_backup
DUPLICITY: . restore(col_stats)
DUPLICITY: .   File "/usr/bin/duplicity", line 728, in restore
DUPLICITY: . restore_get_patched_rop_iter(col_stats)):
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 558, in Write_ROPaths
DUPLICITY: . for ropath in rop_iter:
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 521, in integrate_patch_iters
DUPLICITY: . for patch_seq in collated:
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 389, in yield_tuples
DUPLICITY: . setrorps(overflow, elems)
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 378, in setrorps
DUPLICITY: . elems[i] = iter_list[i].next()
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 107, in filter_path_iter
DUPLICITY: . for path in path_iter:
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 121, in difftar2path_iter
DUPLICITY: . tarinfo_list = [tar_iter.next()]
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 339, in next
DUPLICITY: . self.set_tarfile()
DUPLICITY: .   File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", 
line 333, in set_tarfile
DUPLICITY: . self.current_fp = self.fileobj_iter.next()
DUPLICITY: .   File "/usr/bin/duplicity", line 764, in get_fileobj_iter
DUPLICITY: . backup_set.volume_name_dict[vol_num],
DUPLICITY: .  KeyError: 43
DUPLICITY: . 

DUPLICITY: DEBUG 1
DUPLICITY: . Releasing lockfile 
/home/user1/.cache/deja-dup/85893b547e8951c12699b18a9f26d2da/lockfile

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File 

[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-04-01 Thread Václav Haisman
I am seeing this too. It happened first time after I started backups
from scratch after several weeks. It keeps occurring every day now.

Traceback (innermost last):
  File "/usr/bin/duplicity", line 1555, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1541, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1393, in main
do_backup(action)
  File "/usr/bin/duplicity", line 1472, in do_backup
restore(col_stats)
  File "/usr/bin/duplicity", line 728, in restore
restore_get_patched_rop_iter(col_stats)):
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 558, in 
Write_ROPaths
for ropath in rop_iter:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 521, in 
integrate_patch_iters
for patch_seq in collated:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
setrorps(overflow, elems)
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
elems[i] = iter_list[i].next()
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 107, in 
filter_path_iter
for path in path_iter:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
tarinfo_list = [tar_iter.next()]
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
self.set_tarfile()
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
self.current_fp = self.fileobj_iter.next()
  File "/usr/bin/duplicity", line 764, in get_fileobj_iter
backup_set.volume_name_dict[vol_num],
 KeyError: 43

This is with duplicity 0.7.17+bzr1353 and deja-dup 36.3 on Ubuntu 17.10.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : 

[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-01-08 Thread Kenneth Loafman
Please upgrade to the 0.7.15 version of duplicity.  This will assure
that any bugs fixed since the 0.7.12 release are available and may fix
your issue.

There are three options:

* Release tarball Install - https://launchpad.net/duplicity/+download
* Daily duplicity builds - 
https://launchpad.net/~duplicity-team/+archive/ubuntu/daily
* Stable duplicity builds - 
https://launchpad.net/~duplicity-team/+archive/ubuntu/ppa

NOTE: UNinstall duplicity first if it was installed via the distribution
repository.  For Ubuntu, that would be "sudo apt-get purge duplicity".

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-01-08 Thread Vej
Setting back to confirmed because Kenneths question from comment #36 is
implicitly answered in comment #38.

** Changed in: duplicity
   Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Confirmed
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2018-01-07 Thread Launchpad Bug Tracker
[Expired for Duplicity because there has been no activity for 60 days.]

** Changed in: duplicity
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Expired
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2017-11-08 Thread Jonathan
This seems to have helped me (clearing the cache):

mv ~/.cache/duplicity ~/.cache/duplicity.old

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Incomplete
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2017-11-08 Thread Jonathan
It  may or may not be related, but before seeing this bug, I had run
restore in a loop on different times, asynchronously, that is to say I
used:

for x in `seq 10 15`
duplicity --time {$x}D ... &

Note the ampersand, I forked them to a background process.
THEN on top of that I hit CTRL-C to force a cancel. This may have corrupted a 
cache.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Incomplete
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2017-11-08 Thread Jonathan
I just had this bug on Ubuntu 17.10, duplicity 0.7.12

```
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1546, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1540, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1391, in main
do_backup(action)
  File "/usr/bin/duplicity", line 1468, in do_backup
restore(col_stats)
  File "/usr/bin/duplicity", line 731, in restore
restore_get_patched_rop_iter(col_stats)):
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 560, in 
Write_ROPaths
for ropath in rop_iter:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 523, in 
integrate_patch_iters
for patch_seq in collated:
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 389, in 
yield_tuples
setrorps(overflow, elems)
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 378, in 
setrorps
elems[i] = iter_list[i].next()
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 121, in 
difftar2path_iter
tarinfo_list = [tar_iter.next()]
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 339, in 
next
self.set_tarfile()
  File "/usr/lib/python2.7/dist-packages/duplicity/patchdir.py", line 333, in 
set_tarfile
self.current_fp = self.fileobj_iter.next()
  File "/usr/bin/duplicity", line 767, in get_fileobj_iter
backup_set.volume_name_dict[vol_num],
KeyError: 1

```

** Changed in: duplicity
   Status: Expired => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup:
  Invalid
Status in Duplicity:
  Incomplete
Status in deja-dup package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File "/usr/bin/duplicity", line 825, in 
  with_tempdir(main)
File "/usr/bin/duplicity", line 818, in with_tempdir
  fn()
File "/usr/bin/duplicity", line 775, in main
  restore(col_stats)
File "/usr/bin/duplicity", line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File "/usr/lib/python2.6/dist-packages/duplicity/lazy.py", line 336, in 
__call__
  last_branch.fast_process, args)
File "/usr/lib/python2.6/dist-packages/duplicity/robust.py", line 38, in 
check_common_error
  return function(*args)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 412, in copy
  other.writefileobj(self.open("rb"))
File "/usr/lib/python2.6/dist-packages/duplicity/path.py", line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 199, in 
read
  if not self.addtobuffer():
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 331, in 
next
  self.set_tarfile()
File "/usr/lib/python2.6/dist-packages/duplicity/patchdir.py", line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File "/usr/bin/duplicity", line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2012-12-16 Thread Launchpad Bug Tracker
[Expired for Duplicity because there has been no activity for 60 days.]

** Changed in: duplicity
   Status: Incomplete = Expired

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Invalid
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  Expired
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2012-10-17 Thread Kenneth Loafman
** Changed in: duplicity
   Status: In Progress = Incomplete

** Changed in: duplicity
 Assignee: Kenneth Loafman (kenneth-loafman) = (unassigned)

** Changed in: duplicity
   Importance: Critical = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Invalid
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  Incomplete
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-12-18 Thread Kenneth Loafman
Can anyone reproduce this with the current version, 0.6.17??

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Invalid
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-11-08 Thread Michael Terry
Closing deja-dup task, as this has been reported with just duplicity
alone.

** Changed in: deja-dup
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Invalid
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-10-26 Thread megari
D. Grady, your problem might be the same as mine, which is reported in
Bug #881727. It might be an issue separate from the one in this bug.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-10-26 Thread D. Grady
My problem is definitely what you reported, megari, based on your much
fuller information provided.  Not sure if it's the same bug or not.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-10-26 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Medium = Critical

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-10-24 Thread D. Grady
Ubuntu 10.04 LTS server
Duplicity 0.6.16 from PPA
--no-encryption to ssh storage server

backup runs fine.
Verify action (need to give --no-encryption as well) fails with KeyError: 1 
every time for every backup set (there are about 20), some with multiple 
volumes, some with only a single volume.  Full + increment or just full doesn't 
seem to make a difference.

Same error but it looks like maybe a different cause?  Traceback
attached.

This is a regression from 0.6.15-0.6.16.  I installed from source
0.6.15 and it works fine.

** Attachment added: traceback.txt
   
https://bugs.launchpad.net/duplicity/+bug/498933/+attachment/2570671/+files/traceback.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-09-20 Thread jeremy herbert
** Attachment added: .manifest file
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/498933/+attachment/2433661/+files/duplicity-full.20110916T182544Z.manifest

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-08-31 Thread Michael Terry
Just a note, in 0.6.16, there will be some code to detect when this
happens as it happens, so hopefully there won't be any surprises at
resume time.  We're still not sure of the root cause.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-08-19 Thread Kenneth Loafman
** Changed in: duplicity
Milestone: 0.6.15 = None

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-08-17 Thread Kenneth Loafman
Trying to reproduce this bug, but no luck.  Could all of you that have
it verify what version of duplicity is causing the problem?  Does the
problem occur with the latest version of duplicity?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 498933] Re: Crash when restoring data KeyError

2011-08-17 Thread Michael Terry
Version information for this bug is hard to come by, since the useful
bit is the version that was actually used for the backup.  But in bug
804484, the user implies that they backed up in Ubuntu 10.10 before
moving to (and trying to restore on) Ubuntu 11.04.

So that would mean duplicity 0.6.10 is the most recent version for which
we have evidence that it can trigger this bug.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to deja-dup in Ubuntu.
https://bugs.launchpad.net/bugs/498933

Title:
  Crash when restoring data KeyError

Status in Déjà Dup Backup Tool:
  Confirmed
Status in Duplicity - Bandwidth Efficient Encrypted Backup:
  In Progress
Status in “deja-dup” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: deja-dup

  1) Ubuntu 9.10
  2) Deja Dup 10.2-0ubuntu1.1
  3) I expected my backup to be restored
  4) Deja Dup crashed instead.

  I just tried to restore the backup I made, and it crashes repeatedly
  when trying to restore.

  I have it setup to backup my home directory, and tried restoring to
  both the original location as well as a completely different folder.
  Both lead to the same error message.

  
  Traceback (most recent call last):
File /usr/bin/duplicity, line 825, in module
  with_tempdir(main)
File /usr/bin/duplicity, line 818, in with_tempdir
  fn()
File /usr/bin/duplicity, line 775, in main
  restore(col_stats)
File /usr/bin/duplicity, line 436, in restore
  restore_get_patched_rop_iter(col_stats)):
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 521, in 
Write_ROPaths
  ITR(ropath.index, ropath)
File /usr/lib/python2.6/dist-packages/duplicity/lazy.py, line 336, in 
__call__
  last_branch.fast_process, args)
File /usr/lib/python2.6/dist-packages/duplicity/robust.py, line 38, in 
check_common_error
  return function(*args)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 574, in 
fast_process
  ropath.copy(self.base_path.new_index(index))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 412, in copy
  other.writefileobj(self.open(rb))
File /usr/lib/python2.6/dist-packages/duplicity/path.py, line 574, in 
writefileobj
  buf = fin.read(_copy_blocksize)
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 199, in 
read
  if not self.addtobuffer():
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 224, in 
addtobuffer
  self.tarinfo_list[0] = self.tar_iter.next()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 331, in 
next
  self.set_tarfile()
File /usr/lib/python2.6/dist-packages/duplicity/patchdir.py, line 320, in 
set_tarfile
  self.current_fp = self.fileobj_iter.next()
File /usr/bin/duplicity, line 472, in get_fileobj_iter
  backup_set.volume_name_dict[vol_num],
  KeyError: 15

  ProblemType: Bug
  Architecture: i386
  Date: Sun Dec 20 19:59:06 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/deja-dup
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: deja-dup 10.2-0ubuntu1.1
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
  SourcePackage: deja-dup
  Uname: Linux 2.6.31-16-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/498933/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp