[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-10-04 Thread Leann Ogasawara
Closing the linux tasks as this was against linux-ti-omap4. ** Changed in: linux (Ubuntu Precise) Status: Confirmed = Invalid ** Changed in: linux (Ubuntu Quantal) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-26 Thread Tim Gardner
** Changed in: linux-ti-omap4 (Ubuntu Quantal) Assignee: (unassigned) = Paolo Pisati (p-pisati) ** Changed in: linux-ti-omap4 (Ubuntu Precise) Assignee: (unassigned) = Paolo Pisati (p-pisati) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-26 Thread Paolo Pisati
in Q/omap4 we enforced vm.min_free_kbytes=32K at kernel level, while in P/omap4 we had the installer tune that value for us (and put a file in /etc/sysctl.d after the installation): i've been compiling the last two days with no problem on my panda so far, closing here. ** Changed in:

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title:

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux-ti-omap4 (Ubuntu Precise) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-10 Thread Leann Ogasawara
Removing the rls-q-incoming since this bug has been nominated and milestoned to stay on the radar. ** Tags removed: rls-q-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title: Page

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-03 Thread Kate Stewart
** Also affects: linux (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: linux-ti-omap4 (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: jasper-initramfs (Ubuntu Precise) Importance: Undecided Status: New -- You received this

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-09-03 Thread Oliver Grawert
jasper carries the fix for this since natty ** Changed in: linux-ti-omap4 (Ubuntu Quantal) Status: Incomplete = Confirmed ** Changed in: jasper-initramfs (Ubuntu Quantal) Status: Fix Released = Invalid ** Changed in: linux (Ubuntu Quantal) Status: Incomplete = Confirmed **

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-08-07 Thread Joseph Salisbury
** Changed in: linux-ti-omap4 (Ubuntu Quantal) 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/746137 Title: Page allocation failure on Pandaboard and Beagle XM To

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-25 Thread Oliver Grawert
well, how about testing the possible kernel fix mentioned above instead of hacking around the issue in userspace ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title: Page allocation

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-25 Thread Adam Conrad
I'm all for kernel fixes, if we can sort out a decent testing strategy to make sure it (a) fixes the bug, and (b) doesn't cause a regression. Would make our buildds pretty happy if we backported it to precise too. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-24 Thread Oliver Grawert
since we now dropped jasper-initramfs from quantal on we dont have a place to put the sysctl.d hack anymore which causes this bug to show up again in quantal images but along that we got a hint to replace GFP_ATOMIC by GFP_KERNEL in the relevant kmallocs which worked for the rt2x00 wifi driver in

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-24 Thread Oliver Grawert
the same issue is seen on omap3 beagleboard images, so also opening against the linux package. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Natty) Status: New = Invalid ** Changed in: linux (Ubuntu Quantal) Importance:

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-24 Thread Oliver Grawert
** Changed in: linux-ti-omap4 (Ubuntu Quantal) Milestone: None = ubuntu-12.10-beta-1 ** Changed in: linux (Ubuntu Quantal) Milestone: None = ubuntu-12.10-beta-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-24 Thread Oliver Grawert
** Tags added: rls-q-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title: Page allocation failure on Pandaboard and Beagle XM To manage notifications about this bug go to:

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-07-24 Thread Adam Conrad
bug #992786 implies that this needs to be higher for sane performance. Testing here with 32768 works well. I'm not sure having this as an installer hack is sane, though I'm trying to sort out where it's better put. procps owns that directory, but having procps have subarch specific magic is a

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-03-29 Thread Matt Zimmerman
With 12288, I still see both page allocation failures and eth0: kevent 2 may have been dropped errors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title: Page allocation failure on

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2012-03-22 Thread Matt Zimmerman
With 2.6.38-1209-omap4 and the default min_free_kbytes=8192, I still see page allocation failures when there's a lot of ethernet traffic. I've increased it to 12288 to see if that makes a difference. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2011-04-27 Thread Bryan Wu
With the workaround in Jasper, I didn't see any page allocation failure errors on Panda with 1208.12 kernel. -Bryan ** Changed in: linux-ti-omap4 (Ubuntu Natty) Status: New = Won't Fix ** Changed in: linux-ti-omap4 (Ubuntu) Status: New = Won't Fix -- You received this bug

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2011-04-11 Thread Launchpad Bug Tracker
This bug was fixed in the package jasper-initramfs - 0.54 --- jasper-initramfs (0.54) natty; urgency=low * Workaround to increase kernel min_free_kbytes to avoid page allocation failures (LP: #746137) -- Ricardo Salveti de Araujo ricardo.salv...@canonical.com Mon, 11 Apr

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/jasper-initramfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title: Page allocation failure on Pandaboard and Beagle XM -- ubuntu-bugs mailing list

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2011-04-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~rsalveti/jasper-initramfs/746137 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/746137 Title: Page allocation failure on Pandaboard and Beagle XM -- ubuntu-bugs mailing list

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2011-04-10 Thread Ricardo Salveti
Merge proposal for jasper including the sysctl workaround with 8192 kbytes: * https://code.launchpad.net/~rsalveti/jasper-initramfs/746137/+merge/57104 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 746137] Re: Page allocation failure on Pandaboard and Beagle XM

2011-04-10 Thread Ricardo Salveti
Also, this workaround is currently being used by our Beagle XM builders, and they seem to be running quite well now. Lamont can give more details if needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.