Maybe this has been spotted, but it looks like

        if not apt_btrfs.snapshots_supported:
            logging.debug("btrfs snapshots not supported")
            return

should be

        if not apt_btrfs.snapshots_supported():
            logging.debug("btrfs snapshots not supported")
            return

i.e. missing ()

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

Title:
  update-manager -d crashed when updating from 11.04 to 11.10 - line 69,
  in apt_btrfs_snapshot.py", line 69, in btrfs_subvolume_snapshot
  source, dest]) - OSError: [Errno 2] No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/801696/+subscriptions

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

Reply via email to