I tried Noel's patch for Bug 442456 and it works for me: --- DistUpgradeCache.py~ 2009-09-29 15:02:52.000000000 -0400 +++ DistUpgradeCache.py 2009-10-04 15:53:04.000000000 -0400 @@ -989,7 +989,7 @@ if not os.path.exists(aufs_rw_dir): os.makedirs(aufs_rw_dir) logging.debug("cache aufs_rw_dir: %s" % aufs_rw_dir) - for d in ["/","/usr","/var","/boot", archivedir, aufs_rw_dir, "/home"]: + for d in ["/","/usr","/boot", archivedir, aufs_rw_dir, "/home"]: d = os.path.realpath(d) fs_id = make_fs_id(d) st = os.statvfs(d)
Thanks! -- do-release-upgrade should check for free space in the actual paths where it's needed https://bugs.launchpad.net/bugs/442456 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs