[00:00] jbarnes: I'll try to catch up to kirkland later today and get him to test with tiling disabled. [00:00] cool that would help [00:01] afaik the MCHBAR patch by itself shouldn't cause lockups [00:01] except indirectly... [00:01] jbarnes: agreed, but it does appear to be causative [00:01] yep [01:11] help install please I have a RAID 0 and 2 IDE drives, Ubuntu alternate CD only see 1 IDE drives and gives me an error message when trying to partition the RAID 0 === k-s is now known as k-s[AWAY] [03:36] hello [03:36] any interresting ubuntu screensaver? [09:22] hello [09:22] i desperately need some help in compiling the kernel with PAE enabled, anyone willing to help? [09:42] wake up! [09:44] Shock: as the topic says... "Ubuntu kernel development discussion ONLY" [09:44] Shock: you want #ubuntu or another support channel. [09:45] oh, right... [09:48] what would "another support channel" might be since I tried getting help in #ubuntu quite a few times to no avail? [09:54] Shock: maybe you can try kernelnewbies on oftc [09:55] oftc? [09:56] Shock: irc.oftc.net [09:57] Shock: http://kernelnewbies.org/IRC [09:57] thanks anubhav [09:58] should I still try that if I don't consider myself a newbie? :) [09:58] my errors come from the abi checker, btw [09:59] Shock: try it out ..most probably some one will know [10:10] Shock: https://help.ubuntu.com/community/Kernel/Compile [10:12] anubhav: thanks, i've used that document in my research [10:13] also https://wiki.ubuntu.com/KernelTeam/KernelMaintenance [10:13] the info I'm looking for doesn't seem to be on the wikis/forums [10:14] Shock: what info? [10:14] Shock: You question is not pointed enough as it is [10:16] ok, I'm getting this error "EE: Missing modules (start begging for mercy)" [10:18] I've done debian/scripts/misc/getabis [10:18] I've bumped the ABI [10:18] I don't know what else to try [10:18] this is the buildlog: https://launchpad.net/~mmiron/+archive/ppa/+build/941290/+files/buildlog_ubuntu-intrepid-i386.linux_2.6.27-12.32ubuntu1~ppa1_FAILEDTOBUILD.txt.gz [10:21] IntuitiveNipple: I don't know how to fix this error: "EE: Missing modules (start begging for mercy)" [10:22] Shock: What changes have you made? [10:23] I've enabled CONFIG_HIGHMEM64G and disabled CONFIG_HIGHMEM4G [10:24] I've run debian/rules updateconfigs which asked me about another option (about adaptec 64bit DMA) for which I've answered no [10:24] I the dump is see MISS: dca [10:24] MISS: ioatdma [10:24] I don't think it should have asked me about a new kernel option, though [10:24] it should have already been set [10:25] I've run dch -i and bumped the ABI version [10:26] after that I ran debian/rules debian/control.stub [10:26] and then debuild -S -j 3 (not that it matters much) [10:27] anubhav: yes, I don't know why those are missing [10:27] Maybe because of that module-check-generic script is unhappy [10:28] prolly :) but I still can't figure out how to fix it :( [10:28] or whatever script checks for missing modules [10:29] I don't know what kernel option controls the build of those modules, I've searched google but wasn't able to find it [10:29] IntuitiveNipple: do know what can be done in that case? [10:31] as a side note, why would updateconfigs ask me about that adaptec 64bit DMA option? [10:31] shouldn't it have already been answered? [10:32] presumably by the Kernel Team [10:35] ioatdms is missing since it selects DMA_ENGINE which has the depends !HIGHMEM64G && HAS_DMA [10:35] s/ioatdms/ioatdma/ [10:38] ok, so it will never get built if HIGHMEM64G is set === asac_ is now known as asac [10:39] how can I fix it? [10:39] meaning get the packages to build [10:39] they need the previous kernel version ABI files and fail otherwise [10:40] if I give it the ABI files, it also fails because some modules are missing [10:40] I'm unsure what my options are [11:14] anyone? === vedang is now known as bruno-alves === k-s[AWAY] is now known as k-s [14:24] Hi folks, we need quick advice on https://bugs.launchpad.net/ubuntu/+source/linux/+bug/357700 [14:24] Malone bug 357700 in linux "mmcblk0p* don't appear in /sys/block" [Undecided,New] [14:24] amitk, cooloney: ^ [14:26] It's the same behavior on my SD card reader on my desktop [14:26] fdisk -l /dev/sdd => I see the parts, /dev/sdd* exists, but they don't show up in /sys/block [14:26] Perhaps it's bug that they don't appear in /sys/block or perhaps casper assumes too much and shouldn't use /sys/block? [14:27] lool, ok, i will take a look right now [14:27] hi rtg ,did you see .30-rc1 [14:27] cooloney: We're also discussing it in #ubuntu-installer [14:27] I think it's because it's /sys/block/mmcblk0/mmcblk0p1 [14:29] Kano: yes, but I'm unlikely to do anything with it until next week since I'm traveling right now. [14:29] then there will be rc2 ;) [14:30] cooloney: Ok, it turns out it's a casper bug for sure: it's only looking at usb|pci-[^-]*-(ide|scsi|usb) devices [14:30] cooloney: And ours is a platform-mmc device [14:30] ok, no problem [14:30] lool, i am not familiar with casper [14:30] cooloney: Thanks for being around; it's kernel freeze tomorrow so I'm really worried we miss something! [14:31] what is casper [14:31] cooloney: casper is an initramfs script which we use in live CDs etc. and which will setup an unionfs and do various stuff to setup the live CD [14:31] and LIVEMEDIA is a kernel command line parameter [14:32] usually live-initramfs has a live-media-path option [14:32] did casper adopt it [14:32] ok [14:35] live-media=*|bootfrom=*) ok, both are there... [14:35] live-media is the device [14:35] same as bootfrom [14:35] live-initramfs has a few more... [14:36] cooloney: Fix pushed [14:37] cooloney: LIVEMEDIA is what we use when we want to skip autodetection and force the device to use [14:38] lool, fix pushed? it was fixed? [14:41] cooloney: I uploaded casper === k-s is now known as k-s[AWAY] === k-s[AWAY] is now known as k-s [15:32] lool: casper needs to know about mmcblk*, that's what all mmc devices on arm are [15:33] amitk: Actually it's because of the ID_PATH [15:33] bug #357700 [15:33] Malone bug 357700 in casper "mmcblk0p* don't appear in /sys/block" [Undecided,Fix released] https://launchpad.net/bugs/357700 [15:33] (Not of the dev name) === k-s is now known as k-s[AWAY] [17:38] smb_tp, around ? [17:38] manjo, no [17:39] it just looks like I am [17:39] heh .. one eye open ? [17:39] I debugged the damn ata stuff all day yesterday... and I am so confused [17:39] might even be two. whats up ? [17:40] anything specific? [17:40] can i skype you ? [17:41] give me a sec [17:42] *sigh* all at the same time [17:42] manjo, seems I should first join somewhere else [17:43] hi [17:44] where can i find support for kernel if this channel is for devs only? [17:45] philn what support are you looking for ? [17:46] well i recently moved my hard drive to another computer and since then i can't boot any kernel installed after that date [17:46] what happens on boot ? [17:46] i see ATA errors [17:48] don't remember exactly the messages but makes me think the kernel is trying to access an invalid hard-drive or something like that [17:48] philn, you should ask #ubuntu... but just curious .. did u reinstall the hdd in the new computer ? [17:49] i asked, none replied [17:49] well the hdd is hosting my / [17:52] philn, are you able to boot the hdd by 1st booting from a USB key ? [17:52] or CD ? [17:52] could that be related to initramfs-tools ? [17:53] manjo: well i'm using an old 2.6.27 kernel right now [17:53] haven't tried boot from a USB key or CD [17:56] philn, I think you have the hdd hooked up in some wrong order [17:57] hmm /dev/sda2 is my / [17:57] ha you mean i inverted the 2 cables on the mother board? [17:59] philn, iirc you should not have issues with moving hdds ... unless you moved from ide to sata etc... but the kernel drivers should take care of it ... try to boot hdd from a live cd or usb to be sure your disk is not bad [18:01] the hdd is fine, i'm booting from it but... with an old kernel [18:01] also you could remove "quiet splash" from the kernel commadn line and see what exactly is gonin on [18:02] hey Tony [18:02] One thing might be to look what and how the grub root device is defined [18:02] smb_tp: how can i do that? [18:02] right that is why I suggested boot from livecd and then boot hdd [18:02] it is define in /boot/grub/menu.lst [18:03] groot= [18:03] root (hd0,1) [18:03] hey smb_tp you have few mts ? or still busy ? [18:03] groot is commented out [18:04] So that would be the second partition of the first hdd [18:04] yep, /dev/sda2 is my / [18:04] It is used by update-grub to create the root entries for the kernels below [18:06] philn, can you paste the sections for one of the non-booting kernels (root, kernel, initrd) [18:06] manjo, I try to spare you a slice from my multitasking [18:07] http://pastebin.com/mc292300 [18:09] smb_tp, awesome will take only 5mts [18:09] manjo, thats waht they all say [18:09] ;) [18:09] smb_tp, going to get some coffee while I wait [18:10] philn, For the booting kernels, is there all the same. Especially the /boot/... [18:10] manjo, I was about to call... [18:10] smb_tp: yes, that's what make me think it might be an issue with initrd file generation [18:11] smb_tp, oops missed it [18:11] philn, I think I saw something like that before [18:12] philn, you could try to remove the prefixing /boot just to test [18:12] ok i'll try that, i'll BE BACK! ;) [18:15] ata_sff_check_status [18:16] re [18:17] smb_tp: you meant, commenting out the initrd line? i guess i misunderstood because then i get a kernel panic [18:18] philn, yeah, I meant: eg replace "/boot/vmlinuz-2.6.28-11-generic" by "vmlinuz-2.6.28-11-generic" [18:18] ah [18:18] for initrd and the kernel line [18:19] ok, so remove /boot/ [18:19] yep [18:19] .. ok [18:19] * philn crosses fingers and reboot [18:22] re [18:22] well i get "Error 1" from Grub [18:23] pathname must be absolute or block (something like that) [18:23] philn, Ok, so that was not the problem [18:23] :( [18:24] grub reads directly so it needs the complete path [18:24] hm, could you probably give the error messages that happen? [18:24] when i normally boot? [18:25] hm i need to go home now, but tomorrow i'll take some photos of my screen and put them online [18:25] restore the /boot things before and then boot into the non-working kernel. probably remove quiet and splash on the grub prompt [18:26] ok i'll do that, thx for the help, seeya tomorrow === k-s[AWAY] is now known as k-s [23:03] rtg: bug 348836 - is it too late to get in another cherrypick? [23:03] Malone bug 348836 in linux "ext4: panic working with large files" [High,Triaged] https://launchpad.net/bugs/348836 [23:03] rtg: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d33a1976fbee1ee321d6f014333d8f03a39d526c