from isys/isys.py: <<<< if mountCount.has_key(what) and mountCount[what] > 1: mountCount[what] = mountCount - 1 ^^ return >>> I assume this should be mountCount[what] = mountCount[what] - 1 That line crashed after I played with the console during install. -- Manfred
This is a dupe of bug 19523. Thanks for the fix! *** This bug has been marked as a duplicate of 19523 ***