[Bug 1464330] Re: Release Upgrade Stalls on Kubuntu Upgrade to Wily

Benjamin Weggenmann 1464330 at bugs.launchpad.net
Tue Jul 14 16:40:06 UTC 2015


Problem is in /usr/lib/python3/dist-
packages/DistUpgrade/DistUpgradeFetcherKDE.py:

Possible fix is to change the runDistUpgrader function as follows:
    def runDistUpgrader(self):
        inhibit_sleep()
        args = [self.script, "--frontend=DistUpgradeViewKDE"] + self.run_options
        # now run it with sudo
        if os.getuid() != 0:
            os.execv("/usr/bin/kdesudo", ["kdesudo"] + args)
        else:
            os.execv(self.script, args)
        # we shouldn't come to this point, but if we do, undo our
        # inhibit sleep
        allow_sleep()

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1464330

Title:
  Release Upgrade Stalls on Kubuntu Upgrade to Wily

Status in ubuntu-release-upgrader package in Ubuntu:
  Confirmed

Bug description:
  I get as far as my last screen shot
  (https://help.ubuntu.com/community/WilyUpgrades/Kubuntu) and something
  flashes something briefly about two downloads but then nothing seems
  to happen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1464330/+subscriptions



More information about the foundations-bugs mailing list