Hi Brian, Thanks for the reply. I managed to successfully upgrade to 14.04 by using the following commands from: http://askubuntu.com/questions/458603/ubuntu-14-04-upgrade-from-13clamav-10-using-unofficial-software-packages-not-provided
|$ sudo apt-get install --fix-broken ||sudo sed 's/saucy/trusty/g' -i /etc/apt/sources.list sudo mv /etc/apt/sources.list.d /etc/apt/sources.list.d.bak sudo apt-get update sudo apt-get dist-upgrade -y| To upgrade your PPAs, you can either manually select the ones to enable, or do the following: |sudo mv /etc/apt/sources.list.d.bak /etc/apt/sources.list.d sudo sed 's/saucy/trusty/g' -i /etc/apt/sources.list sudo apt-get update sudo apt-get dist-upgrade -y So Far, all seems to be OK. Thanks, Harry| On 05/12/2014 11:12 AM, Brian Murray wrote: > Thank you for taking the time to report this bug and helping to make > Ubuntu better. Please execute the following command, as it will > automatically gather debugging information, in a terminal: > > apport-collect 1318085 > > When reporting bugs in the future please use apport by using 'ubuntu- > bug' and the name of the package affected. You can learn more about this > functionality at https://wiki.ubuntu.com/ReportingBugs. > > ** Changed in: ubuntu-release-upgrader (Ubuntu) > Status: New => Incomplete > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318085 Title: Could not calculate the upgrade to Rel 14.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1318085/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
