[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-15 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-04 Thread Kenneth Loafman
All systems run a bit strange if disk space runs out, most not too
gracefully.  duplicity will estimate the space needed on the local
system to run duplicity, but cannot check the remote.  It will fail with
whatever status the remote returns, which you should then correct if
possible.  I don't know what caused your truncation, but the error
message should now be clearer and have the responsible filename in it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-04 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Confirmed => Fix Committed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-04 Thread Kenneth Loafman
** Changed in: duplicity
Milestone: 0.8.24 => 0.8.23

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-04 Thread Kenneth Loafman
** Changed in: duplicity
Milestone: None => 0.8.24

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-04 Thread Kenneth Loafman
Whoops!  You're right.  I'm marking this as 'confirmed' and will fix the
error message to the correct filename.


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-04 Thread Kenneth Loafman
Whoops!  You're right.  I'm marking this as 'confirmed' and will fix the
error message to the correct filename.


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-03 Thread Kenneth Loafman
Good catch on the script.

Looks like you've run afoul of two bugs, one in Samba and one in
duplicity:

1. https://bugs.launchpad.net/duplicity/+bug/385495 - no solution yet.

2. Google "samba large file size".  Looks like 2GB is the limit.  I
suspect the file was written on the last backup and samba simply
truncated it at 2GB.  The only option suggested in what I read was to
mount the drive as in https://www.cyberciti.biz/faq/howto-access-files-
greater-than-2gb-samba, and samba will accept the LFS.  There may be a
way to do it in config.

I would suggest mounting the drive with LFS enabled and rerunning the backup 
after running
"duplicity cleanup --force ".


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

** Changed in: duplicity
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-02 Thread Kenneth Loafman
Thank you for responding.

I'm convinced the error is a truncated .gz file, but duplicity is not
telling us which one.  So, let's go to the source directly.

On your remote machine:

$ cd /home/scohen/Taormina
$ for f in *.gz; do echo "--- $f ---"; tar tzf $f; done

This will list the index of all the *.gz files and failure should
indicate which one is truncated.  That file will be the one with '---
filename ---' prior to the error.

Then we can figure out what to do next.

** Changed in: duplicity
   Status: New => In Progress

** Changed in: duplicity
   Importance: Undecided => Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-05-02 Thread Kenneth Loafman
** Attachment removed: "log.head"
   
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1970124/+attachment/5585694/+files/log.head

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-04-27 Thread Kenneth Loafman
I'd like a log file, please. This is going to be big and I only need a
portion. Please run duplicity with -v9, redirect to a log file, then
run:

$ head -n 200 < log > log.head
$ tail -n 200 < log > log.tail

Attach, do NOT copy/paste, log.head and log.tail to this bug report.
See green button below.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1970124] Re: duplicity backup fails with obscure error message Ubuntu 22.04

2022-04-27 Thread Kenneth Loafman
** Also affects: duplicity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970124

Title:
  duplicity backup fails with obscure error message Ubuntu 22.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1970124/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886717] Re: Wrong version installed even when explicit

2022-03-04 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886717

Title:
  Wrong version installed even when explicit

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1886717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948597] Re: TypeError: load() missing 1 required positional argument: 'Loader'

2022-03-04 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948597

Title:
  TypeError: load() missing 1 required positional argument: 'Loader'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1948597/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956157] Re: RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer' does not match runtime version 3.6

2022-03-04 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

** Changed in: duplicity
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956157

Title:
  RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer'
  does not match runtime version 3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1956157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948597] Re: TypeError: load() missing 1 required positional argument: 'Loader'

2022-02-21 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948597

Title:
  TypeError: load() missing 1 required positional argument: 'Loader'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1948597/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948597] Re: TypeError: load() missing 1 required positional argument: 'Loader'

2022-02-21 Thread Kenneth Loafman
This bug was due to the Docker core18 being used and needs a Docker
image with Snapcraft installed.


** Changed in: duplicity
   Status: Confirmed => Fix Released

** Changed in: duplicity
Milestone: None => 0.8.22

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948597

Title:
  TypeError: load() missing 1 required positional argument: 'Loader'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1948597/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886717] Re: Wrong version installed even when explicit

2022-02-20 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886717

Title:
  Wrong version installed even when explicit

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1886717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956157] Re: RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer' does not match runtime version 3.6

2022-02-20 Thread Kenneth Loafman
I fixed this by building on core20 and specifying "; python_version ==
'3.8'".  Previously it was bringing in Python 3.6, 3.7, and 3.8.


** Changed in: duplicity
   Status: New => Fix Committed

