Re: [Bug 1069160] Re: Could not calculate the upgrade
Hi Victor Actually you tried to downgrade. Regards Atenciosamente Alexandre de M. C. Santos Nam Myoho Renge Kyo amc...@gmail.com *GNU/Linux:* 533564 (counter.li.org) [image: Certificate for 533564] On Fri, Apr 25, 2014 at 1:34 PM, Victor S wrote: > I'm trying to upgrade Kubuntu from 13.10 to 14.04. I'm on an Intel 64-bit > desktop machine. > There are no broken packages that I can see. Just "unresolvable problem". > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1069160 > > Title: > Could not calculate the upgrade > > Status in “ubuntu-release-upgrader” package in Ubuntu: > Expired > > Bug description: > Calculating the changes > > Could not calculate the upgrade > > An unresolvable problem occurred while calculating the upgrade: > E:Unable to correct problems, you have held broken packages. > > This can be caused by: > * Upgrading to a pre-release version of Ubuntu > * Running the current pre-release version of Ubuntu > * Unofficial software packages not provided by Ubuntu > > If none of this applies, then please report this bug using the > command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. > > > Restoring original system state > > Aborting > Reading package lists... Done > Building dependency tree > Reading state information... Done > Building data structures... Done > root@unode:/home/amcs# > > ProblemType: Bug > DistroRelease: Ubuntu 12.04 > Package: ubuntu-release-upgrader-core (not installed) > ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31 > Uname: Linux 3.2.0-33-generic x86_64 > NonfreeKernelModules: nvidia > ApportVersion: 2.0.1-0ubuntu14 > Architecture: amd64 > Date: Sat Oct 20 15:10:39 2012 > InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 > (20120425) > ProcEnviron: >TERM=xterm >PATH=(custom, no user) >LANG=en_US.UTF-8 >SHELL=/bin/bash > SourcePackage: ubuntu-release-upgrader > UpgradeStatus: Upgraded to precise on 2012-10-20 (0 days ago) > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069160 Title: Could not calculate the upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1069160] Re: Could not calculate the upgrade
Hi Victor. I am reading your last mail. To my understanding, you have installed Ubuntu 13.10 and want to install Ubuntu 12.04? Atenciosamente Alexandre de M. C. Santos Nam Myoho Renge Kyo amc...@gmail.com *GNU/Linux:* 533564 (counter.li.org) [image: Certificate for 533564] On Fri, Apr 25, 2014 at 2:16 PM, Victor S wrote: > Hi Alexandre! > Can you explain it, please? My distro now is 13.10 Saucy. I'm trying to do > an upgrade. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1069160 > > Title: > Could not calculate the upgrade > > Status in “ubuntu-release-upgrader” package in Ubuntu: > Expired > > Bug description: > Calculating the changes > > Could not calculate the upgrade > > An unresolvable problem occurred while calculating the upgrade: > E:Unable to correct problems, you have held broken packages. > > This can be caused by: > * Upgrading to a pre-release version of Ubuntu > * Running the current pre-release version of Ubuntu > * Unofficial software packages not provided by Ubuntu > > If none of this applies, then please report this bug using the > command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. > > > Restoring original system state > > Aborting > Reading package lists... Done > Building dependency tree > Reading state information... Done > Building data structures... Done > root@unode:/home/amcs# > > ProblemType: Bug > DistroRelease: Ubuntu 12.04 > Package: ubuntu-release-upgrader-core (not installed) > ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31 > Uname: Linux 3.2.0-33-generic x86_64 > NonfreeKernelModules: nvidia > ApportVersion: 2.0.1-0ubuntu14 > Architecture: amd64 > Date: Sat Oct 20 15:10:39 2012 > InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 > (20120425) > ProcEnviron: >TERM=xterm >PATH=(custom, no user) >LANG=en_US.UTF-8 >SHELL=/bin/bash > SourcePackage: ubuntu-release-upgrader > UpgradeStatus: Upgraded to precise on 2012-10-20 (0 days ago) > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069160 Title: Could not calculate the upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1069160] Re: Could not calculate the upgrade
Hi Victor. Simple way. You can do it manually. First generate a list of what you have installed on your system. You can do this by typing the following in the terminal. sudo dpkg --get-selections | grep '[[:space:]]install$' | \awk '{print $1}' > package_list copy your /home and /etc folder to a backup media. Re install ubuntu 12.04. Restore your backup (remember to set the correct premissions). Then run the following to reinstall all the program you had before. cat package_list | xargs sudo apt-get install Note that you might have to do some cleaning of the /etc and /home folder for incompatible settings. reference: http://askubuntu.com/questions/49869/how-to-roll-back-ubuntu-to-a-previous-version . Atenciosamente Alexandre de M. C. Santos Nam Myoho Renge Kyo amc...@gmail.com *GNU/Linux:* 533564 (counter.li.org) [image: Certificate for 533564] On Fri, Apr 25, 2014 at 2:36 PM, Alexandre MCS wrote: > Hi Victor. > > I am reading your last mail. > To my understanding, you have installed Ubuntu 13.10 and want to install > Ubuntu 12.04? > > > > Atenciosamente > Alexandre de M. C. Santos > Nam Myoho Renge Kyo > amc...@gmail.com > *GNU/Linux:* 533564 (counter.li.org) > [image: Certificate for 533564] > > > On Fri, Apr 25, 2014 at 2:16 PM, Victor S wrote: > >> Hi Alexandre! >> Can you explain it, please? My distro now is 13.10 Saucy. I'm trying to >> do an upgrade. >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/1069160 >> >> Title: >> Could not calculate the upgrade >> >> Status in “ubuntu-release-upgrader” package in Ubuntu: >> Expired >> >> Bug description: >> Calculating the changes >> >> Could not calculate the upgrade >> >> An unresolvable problem occurred while calculating the upgrade: >> E:Unable to correct problems, you have held broken packages. >> >> This can be caused by: >> * Upgrading to a pre-release version of Ubuntu >> * Running the current pre-release version of Ubuntu >> * Unofficial software packages not provided by Ubuntu >> >> If none of this applies, then please report this bug using the >> command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. >> >> >> Restoring original system state >> >> Aborting >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> Building data structures... Done >> root@unode:/home/amcs# >> >> ProblemType: Bug >> DistroRelease: Ubuntu 12.04 >> Package: ubuntu-release-upgrader-core (not installed) >> ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31 >> Uname: Linux 3.2.0-33-generic x86_64 >> NonfreeKernelModules: nvidia >> ApportVersion: 2.0.1-0ubuntu14 >> Architecture: amd64 >> Date: Sat Oct 20 15:10:39 2012 >> InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 >> (20120425) >> ProcEnviron: >>TERM=xterm >>PATH=(custom, no user) >>LANG=en_US.UTF-8 >>SHELL=/bin/bash >> SourcePackage: ubuntu-release-upgrader >> UpgradeStatus: Upgraded to precise on 2012-10-20 (0 days ago) >> >> To manage notifications about this bug go to: >> >> https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions >> > > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069160 Title: Could not calculate the upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1069160] [NEW] ubuntu-release-upgrader
Public bug reported: Calculating the changes Could not calculate the upgrade An unresolvable problem occurred while calculating the upgrade: E:Unable to correct problems, you have held broken packages. This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the current pre-release version of Ubuntu * Unofficial software packages not provided by Ubuntu If none of this applies, then please report this bug using the command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. Restoring original system state Aborting Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done root@unode:/home/amcs# ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: ubuntu-release-upgrader-core (not installed) ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31 Uname: Linux 3.2.0-33-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu14 Architecture: amd64 Date: Sat Oct 20 15:10:39 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubuntu-release-upgrader UpgradeStatus: Upgraded to precise on 2012-10-20 (0 days ago) ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069160 Title: ubuntu-release-upgrader To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1068407] Re: upgrade to 12.10
Solved for me. apt-get remove --purge xserver-xorg-video-nouveau Best Regards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1068407 Title: upgrade to 12.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068407/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1069160] Re: Could not calculate the upgrade
Solved ! I remove the xserver-xorg-video-nouveau package , and the upgrade worked. Thanks a lot. Regards. Alexandre Moraes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1069160 Title: Could not calculate the upgrade To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1069160/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs