[00:54] Hey all, is there a working kernel I can install that will allow Ubuntu to start? [00:55] The latest upgrades caused my system to fail... It's specifically a problem with grub-pc, lvm2, and I believe udev [00:58] Also, does anyone know why my system always wants to upgrade to a pae version of the kernel when I am only using 1 GB of RAM in a 32 bit system? [04:15] bjf[afk]: just to understand better, any reason why 2.6.35-23.37 is still not in proposed? at least I can't find it at omap [04:21] rsalveti, omap3 or omap4 ? [04:21] bjf[afk]: omap 3 [04:22] I saw that it did build fine for arm, but still can't find at proposed [04:22] rsalveti, https://launchpad.net/ubuntu/+source/linux/2.6.35-23.37/+build/2033772 [04:23] yup, shouldn't it be at the proposed repo already? [04:23] or do we need someone to approve it first? [04:23] should be, where are you looking? [04:24] I tried to find it by activating http://ports.ubuntu.com/ubuntu-ports maverick-proposed [04:24] then I went to the http address and can't find it there [04:25] http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux/linux-image-2.6.35-23-omap_2.6.35-23.37_armel.deb [04:26] hm, it's here, why I can't find it with apt [04:26] rsalveti, after you added it, did you "apt-get update"? [04:27] yup, can't find it [04:27] http://paste.ubuntu.com/531536/ [04:28] I got many updates from different packages, but not for the kernel [04:28] rsalveti, not sure what to tell you at this point, you could try #ubuntu-release but i'm afraid since it's the weekend your not likely to find any help [04:29] yeah, np, will ping them later then [04:29] thanks anyway :-) [04:29] then what are the following steps to move it from proposed to main/ [04:29] ? [04:32] bjf[afk]: oh, ok, the package is there but the meta-package is not requesting it yet [04:32] it's still depending on the 23.35 [04:32] that's why apt-get upgrade doesn't pull it by default [04:34] no, it seems to be fine [04:34] argh [04:34] apt-get install linux-image-omap gets the correct kernel, but apt-get upgrade doesn't [04:38] nevermind, after another apt-get update I now can find everything it needs and apt-get upgrade gets it fine [04:38] weird === yofel_ is now known as yofel [13:41] Hi [13:42] what exact information i need to look into the reason behind kernel panic [13:42] I have encountered Kernel Panic umpteen number of times [13:42] whats the best way to handle it [13:42] netconsole [13:42] or a serial cable [13:43] hyperair: Are you referring to me ? [13:43] yeah i guess i am [13:43] ok [13:43] not sure i understand about your answer though [13:49] hyperair: understood now [13:49] =) [13:49] Also why kernel panic occurs [13:50] How do we fix them [13:50] i'm sure you've seen a segfault before, right? [13:50] a kernel panic happens when the kernel segfaults =p [13:50] segfault occurs due to bad RAM ? [13:52] programming errors. [13:52] bugs [13:53] but yeah i figure bad RAM can cause it too.. [13:53] anyway use netconsole and get a backtrace, and then file a bug [13:53] that's the best way to handle a panic. [13:54] hyperair: thanks [13:54] file a bug ? [13:54] yes. [13:54] is it on launchpad ? [13:54] file a bug. [13:54] yeah. [13:54] so backtrace means the kernel messages ? [13:54] bugs.launchpad.net/ubuntu/+source/linux [13:55] i think. [13:55] you want something that looks like a series of function calls [13:56] something that says Call Trace: [13:56] followed by a bunch of lines that looks like this: [13:56] [] schedule_timeout+0x20d/0x310 [13:56] well similar to it anyway [13:58] hyperair: Are there Ubuntu Specific documentation for Understand Kernel ? [13:58] nope. [13:58] wait, yes there is [13:58] at wiki.ubuntu.com [13:58] but i forgot where [13:58] you'll have to poke around a bit. [13:59] there's something in the title of this channel [14:38] Hi [14:38] I would like to contribute to the Ubuntu Kernel Team [14:38] How do i start with === xfaf is now known as zul [23:48] hey, does ubuntu's kernel build use special LD_FLAGS versus stock vanilla kernel.org 'make'?