** Changed in: duplicity
Milestone: None => 0.8.22

** Changed in: duplicity
   Status: Fix Committed => Fix Released

** Changed in: duplicity
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956157

Title:
  RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer'
  does not match runtime version 3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1956157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886717] Re: Wrong version installed even when explicit

2022-02-16 Thread Kenneth Loafman
Just closed this one.  I can no longer confirm the issue.


** Changed in: duplicity
   Status: Confirmed => Fix Released

** Changed in: duplicity
Milestone: None => 0.8.22

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886717

Title:
  Wrong version installed even when explicit

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1886717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948597] Re: TypeError: load() missing 1 required positional argument: 'Loader'

2022-02-15 Thread Kenneth Loafman
For log see https://gitlab.com/duplicity/duplicity/-/jobs/2097581322

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948597

Title:
  TypeError: load() missing 1 required positional argument: 'Loader'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1948597/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948597] Re: TypeError: load() missing 1 required positional argument: 'Loader'

2022-02-15 Thread Kenneth Loafman
Because snapcraft from deb is available on GitLab and should be kept up-
to-date by Ubuntu.

I tried on 20.04 with the following GitLab job:

build_snap:
stage: deploy
when: manual
image: ubuntu:20.04
only: [master]
script:
- apt-get update
- apt-get upgrade -y
- apt-get install -y snapd snapcraft
- snap install snapd classic
- snap install snapcraft classic
- VERSION=`./setup.py --version`
- echo "make snap of ${VERSION}"
- ./setup.py sdist --dist-dir=.
- rm -rf build
- mkdir -p build
- tar xf duplicity-${VERSION}.tar.gz -C build
- rm -f duplicity-${VERSION}.tar.gz
- cd build/duplicity-${VERSION}
- head -2 snap/snapcraft.yaml | tail -1
- echo $SNAPCRAFT_LOGIN_FILE | base64 --decode --ignore-garbage > 
snaplogin
- snapcraft login --with snaplogin
- rm snaplogin
- snapcraft snap
- snapcraft push duplicity_*.snap --release edge

It gets to the 3rd step, successfully installs snapd and hangs on
installing snapcraft.  I need snapd and snapcraft so I can bootstrap
snapd and snapcraft snaps from the store.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948597

Title:
  TypeError: load() missing 1 required positional argument: 'Loader'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1948597/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956157] Re: RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer' does not match runtime version 3.6

2022-01-01 Thread Kenneth Loafman
This may be related to https://bugs.launchpad.net/snapcraft/+bug/1886717

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956157

Title:
  RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer'
  does not match runtime version 3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1956157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1956157] [NEW] RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer' does not match runtime version 3.6

2022-01-01 Thread Kenneth Loafman
Public bug reported:

duplicity status against dropbox backend (dpbx://) returns:
/snap/duplicity/214/usr/lib/python3.6/importlib/_bootstrap.py:219: 
RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer' does not 
match runtime version 3.6

** Affects: duplicity
 Importance: Undecided
 Status: New

** Affects: snapcraft
 Importance: Undecided
 Status: New

** Affects: snapcraft (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: duplicity
   Importance: Undecided
   Status: New

** Also affects: snapcraft (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1956157

Title:
  RuntimeWarning: compiletime version 3.8 of module 'msgpack._packer'
  does not match runtime version 3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1956157/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1886717] Re: Wrong version installed even when explicit

2022-01-01 Thread Kenneth Loafman
** Also affects: snapcraft (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1886717

Title:
  Wrong version installed even when explicit

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1886717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1948597] Re: TypeError: load() missing 1 required positional argument: 'Loader'

2022-01-01 Thread Kenneth Loafman
** Also affects: snapcraft (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1948597

Title:
  TypeError: load() missing 1 required positional argument: 'Loader'

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1948597/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946717] Re: Giving up after 5 attempts. Error: Error reading from file: Invalid argument

2021-10-13 Thread Kenneth Loafman
OK, fat-fingered the post and now we continue...

2) if #1 shows duplicity backup files, please try the verify with the
pexpect+sftp: schema rather than the files: schema to avoid gio.

3) please also provide the output of:
$ python3 -c 'import sys; print(sys.getfilesystemencoding())'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946717

Title:
  Giving up after 5 attempts. Error: Error reading from file: Invalid
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1946717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946717] Re: Giving up after 5 attempts. Error: Error reading from file: Invalid argument

2021-10-13 Thread Kenneth Loafman
A couple more requests:

1) Please run:
'ls -l 
/var/run/user/220586/gvfs/smb-share\:server\=ealfsafestig423.pgs\,share\=bcq_gae/vincent.cieslak/backup'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946717

