/srv/irclogs.ubuntu.com/2009/06/14/#ubuntu-kernel.txt

johanbrcwillu: kernel oopses when it tries to allocate memory00:05
johanbrwhat are you doing when that happens?00:05
cwillujohanbr, I'll come back to the machine and it's locked up (monitors are in stand-by, can't ssh in, etc)00:15
cwilluso my best answer is "nothing" :p00:15
johanbrwhat was it doing at the time?00:15
cwilluhappens every couple days00:15
cwilluagain, as far as I know, there is nothing out of the ordinary running at that time00:15
johanbrbasically idle?00:17
cwilluyep00:17
cwilluI _do_ have a daily backup happening, but I turned it off for a couple days, still experienced this hang00:17
johanbrthat shouldn't happen00:20
johanbroopsing when allocating memory makes me think "RAM problem"00:21
johanbrhave you run memtest?00:21
cwilluI ran memtest on it for about 24 hours a week or two ago00:21
cwilluno errors00:21
cwillu64bit cpu running a 32bit install, in case that's relevant00:22
johanbrhow much ram?00:22
cwillu2 gigs00:22
johanbrhmm... no immediate guess00:24
johanbrdo you have other oopses captured?00:24
cwilluthis was the first netconsole capture I've done on it, but it lives long enough to write to the log files00:27
cwilluMay 21 13:02:43 ralph-desktop kernel: [423191.559094] BUG: unable to handle kernel NULL pointer dereference at 0000000100:27
cwillulooks like I've got a couple dozen in /var/log/kern.log.*.gz00:29
cwilluq00:29
johanbrwhat's the line corresponding to [129075.799432] IP: [<c01bffcf>] __kmalloc+0x6f/0x1b0 ?00:30
cwilluthis started after upgrading to jaunty, the issue remains under the 2.6.30 kernels as well00:30
cwilluone sec00:30
cwilluMay 21 13:02:43 ralph-desktop kernel: [423191.559103] IP: [<c01b8099>] kmem_cache_alloc+0x49/0xb000:30
cwilluthat one's off 2.6.28-12-generic00:31
johanbrokay00:31
cwilluactually, give me one sec00:31
cwilluI just lied to you :p00:31
cwilluoh, nevermind, I didn't lie00:31
johanbr:)00:31
johanbrseems like it consistently crashes when trying to allocate memory00:31
cwilluMay 29 00:32:59 ralph-desktop kernel: [567299.666278] IP: [<c01c44c7>] __kmalloc+0x67/0x180 is the one that actually matches the second one I linked above00:32
johanbralright... same thing, basically00:32
cwillubut kmem_cache_alloc shows up on some of them too00:32
cwilluwill jaunty boot under a 8.10 kernel?00:33
johanbrthat should work00:33
johanbrbut you said it showed up under 2,6,28?00:33
cwilluyes00:33
johanbroh, never mind...00:34
cwilluI'm thinking "regression added in 2.6.28 that hasn't been noticed consistently yet", but my thoughts are suspect :p00:34
johanbrit didn't happen in intrepid?00:34
cwillunot that I know of00:34
johanbrhave you run intrepid since the bug first started appearing?00:35
cwilluno00:35
johanbra bug in the kernel memory allocation would've been quickly noticed00:35
johanbrso I still suspect some kind of hardware problem00:35
cwilluI updated to jaunty because of the improved wacom handling (was basically unusable in intrepid due to how intrepid's xserver handled hotplugging), a day or two later he started complaining about lockups00:35
johanbrdoes the machine have swap?00:36
cwilluyes00:36
johanbrcould also be a disk problem00:36
johanbrif you have some unpartitioned space (or an expendable partition) you could try using a different swap partition00:37
* cwillu turns off swap and warns him of potentially odd behaviour :p00:37
johanbryou can also do that :)00:38
johanbrhow often does the bug strike?00:38
cwilluonce a day, once every couple days00:42
johanbralright00:43
johanbrat the moment, I don't have any other ideas00:43
johanbrtry running without swap for a while and see if that changes anything00:43
cwilluwill do00:45
Sarvattis the PAE x86 server kernel getting the axe?05:00
zeroproghey guys im trying to find the docs on my device....i did lsusb and found WinChipHead but when i google it the only sites that appear are in some asian language.....is there any other way i can figure out what i need to write the driver 09:30
CarlFKlog_buf_len=nSets the size of the printk ring buffer, in bytes. Format: { n | nk | nM } n must be a power of two.  The default size is set in the kernel config file.   http://www.kernel.org/doc/Documentation/kernel-parameters.txt15:59
CarlFKUm... I don't see it in juser@dell30:~$ grep -i log_buf /boot/config-2.6.28-11-generic 16:00
CarlFKCONFIG_LOG_BUF_SHIFT=1716:00
CarlFK"The default size is set in the kernel config file." sounds odd.  16:01
darthanubisI need an 8.10 kernel config, or a 9.10 kernel config17:26
mohan_hi..17:54
mohan_i am using ubuntu jaunty..17:54
mohan_any latest RT kernel ?17:54
mohan_hi.. anybody pls..17:56
mohan_i need RT kernel for jaunty..17:57
mohan_the current RT kernel hangs my system.. :(17:57
mohan_hey..18:02
mohan_anybody here?18:02
cwillumohan_... should stick around longer next time :(22:04
darthanubishttps://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/34748722:40
ubot3Malone bug 347487 in virtualbox-ose "starting virtual machine in virtualbox-ose freezes system" [Medium,Confirmed] 22:40
arielCohello, is this a good place for questions about upgrading my kernel?22:46
arielCoI'm going to upgrade to 2.6.30, downloaded from kernel.ubuntu.com, but the package description warns me that I may want to install the -generic metapackage instead, and I cannot find it. Is it really necessary?22:52
darthanubisarielCo, nothing is REALLY necessary22:56
darthanubisarielCo, https://wiki.ubuntu.com/KernelMainlineBuilds22:56
arielCo@darthanubis: going22:56
darthanubis??22:57
arielCoOkay, that's what I did the last time I tried (2.6.29). That time, the b44 driver did not autoload on boot and I had to type 'modprobe b44' every time I booted.22:58
johanbrthat's unrelated to not installing the -generic package23:16
arielCoJohan, thanks. Do you know where can I find info on autoloading / hw detection? I'm about to upgrade via dpkg, and I want to understand the issue so I can transmit simple instructions to anyone doing the same :)23:22
=== lifeless is now known as all
=== all is now known as lifeless

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