/srv/irclogs.ubuntu.com/2010/07/18/#ubuntu-kernel.txt

ogasawaraapw: thanks for investigating that kernel-wedge build issue09:11
ogasawaraapw: I saw all my builds failed but then had to leave for the airport09:12
ogasawaraapw: we missed our connection and are stuck in AMS til this evening09:12
=== yofel_ is now known as yofel
=== lag is now known as Guest77371
ralphcorHi, CONFIG_MEMTEST isn't defined by default.  I know of memtest86+ but memtest.c gives a memtest=N kernel parameter that runs N tests every boot, maps out bad memory, and being __init disappears later.  memtest86+ runs until killed, although its tests are better.12:45
ralphcorWould a wishlist bug for CONFIG_MEMTEST be the way to go?12:45
ralphcormemtest.c gives the paranoid the ability to "run a few tests every boot".12:46
penguin42ralphcor: What does it do when the test fails?12:47
ralphcorpenguin42: printk KERN_INFO and reserve_early().  http://lxr.linux.no/#linux+v2.6.34.1/arch/x86/mm/memtest.c#L3212:48
penguin42I guess you could also do something that watched for those and told the user if it survived that long, or spotted them in reported oopss12:51
manjoapw, ping12:52
ralphcorpenguin42: I suppose so, but just being able to look at dmesg post-boot and see if memtest.c was happy would be useful.  I'm finding the in RAM copy of files can have four bytes, spaced 16 apart, differ from the on disc file after a day or two of uptime.  But translating the virtual address of that file+offset into physical RAM address can't be easily done, AFAICS.  And memtest86+ is happy, as I say.  So CONFIG_MEMTEST would be another option.12:55
penguin42ralphcor: Nasty; you're assuming that's a RAM problem12:56
penguin42ralphcor: Are they always at the same offset into any 512byte block?12:58
ralphcorpenguin42: True, I am, but then a userspace memory tester has also, once, come up with the same symptom after a few minutes, but never again, which seems to rule out the hard drive -> RAM route.  So it's probably happening to other pages of RAM too, it's just the output of lsof is a handy list of files to check.12:58
ralphcorpenguin42: No.  Here's one where the four RAM bytes are corrupted to become 0x00.  http://dorset.pastebin.com/KgLM9jtU13:00
ralphcorpenguin42: And a second that shows a more complex corruption.  http://dorset.pastebin.com/GsGYGAD613:01
ralphcorIgnore the commentary in the first, it was before I cottoned on to the RAM copy being duff, and not my copy of the root partition.13:02
penguin42ralphcor: Wow, those are weird - I've not seen things vertically changed like that - 4 bytes in a row isn't too unusual13:02
ralphcorpenguin42: Me neither.  Although 16 bytes is 128 bits which may be a cache line length on this 64-bit arch?  That the offset within the 16-bytes differs is strange though.13:03
ralphcorWho knows, perhaps if memtest=N was easily available we'd see more detection of RAM problems helping to point the finger for some of these random kernel crashes.13:05
penguin42yeh13:05
penguin42ralphcor: I can imagine if one chip in a DIMM wasn't getting write enabled some of the time or a bad connection then I guess you might see something like that - but it's still odd13:06
ralphcorI was also wondering out of interest if memtest86+ uses all available cores.13:06
ralphcorpenguin42: Agreed.  If I could get physical address for every fault then I could look for such a pattern.  But not being able to do that from userspace is a hamper.  memtest=N would report physical addresses, I hope.  It's walking through e820 areas.13:08
penguin42yeh13:09
lamontso about these getattr calls that apparmor is denying... what's the change to the profile to make them happy again?15:56
pavolzetorhttps://bugs.launchpad.net/gnome-power/+bug/25782716:12
ubot2Launchpad bug 257827 in linux (Ubuntu Intrepid) (and 3 other projects) "brightness changes twice when using hotkeys (affects: 7) (dups: 1) (heat: 70)" [Medium,Fix released]16:12
pavolzetorcan you hep me16:12
lamontso.. maverick kernel (just linux-image-2.6.35-9-generic), lucid userspace:  what am I missing that it no longer finds access points?22:36
lamontmeh.  broadcom wireless nic seems to be getting ignored22:39
rippswhoa... I thought I had a good understanding of packaging, but than I took a look at the l-b-m packaging... 22:42
lamontthat's one seriously complicated package.22:49

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!