Title:
  Giving up after 5 attempts. Error: Error reading from file: Invalid
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1946717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1946717] Re: Giving up after 5 attempts. Error: Error reading from file: Invalid argument

2021-10-12 Thread Kenneth Loafman
I'd like a log file, please. This is going to be big and I only need a
portion. Please run duplicity with -v9, redirect to a log file, then
run:

$ head -n 200 < log > log.head
$ tail -n 200 < log > log.tail

Attach, do NOT copy/paste, log.head and log.tail to this bug report.
See green button below.


** Also affects: duplicity
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1946717

Title:
  Giving up after 5 attempts. Error: Error reading from file: Invalid
  argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1946717/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1743247] Re: B2 Python APIs are missing

2021-06-24 Thread Kenneth Loafman
Two options for now:
- upgrade to the _latest_ (dev) version of duplicity,
- revert to b2sdk==1.7.0 until duplicity 0.8.20 is released

To revert do: _sudo pip install -U b2sdk==1.7.0_

There are multiple options for latest:

- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"
- Latest duplicity PPA - 
https://code.launchpad.net/\~duplicity-team/+archive/ubuntu/duplicity-develop-git

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04, Hirsute 20.10 and Impish 21.04.

Note 3: Xenial 16.04 works with Snap and Pip installs, but cannot be
built under Launchpad PPAs at the moment.

** Changed in: duplicity
   Status: Won't Fix => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1743247

Title:
  B2 Python APIs are missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1743247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933540] Re: duplicity falsely reports B2 python SDK not installed, fails backup to B2

2021-06-24 Thread Kenneth Loafman
** Also affects: duplicity
   Importance: Undecided
   Status: New

** Changed in: duplicity (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933540

Title:
  duplicity falsely reports B2 python SDK not installed, fails backup to
  B2

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1933540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933540] Re: duplicity falsely reports B2 python SDK not installed, fails backup to B2

2021-06-24 Thread Kenneth Loafman
Two options for now:
- upgrade to the _latest_ (dev) version of duplicity,
- revert to b2sdk==1.7.0 until duplicity 0.8.20 is released

To revert do: _sudo pip install -U b2sdk==1.7.0_

There are multiple options for latest:

- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"
- Latest duplicity PPA - 
https://code.launchpad.net/\~duplicity-team/+archive/ubuntu/duplicity-develop-git

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04, Hirsute 20.10 and Impish 21.04.

Note 3: Xenial 16.04 works with Snap and Pip installs, but cannot be
built under Launchpad PPAs at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933540

Title:
  duplicity falsely reports B2 python SDK not installed, fails backup to
  B2

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1933540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 487720] Re: Restore fails with "Invalid data - SHA1 hash mismatch"

2021-06-22 Thread Kenneth Loafman
Please upgrade to the current version of duplicity.  If you can reliably
reproduce this bug, please let me know what you did, in detail, with
attached -v9 log files and minimal munging.  DO NOT copy/paste log files
here.  They are impossible to read.

I took the script in the bug description section, modified it to use
verify instead of the check kludge, and have been unable to reproduce it
after many runs.  It still fails to verify this bug.

There are multiple options both stable and latest:
- Stable snap builds - “sudo snap install duplicity —classic"
- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Stable pip3 builds - “sudo pip3 install duplicity"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"
- Stable duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
- Latest duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stable tarball install - https://launchpad.net/duplicity/+download
- Source - https://gitlab.com/duplicity/duplicity

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04,  Hirsute 20.10 and Impish 21.04.

Note 3: Xenial 16.04 works with Snap and Pip installs, but cannot be
built under Launchpad PPAs at the moment.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/487720

Title:
  Restore fails with "Invalid data - SHA1 hash mismatch"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 487720] Re: Restore fails with "Invalid data - SHA1 hash mismatch"

2021-06-22 Thread Kenneth Loafman
I need to find a reproducible scenario.

There are hardware reasons for network transfers to drop bits and there
are software reasons for the problem.  I think we are seeing a mix of
both.  I've had downloads fail when going through a non-parity checking
router, so that's one for hardware.  I've yet to reproduce it in a
reliable scenario with just software.

** Changed in: duplicity
   Importance: Medium => High

** Changed in: duplicity
   Status: Fix Released => Confirmed

** Changed in: duplicity
Milestone: 0.6.14 => None

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/487720

Title:
  Restore fails with "Invalid data - SHA1 hash mismatch"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-08 Thread Kenneth Loafman
Thanks for your patience with this!


