[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2020-07-14 Thread Daniel Letzeisen
This bug was fixed in the package ubuntu-release-upgrader - 1:0.214 --- ubuntu-release-upgrader (1:0.214) trusty; urgency=medium * DistUpgrade/DistUpgradeQuirks.py: On 12.04 stop the upgrade process if the system does not support PAE. Thanks to Chris Bainbridge for the initial

Re: [Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-07 Thread lampeoneon
Thanks On Mar 3, 2014 5:40 AM, Chris Bainbridge chris.bainbri...@gmail.com wrote: I'm attaching a patch for DistUpgradeQuirks.py that aborts the upgrade if the pae flag is not in /proc/cpuinfo (the same check as used by the kernel package on install). It would be a good idea to release this

Re: [Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-06 Thread Fscalc
Folks, At the risk of sounding in inappropriately (again), I wanted to reiterate that the bug report I filed was when I tried to update my Pentium M ThinkPad from Ubuntu 12.04 to 12.04.3 / 12.04.4. http://askubuntu.com/questions/336527/how-to-upgrade-

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-06 Thread Chris Bainbridge
Stephen, The work done in this bug should stop 12.04 systems getting hosed when updating to 14.04. The work done in bug #930447 enables Pentium M systems to boot a PAE kernel with the forcepae parameter (this has to be manually enabled by the user). Hopefully this means the 14.04 release image

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread sudodus
What about the boot option 'forcepae'? Is it still available, and possible to use in order to make Pentium M and Celeron M run a PAE kernel? In that case, I think that it should be described in the wiki page that the error text is referring to https://help.ubuntu.com/community/EnablingPAE

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread Chris Bainbridge
sudodus, forcepae isn't in the mainline kernel yet so it's up to the Ubuntu Kernel team as to whether they add the patch to the kernel now and/or backport it to 12.04. For someone with Pentium M who wants to upgrade from 12.04 the easiest way would be to do the fakepae trick of mounting a modified

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread Brian Murray
Chris - thanks for updating your patch. I committed a variation of it to trunk and will upload a new version of the release upgrader shortly. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu-release-upgrader -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1160346 Title: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system

Re: [Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread awol
i put OpenSuSE on my thinkPad t42 - it works well. On Thu, Mar 6, 2014 at 5:58 AM, Brian Murray br...@ubuntu.com wrote: Chris - thanks for updating your patch. I committed a variation of it to trunk and will upload a new version of the release upgrader shortly. -- You received this bug

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-release-upgrader - 1:0.214 --- ubuntu-release-upgrader (1:0.214) trusty; urgency=medium * DistUpgrade/DistUpgradeQuirks.py: On 12.04 stop the upgrade process if the system does not support PAE. Thanks to Chris Bainbridge for the initial

Re: [Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread Frogman
@sudodus Thanks for the info re: fakePAE trick On Wed, Mar 5, 2014 at 4:01 PM, sudodus nio.wikl...@gmail.com wrote: @Frogman - fakePAE trick Until the new patches in the main-stream code trickle down (maybe it stays in 14.04 LTS), I suggest that you try Lubuntu-fake-pae according to this

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-05 Thread Chris Bainbridge
I added some text about Pentium M to https://help.ubuntu.com/community/EnablingPAE . There is now some overlap with https://help.ubuntu.com/community/PAE - they pages could probably do with being merged and cleaned up. -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread Brian Murray
Chris, thanks for working on this. The code in the patch itself looks good but I think the error message for the user could be more informative regarding the corrective action necessary. Pointing at https://help.ubuntu.com/community/EnablingPAE would be one solution or including some text from

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread sudodus
... and the text in https://help.ubuntu.com/community/EnablingPAE will need updating too, and there are volunteers that can do that (for example I can do it, unless someone has 'adopted' that wiki page and wants to do it). -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread JohnWashington
Re #10 and #11, it gave me a chuckle! :) But actually there's something serious here as well. Not just that the wiki would seem to be not quite right, but also that some well-understood convention is needed, for use when one person justifiably assigns a bug to another. Indeed, even assigning a

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread Daniel Letzeisen
People mistakenly assign bugs to themselves all of the time. I really doubt better documentation would help in most of those cases... Personally, I wouldn't mind seeing the 'Assigned to' field go away completely or have write access limited. -- You received this bug notification because you are

Re: [Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread Steve Langasek
Not just that the wiki would seem to be not quite right, but also that some well-understood convention is needed, for use when one person justifiably assigns a bug to another. The convention is already well understood among Ubuntu developers... So more than a month was wasted, when someone

Re: [Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread Fscalc
Folks, It probably isn't appropriate for me to jump in here as I am not a developer or part of the team that squashes the bugs. I am just one of the people who filed the bug report, but what John Washington wrote struck me. I am a person who tries to be an advocate for Linux, Ubuntu in

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-04 Thread Chris Bainbridge
New patch with better error text (including url). ** Patch added: update_manager_quirks_pae_v2.patch https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1160346/+attachment/4007638/+files/update_manager_quirks_pae_v2.patch ** Patch removed: update_manager_quirks_pae.patch

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-03 Thread Ubuntu Foundations Team Bug Bot
The attachment update_manager_quirks_pae.patch seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-03 Thread Alberto Salvia Novella
** Changed in: ubuntu-release-upgrader (Ubuntu) Milestone: None = ubuntu-14.04-beta-2 ** Changed in: linux (Ubuntu) Milestone: None = ubuntu-14.04-beta-2 ** Changed in: linux (Ubuntu) Importance: Undecided = Critical ** Changed in: ubuntu-release-upgrader (Ubuntu) Importance: High

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-03 Thread Steve Langasek
** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: Steve Langasek (vorlon) = Brian Murray (brian-murray) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1160346 Title:

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-03 Thread Alberto Salvia Novella
As seen in https://wiki.ubuntu.com/Bugs/Bug%20statuses: Never assign bugs to others ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: Brian Murray (brian-murray) = (unassigned) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-03 Thread Steve Langasek
Thanks for respecting the Ubuntu bug management guidelines, but as Brian's manager, I get to assign bugs to him ;) ** Changed in: ubuntu-release-upgrader (Ubuntu) Assignee: (unassigned) = Brian Murray (brian-murray) -- You received this bug notification because you are a member of Kernel

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-03 Thread Alberto Salvia Novella
Jajaja, ok :D -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1160346 Title: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel

[Kernel-packages] [Bug 1160346] Re: do-release-upgrade from Ubuntu 12.04 on Pentium-M fails, breaks system without any warning (This kernel does not support a non-PAE CPU)

2014-03-02 Thread Chris Bainbridge
I'm attaching a patch for DistUpgradeQuirks.py that aborts the upgrade if the pae flag is not in /proc/cpuinfo (the same check as used by the kernel package on install). It would be a good idea to release this fix before the 14.04 LTS is released in order to save thousands of people from ending