update to oneiric quit due to missing btrfs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt-btrfs-snapshot (Ubuntu) |
Fix Released
|
Medium
|
Michael Vogt | ||
update-manager (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Traceback (most recent call last):
File "/tmp/update-
sys.
File "/tmp/update-
if app.run():
File "/tmp/update-
return self.fullUpgrade()
File "/tmp/update-
if not self.doDistUpgr
File "/tmp/update-
self.
File "/tmp/update-
res = apt_btrfs.
File "/tmp/update-
os.
File "/tmp/update-
source, dest])
File "/usr/lib/
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/
errread, errwrite)
File "/usr/lib/
raise child_exception
OSError: [Errno 2] File or directory does not exist
Related branches
- 许煜恒: Pending requested
- Diff: 0 lines
Changed in update-manager (Ubuntu): | |
status: | New → Fix Committed |
Changed in update-manager (Ubuntu): | |
status: | Fix Committed → Invalid |
Apparently, "/tmp/update- manager- xxx/apt- btrfs_snapshot. py" does not check the existence of the "btrfs" tool and tries to call it unconditionally. After doing a "apt-get install btrfs-utils" - I don't have any btrfs partition - the upgrade continues.