** Changed in: duplicity
   Status: In Progress => Invalid

** Changed in: duplicity
Milestone: 0.8.20 => None

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-07 Thread Kenneth Loafman
See previous.  Also, please read the comments here: 
https://www.google.com/search?q=botocore.exceptions.ClientError%3A+An+error+occurred+(403)+when+calling+the+HeadBucket+operation%3A+Forbidden&oq=botocore.exceptions.ClientError%3A+An+error+occurred+(403)+when+calling+the+HeadBucket+operation%3A+Forbidden&aqs=chrome..69i57&sourceid=chrome&ie=UTF-8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-05 Thread Kenneth Loafman
Are there any funny or escaped characters in BUCKET_NAME (from the first
log/traceback)?

We pass the URL as a unicode string.  Somehow boto/urllib thinks its a
byte string.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-05 Thread Kenneth Loafman
** Changed in: duplicity (Ubuntu)
   Status: In Progress => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-05 Thread Kenneth Loafman
** Changed in: duplicity (Ubuntu)
   Status: Incomplete => In Progress

** Also affects: duplicity
   Importance: Undecided
   Status: New

** Changed in: duplicity
   Status: New => In Progress

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

** Changed in: duplicity
Milestone: None => 0.8.20

** Changed in: duplicity
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-04 Thread Kenneth Loafman
Yes, it should be urllib3.  We keep the older boto+s3:// around because
it is still needed.

Try using the boto3+s3:// backend instead.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930640] Re: Error when using S3 multipart upload - TypeError: cannot use a string pattern on a bytes-like object

2021-06-03 Thread Kenneth Loafman
It's not in duplicity, but in urllib.  Do this to upgrade all modules we
use:

$ sudo python3 -m pip install -U -r requirements.txt

where requirements.txt is from:

https://git.launchpad.net/duplicity/plain/requirements.txt

Let me know how it goes.


** Changed in: duplicity (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930640

Title:
  Error when using S3 multipart upload - TypeError: cannot use a string
  pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1930640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930152] Re: duplicity 0.8.12 fails to complete backup

2021-05-30 Thread Kenneth Loafman
Please upgrade to the current version of duplicity, 0.8.19.  This will
assure that any bugs fixed since your release are available and may fix
your issue.  See Notes below.

There are multiple options both stable and latest:
- Stable snap builds - “sudo snap install duplicity —classic"
- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Stable pip3 builds - “sudo pip3 install duplicity"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"
- Stable duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
- Latest duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stable tarball install - https://launchpad.net/duplicity/+download
- Source - https://gitlab.com/duplicity/duplicity

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04,  Hirsute 20.10 and Impish 21.04.

Note 3: Xenial 16.04 works with Snap and Pip installs, but cannot be
built under Launchpad PPAs at the moment.

** Changed in: duplicity (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930152

Title:
  duplicity 0.8.12 fails to complete backup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/duplicity/+bug/1930152/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778638] Re: duplicity stuck in splice() call on Bionic

2021-04-02 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778638

Title:
  duplicity stuck in splice() call on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1778638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778638] Re: duplicity stuck in splice() call on Bionic

2021-04-02 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Medium => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778638

Title:
  duplicity stuck in splice() call on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1778638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 676042] Update bug:, status confirmed, importance medium

2021-04-01 Thread Kenneth Loafman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

 status confirmed
 importance medium
 done
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEExwf+p6/3mDvUSsaGH1G0ZBEHM/EFAmBmHRQACgkQH1G0ZBEH
M/E/AAf+MZaZWPdkBWLx6pZV/wxe6uj8ONurmdDQokXiXWyCflydf9gJxCUX1FKb
M51L4nlApghWR9uYf5lX0JYb8oaSsspIu8JMz5IS/7l29MeGS6b0wt0shPmQM6fY
c2gcLdq9cbuLGw98ZonZf8Q2hCfYjtBI4SL2VxWSXZ3mcEWY4YP140iv053DmLnp
BFtdQpgFX+1V5a7TC5B8UwzQ+i6eW7B7OIUM2J4KJrVcqdp9AOsYkWXKfiNVVCjj
0cB3PE4jsk/S+Q4DvJJR4A8FE7uJnfZGv0r01ugC0JMcxbRqOsOnv3VfNHKpPvCT
PwsSlp9CfJKLto64SymqJU3SWIUTWw==
=CdqP
-END PGP SIGNATURE-


** Changed in: duplicity
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/676042

Title:
  duplicity falsely reports succeeded backup, empty manifest file

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/676042/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 918489] Re: duplicity allows a new, different passphrase if an archive cache exists

2021-04-01 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/918489

Title:
  duplicity allows a new, different passphrase if an archive cache
  exists

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1576051] Update bug #1576051, status confirmed, importance medium

2021-04-01 Thread Kenneth Loafman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

 status confirmed
 importance medium
 done
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEExwf+p6/3mDvUSsaGH1G0ZBEHM/EFAmBmFfMACgkQH1G0ZBEH
M/FnDQgAhImWqh76T9WUH4NzzfarEEZsdLKXg6lspkK14v3nEV0J1kd4PnsgxmL0
k0c2q3vcUOuB0QTyydWb5Jzf4C6JzmIRZEkJaHNojU7oFgyzu+AFq3r56/UdVFh/
yw84Ly3vaxN25BlR+T5kHENHtzmp9sMS8KdcECwh7EfxtxluItF/bkXk8kYukhlO
WhnEkiyw/Fb6+5sQ0tl73t+V9zLOn2WrTLpSxaAsiZMel33aOBYgoPOic0v+Wpsv
B407MFxAen5Z4EKHWwpQ2HLHik6OXiir6ZVX400+6inSJflqBCobJM0Lm/NH8OKu
NacHNc7wXXHVGI9vKMliwg36OTJvCg==
=/NIB
-END PGP SIGNATURE-


** Changed in: duplicity
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1576051

Title:
  Duplicity cannot handle sparse files efficiently

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1576051/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652410] Update bug #1652410, status confirmed, importance medium

2021-04-01 Thread Kenneth Loafman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

 status confirmed
 importance medium
 done
-BEGIN PGP SIGNATURE-

iQEzBAEBCAAdFiEExwf+p6/3mDvUSsaGH1G0ZBEHM/EFAmBmFc0ACgkQH1G0ZBEH
M/GUCwgAoXIyBDb6kUITjvrIJVhKO8CXv/94R1PxitsoYebTWK1D8TUkOWFmy+mS
2NFM/IsMk5XbIrMgPvaJCyp/CuGzehzIV6hBaQVyhOg9VcuAKSNJ4bSNeABmXqrM
dh7GoiuY7ECn6gybCUznONyDvMJXbhR6/hqZgfOqDZGeNHNMtFpa+72qgcdpnuQh
+ymv+CO9ZyVMqv2Zuh53U53AuBpB9O3NWKhTbYTB3uS8C546jvAzfUEApuSFVYS8
yerauyOPF+BoX6Kcvv2zT52exvrVjTFD6Nmrr3W1SItGP8ayg0lVgdgez3UDaZ/0
W0Euv6sOx6i5LUFmPkgVoJ9pfw6VbQ==
=HUg5
-END PGP SIGNATURE-


** Changed in: duplicity
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1788150] Re: Shebang should point to Python 2

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788150

Title:
  Shebang should point to Python 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1788150/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 629357] Re: [Feature Request] support xz for compressing volumes

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Opinion => New

** Changed in: duplicity
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/629357

Title:
  [Feature Request] support xz for compressing volumes

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/629357/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878560] Re: Restore fails with “too many open files”

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Opinion => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878560

Title:
  Restore fails with “too many open files”

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1878560/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 875676] Re: Backing up fails with 'IOError CRC check failed'.

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Confirmed => Incomplete

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

** Changed in: duplicity
   Importance: High => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875676

Title:
  Backing up fails with 'IOError CRC check failed'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/875676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1177381] Re: Duplicity can't find its own tempdir

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: In Progress => Fix Released

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1177381

Title:
  Duplicity can't find its own tempdir

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1177381/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1727653] Re: error: can't start new thread

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1727653

Title:
  error: can't start new thread

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1727653/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1731631] Re: KeyError: 56

2021-03-27 Thread Kenneth Loafman
** Changed in: duplicity
   Status: In Progress => New

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

** Changed in: duplicity
   Importance: Medium => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731631

Title:
   KeyError: 56

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1731631/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1778638] Re: duplicity stuck in splice() call on Bionic

2021-03-26 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1778638

Title:
  duplicity stuck in splice() call on Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1778638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878560] Re: Restore fails with “too many open files”

2021-03-26 Thread Kenneth Loafman
** Changed in: duplicity
   Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878560

Title:
  Restore fails with “too many open files”

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1878560/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919017] Re: MultiBackend incorrectly reporting a failure on file deletion

2021-03-15 Thread Kenneth Loafman
** Changed in: duplicity
Milestone: None => 0.8.19

** Changed in: duplicity
   Importance: Undecided => Medium

** Changed in: duplicity
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919017

Title:
  MultiBackend incorrectly reporting a failure on file deletion

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1919017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1919017] Re: MultiBackend incorrectly reporting a failure on file deletion

2021-03-15 Thread Kenneth Loafman
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1919017

Title:
  MultiBackend incorrectly reporting a failure on file deletion

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1919017/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 875676] Re: Backing up fails with 'IOError CRC check failed'.

2021-02-28 Thread Kenneth Loafman
Snarky and off topic, but true.

I've left this bug open intentionally since it happens on occasion.  I
don't believe duplicity is at fault.  Mostly these kind of errors happen
because of:

-- Ctrl-C happy users and Python's poor handling of signals.

-- Consumer grade electronics with: memory without ECC or parity,
routers that have packet confirmation turned off, the occasional hard
drive bit rot, or any other factor that makes equipment cheap to buy.
Errors are rare but in a high population it's a lot less rare than you
might imagine.

So, please take your spam and leave it where it belongs, in the bit
bucket.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875676

Title:
  Backing up fails with 'IOError CRC check failed'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/875676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908971] Re: TypeError: cannot use a string pattern on a bytes-like object

2020-12-22 Thread Kenneth Loafman
Your report got truncated somehow... I need the traceback as well as the
error message.

I think this has been fixed in a later version, we're at 0.8.17 now.
Please try an upgrade if possible

There are multiple options both stable and daily:
- Source - https://gitlab.com/duplicity/duplicity
- Stable tarball install - https://launchpad.net/duplicity/+download
- Stable duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
- Daily duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stable snap builds - “sudo snap install duplicity —classic"
- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Stable pip3 builds - “sudo pip3 install duplicity"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04, and Hirsute 20.10.  Xenial 16.04 works with Snap and Pip
installs, but cannot be built under Launchpad PPAs at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908971

Title:
  TypeError: cannot use a string pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1908971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1908971] Re: TypeError: cannot use a string pattern on a bytes-like object

2020-12-22 Thread Kenneth Loafman
** Also affects: duplicity
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1908971

Title:
  TypeError: cannot use a string pattern on a bytes-like object

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1908971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904622] Re: boto3+s3 bucket fails

2020-11-23 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Medium => Undecided

** Changed in: duplicity
   Status: In Progress => Invalid

** Changed in: duplicity
Milestone: 0.8.18 => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904622

Title:
  boto3+s3 bucket fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1904622/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904622] Re: boto3+s3 bucket fails

2020-11-22 Thread Kenneth Loafman
Sorry, it took me a while to grok that you were using the boto3 backend.
The format for a boto3 URL is boto3+s3://bucket_name[/prefix].  It's in
the man page and usage screen.

Make that change and let me know how it went.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904622

Title:
  boto3+s3 bucket fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1904622/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904622] Re: boto3+s3 bucket fails

2020-11-22 Thread Kenneth Loafman
Thanks for the thorough analysis.


** Changed in: duplicity
   Importance: Undecided => Medium

** Changed in: duplicity
Milestone: None => 0.8.18

** Changed in: duplicity
   Status: Incomplete => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904622

Title:
  boto3+s3 bucket fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1904622/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904622] Re: boto3+s3 bucket fails

2020-11-20 Thread Kenneth Loafman
Please upgrade to the current version of duplicity.  This will assure
that any bugs fixed since your release are available and may fix your
issue.  Current release is 0.8.17.

I would suggest using one of the snap builds if at all possible.

There are multiple options both stable and daily:
- Source - https://gitlab.com/duplicity/duplicity
- Stable tarball install - https://launchpad.net/duplicity/+download
- Stable duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
- Daily duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stable snap builds - “sudo snap install duplicity —classic"
- Latest snap builds - “sudo snap install duplicity —classic —edge"
- Stable pip3 builds - “sudo pip3 install duplicity"
- Latest pip3 builds - “sudo pip3 install --pre duplicity"

Note 1: UNINSTALL duplicity first if it was installed from a different
source..  This is due to divergent install locations, especially between
repository installs and the other forms.

Note 2: Launchpad PPAs contain builds for Bionic 18.04, Eoan 19.10,
Focal 20.04, and Hirsute 20.10.  Xenial 16.04 works with Snap and Pip
installs, but cannot be built under Launchpad PPAs at the moment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904622

Title:
  boto3+s3 bucket fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1904622/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1904622] Re: boto3+s3 bucket fails

2020-11-18 Thread Kenneth Loafman
Have you tried reading your files with s3cmd or another tool?

If that works, check permission keys etc..

If that does not work, I'd like a log file, please. This is going big
and I only need a portion. Please run with -v9, redirect to a log file,
then run:

$ head -n 200 < log > log.head
$ tail -n 200 < log > log.tail

Attach, do NOT copy/paste, log.head and log.tail to this bug report. See
green button below.

** Also affects: duplicity
   Importance: Undecided
   Status: New

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1904622

Title:
  boto3+s3 bucket fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1904622/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893481] Re: UnicodeEncodeError when logging improperly encoded filenames

2020-11-11 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893481

Title:
  UnicodeEncodeError when logging improperly encoded filenames

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1893481/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1855736] Re: Duplicity fails to start

2020-10-31 Thread Kenneth Loafman
First, this is not the same bug, but a support issue.

duplicity can't stat /home/nikodll/.hardinfo/.deja-dup-ignore, so you
need to run duplicity as root, i.e. 'sudo duplicity ...'.

Thanks!  I needed something simple today!  :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1855736

Title:
  Duplicity fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1855736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893481] Re: UnicodeEncodeError when logging improperly encoded filenames

2020-10-07 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Confirmed => Fix Committed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893481

Title:
  UnicodeEncodeError when logging improperly encoded filenames

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1893481/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893481] Re: UnicodeEncodeError when logging improperly encoded filenames

2020-10-07 Thread Kenneth Loafman
Please run locale from a terminal and copy/paste the result in a
comment.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893481

Title:
  UnicodeEncodeError when logging improperly encoded filenames

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1893481/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1893481] Re: UnicodeEncodeError when logging improperly encoded filenames

2020-10-05 Thread Kenneth Loafman
** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1893481

Title:
  UnicodeEncodeError when logging improperly encoded filenames

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1893481/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 875676] Re: Backing up fails with 'IOError CRC check failed'.

2020-10-01 Thread Kenneth Loafman
It has been a long while since this occurred, except when restoring from
an older backup.  What produced the zeroes is beyond my guess.  Very
weird.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875676

Title:
  Backing up fails with 'IOError CRC check failed'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/875676/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889152] Re: Introduction of detailed S3 parameters breaks existing AWS setups

2020-09-29 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889152

Title:
  Introduction of detailed S3 parameters breaks existing AWS setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1889152/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875937] Re: Download of vol1 in validate_encryption_settings() fails when using S3 glacier

2020-08-17 Thread Kenneth Loafman
It seems to be working as it should.  When you do the incremental are
you specifying the storage class or using IA?  We check to see if --s3
-use-deep-archive or --s3-use-glacier is used and don't run
validate_encryption_settings() if either is set.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1889152] Re: Introduction of detailed S3 parameters breaks existing AWS setups

2020-07-28 Thread Kenneth Loafman
** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889152

Title:
  Introduction of detailed S3 parameters breaks existing AWS setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1889152/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875937] Re: Download of vol1 in validate_encryption_settings() fails when using S3 glacier

2020-07-04 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1881926] Re: deja-dup fails with root account

2020-06-04 Thread Kenneth Loafman
Yes, it was in bug #1851167.  Linking the reports would have been
difficult.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1881926

Title:
  deja-dup fails with root account

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1881926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1881926] Re: deja-dup fails with root account

2020-06-03 Thread Kenneth Loafman
That bug has been fixed in 0.8.13.  Please upgrade to the current
version of duplicity.  This will assure that any bugs fixed since your
release are available and may fix your issue.

There are multiple options both stable and daily:

* Source - https://gitlab.com/duplicity/duplicity
* Stable tarball install - https://launchpad.net/duplicity/+download
* Daily duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
* Stable duplicity PPA - 
https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git
* Stable snap builds - “sudo snap install duplicity —classic"
* Latest snap builds - “sudo snap install duplicity —classic —edge"
* Latest pip3 builds - “sudo pip3 install duplicity"

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


** Also affects: duplicity
   Importance: Undecided
   Status: New

** Changed in: duplicity
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1881926

Title:
  deja-dup fails with root account

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1881926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875937] Re: Download of vol1 in validate_encryption_settings() fails when using S3 glacier

2020-05-24 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Triaged => Fix Committed

** Changed in: duplicity
Milestone: None => 0.8.14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875937] Re: Download of vol1 in validate_encryption_settings() fails when using S3 glacier

2020-05-23 Thread Kenneth Loafman
When using boto3, glacier restore is not supported yet.  You'll need to
download the backup to a local drive and restore from there.

** Changed in: duplicity
   Status: New => Triaged

** Changed in: duplicity
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878560] Re: Restore fails with “too many open files”

2020-05-18 Thread Kenneth Loafman
This is a known issue with duplicity.  You will need to increase your
systems number of open files since it's set so low.  I'd suggest 16384
or higher if you have a lot of incrementals.  I'd also suggest limiting
the number of incrementals and doing more full backups.

** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878560

Title:
  Restore fails with “too many open files”

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1878560/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1828761] Re: Incremental backups do not validate passphrase

2020-05-18 Thread Kenneth Loafman
** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1828761

Title:
  Incremental backups do not validate passphrase

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1828761/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871763] Re: Duplicity is not working

2020-05-18 Thread Kenneth Loafman
** Changed in: duplicity
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871763

Title:
  Duplicity is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1871763/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875529] Re: Support hiding instead of deleting for Backblaze B2 backend

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875529

Title:
  Support hiding instead of deleting for Backblaze B2 backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872332] Re: NameError in ssh_paramiko_backend.py

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872332

Title:
  NameError in ssh_paramiko_backend.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1872332/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876446] Re: WebDAV backend creates only tiny or 0 Byte files

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876446

Title:
  WebDAV backend creates only tiny or 0 Byte files

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1876446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876778] Re: MEGA.nz backend issues after "conversion" to Python 3 (patch attached)

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876778

Title:
  MEGA.nz backend issues after "conversion" to Python 3 (patch attached)

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1876778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875529] Re: Support hiding instead of deleting for Backblaze B2 backend

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
 Assignee: Kenneth Loafman (kenneth-loafman) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875529

Title:
  Support hiding instead of deleting for Backblaze B2 backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876446] Re: WebDAV backend creates only tiny or 0 Byte files

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
   Status: In Progress => Fix Committed

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876446

Title:
  WebDAV backend creates only tiny or 0 Byte files

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1876446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876778] Re: MEGA.nz backend issues after "conversion" to Python 3 (patch attached)

2020-05-05 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Undecided => Medium

** Changed in: duplicity
   Status: New => Fix Committed

** Changed in: duplicity
Milestone: None => 0.8.13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876778

Title:
  MEGA.nz backend issues after "conversion" to Python 3 (patch attached)

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1876778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875529] Re: Support hiding instead of deleting for Backblaze B2 backend

2020-05-04 Thread Kenneth Loafman
** Changed in: duplicity
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875529

Title:
  Support hiding instead of deleting for Backblaze B2 backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875529] Re: Support hiding instead of deleting for Backblaze B2 backend

2020-05-04 Thread Kenneth Loafman
** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875529

Title:
  Support hiding instead of deleting for Backblaze B2 backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875529/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875937] Re: Download of vol1 in validate_encryption_settings() fails when using S3 glacier

2020-05-04 Thread Kenneth Loafman
** Also affects: ubuntu
   Importance: Undecided
   Status: New

** No longer affects: ubuntu

** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1875937/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876446] Re: WebDAV backend creates only tiny or 0 Byte files

2020-05-04 Thread Kenneth Loafman
** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876446

Title:
  WebDAV backend creates only tiny or 0 Byte files

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1876446/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876778] Re: MEGA.nz backend issues after "conversion" to Python 3 (patch attached)

2020-05-04 Thread Kenneth Loafman
** Also affects: duplicity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876778

Title:
  MEGA.nz backend issues after "conversion" to Python 3 (patch attached)

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1876778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872332] Re: NameError in ssh_paramiko_backend.py

2020-04-12 Thread Kenneth Loafman
Thanks for the catch!


** Changed in: duplicity
   Importance: Undecided => Medium

** Changed in: duplicity
   Status: New => Fix Committed

** Changed in: duplicity
Milestone: None => 0.8.13

** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872332

Title:
  NameError in ssh_paramiko_backend.py

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1872332/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871757] Re: Duplicity fails backups at the end every time

2020-04-09 Thread Kenneth Loafman
** Also affects: duplicity
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871757

Title:
  Duplicity fails backups at the end every time

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1871757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871763] Re: Duplicity is not working

2020-04-09 Thread Kenneth Loafman
** Also affects: duplicity (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871763

Title:
  Duplicity is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1871763/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1407966] Re: S3: Unable to access european buckets, new authorization mechanism not supported AWS4-HMAC-SHA256

2020-04-05 Thread Kenneth Loafman
Then get the repo managers to change their policy.  duplicity is up to
0.8.12 now, but it's not even in the repo to go out with Ubuntu 20.04.
Other packages like boto are in the same shape.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1407966

Title:
  S3: Unable to access european buckets, new authorization mechanism not
  supported AWS4-HMAC-SHA256

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1407966/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   >