=== jorgp2 [n=jorgp@bnet-dial-187.bartnet.net] has joined #ubuntu-kernel === JaneW [n=JaneW@wbs-146-163-219.telkomadsl.co.za] has joined #ubuntu-kernel === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-kernel === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-kernel === jorgp3 [n=jorgp@bnet-dial2-245.bartnet.net] has joined #ubuntu-kernel === Traxer|off [i=traxer@shell6.powershells.de] has joined #ubuntu-kernel === jorgp2 [n=jorgp@bnet-dial2-210.bartnet.net] has joined #ubuntu-kernel === jorgp3 [n=jorgp@bnet-dial2-195.bartnet.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === JaneW [n=JaneW@wbs-146-163-219.telkomadsl.co.za] has joined #ubuntu-kernel === jorgp2 [n=jorgp@bnet-dial2-250.bartnet.net] has joined #ubuntu-kernel === chmj [n=chmj@wbs-146-177-135.telkomadsl.co.za] has joined #ubuntu-kernel === jorgp2 [n=jorgp@bnet-dial2-250.bartnet.net] has joined #ubuntu-kernel === jorgp2 [n=jorgp@bnet-dial2-250.bartnet.net] has joined #ubuntu-kernel === jorgp2 [n=jorgp@bnet-dial2-250.bartnet.net] has joined #ubuntu-kernel === doko [n=doko@dsl-084-059-086-110.arcor-ip.net] has joined #ubuntu-kernel === Seveas [n=seveas@dyn127.roaming.few.vu.nl] has joined #ubuntu-kernel === Seveas [n=seveas@dyn127.roaming.few.vu.nl] has joined #ubuntu-kernel === doko [n=doko@dsl-084-059-093-087.arcor-ip.net] has joined #ubuntu-kernel === Harti [n=Harti@dsl-084-059-131-073.arcor-ip.net] has joined #ubuntu-kernel === Harti [n=Harti@dsl-084-059-131-073.arcor-ip.net] has left #ubuntu-kernel ["-] [02:41] Hmm. There's a Yukon-2 driver in the netdev tree. [02:43] isn't that the broadcom variant that skge wont work for? [02:45] Yes [02:46] netdev is in a git tree, isn't it? [02:48] BenC: Will you suck in Chuck's patch for 11237 soonish? [02:48] Hmm. Allegedly, anyway. I can't find it. [02:50] Wuh? [02:50] It's in -mm, but I can't find it in netdev's git tree [02:50] Madness [02:52] I need checks baz archive url again [02:52] chucks [02:55] Ah, found it [02:56] BenC: http://www.kernel.org/git/?p=linux/kernel/git/jgarzik/netdev-2.6.git;a=commitdiff_plain;h=821dc07095d73b757bfc9d5f162e2efb954172f8;hp=caf39e87cc1182f7dae84eefc43ca14d54c78ef9 [02:56] Doesn't quite apply cleanly, but looks like the fixup is trivial [02:56] If we don't have sk98lin yet, can we have that instead? [02:57] yeah [02:58] odd that it needs a seperate driver [02:58] makes me think of the whole 8139cp/8139too driver [02:59] I mean if syskonnect can make a single driver for all of them, why not the kernel devs :) [03:00] ok, I've got the diff, I'll add it to the repo today [03:00] thanks for the pointer === chmj [n=chmj@wbs-146-151-243.telkomadsl.co.za] has joined #ubuntu-kernel [03:11] BenC: could you have a look at http://bugzilla.ubuntu.com/show_bug.cgi?id=15092? I cannot reproduce that, neither in unstable nor breezy [03:25] BenC: Could you possibly grab http://www.codon.org.uk/~mjg59/tmp/swsusp.diff ? [03:25] Fixes bogus error checking and actually outputs some sensible information in failure cases [03:38] doko: me either, all those devs are created on my machines [03:40] doko: doing the test shown in the bug report works for me (all devs recreated) [03:40] maybe it's a udev bug? [03:40] the bug report shows 0.068, and I have 0.060 on my machine [03:41] mjg59: got it, will add it today [03:41] Ta [03:41] BenC: ok, thanks [03:42] anyone know why my initrd shows up as a ASCII cpio (reported by 'file')? [03:42] and how do I mount the thing manually [03:42] (ppc) [03:43] BenC: Uhm. Because it's an initramfs? [03:44] It's just uncpioed into a tmpfs [03:44] You don't mount it [03:44] ah [03:44] always used an initrd with a filesystem put into ramdisk [03:44] Yeah. Now we have the future! :) [03:45] initramfs allows all kinds of cool stuff - you can just combine multiple cpio files, and they'll all be extracted into the filesystem [03:45] for some reason, that makes me feel like an old fart [03:45] "I remember when we used to have a filesystem for the initrd" [03:45] We've only just changed over [03:45] cool [03:45] BenC: This is why I need your help on the ibook things. [03:46] BenC: It looks like the kernels are doing the wrong things in thoses cases, it never ever runs /init [03:47] Hm. Maybe I should try to get an ibook out of Mark. [03:47] It would make some things much easier. [03:47] I should get an ibook for my laptop too (good excuse to get one) [03:47] I think it's only older ones. =( [03:48] mjg59: So you need another 6 laptops at your door. [03:48] jbailey: the problem seems to be related to the xfs filesystem [03:48] BenC: I don't see how it could be. [03:48] Nothing knows the filesystem at that point. [03:48] well, if it never gets to init then true [03:49] I can't see any of it being directly related to it being an ibook either though [03:49] I can't see how that could possibly affect it [03:50] you know, when I had this similar problem on my i386 that I upgraded from debian to breezy, I had an ext2 filesystem [03:51] BenC: My theory was that OF was doing something weird with the initrd. [03:51] But I can't even prove that. [03:51] I also don't think it is the kernel [03:51] he reported that rebuilding his 2.6.12-3 initrd caused that kernel to fail the same way [03:52] one thing is for sure though, the ramdisk_size is too small [03:53] hmm, I thought mjg59 said it was using tmpfs, is that newer than this bug report? [03:53] BenC: No, he rebuilt it with initramfs and got it to fail. [03:53] No, the changeover was late in the -6 cycle from mkinitrd to mkinitramfs [03:53] maybe I misunderstood the bug report [03:54] My understanding is that every instance, old and new of him using mkinitramfs fails to execute /init on the initramfs. [03:54] And that every instance of him using mkinitrd succeeds in doing the initrd bootup (/linuxrc) [03:55] What I'd like is if there were some way to have the kernel printk the equivalent of an 'ls' in a test kernel before it chains [03:55] Just to prove that the stuff is actually on the tmpfs. [03:55] tmpfs/rootfs/ramfs, whatever it is. === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has left #ubuntu-kernel [] === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-kernel [04:01] Woohoo, another vmware bug. [04:01] Desperately need that BusLogic fix. =( [04:01] And I don't understand how hotplug is picking it up now for VmWare installations. [04:02] vmware 5 works [04:02] vmware 4 doesn't [04:03] you want me to port ls to the kernel? :) [04:03] BenC: Ah, does vmware 5 use something other than BusLogic? [04:04] BenC: Well, I was hoping for an iteration over the directory entries, or something. Dunno, I always imagines there'd be a debug helper fuction in there already for that. [04:04] yeah, it uses a fibre channel controller [04:04] I can't imagine I'm the first one to want to know what the kernel thinks of a filesystem. [04:04] BenC: Zul said he had a patch to make BusLogic hotpluggable. [04:04] hmm, my initrd has /init, not /sbin/init or /linuxrc [04:04] Right. [04:04] yeah, I think he sent it to me [04:04] initramfs boots with /init now. [04:05] or it's in his repo that I will sync from today [04:05] Cool. [04:05] When you have a test i386 kernel handy, can you let me know? [04:05] I'll put out a call for testers to these people. [04:05] yeah, sure [04:05] will be late this evening before I have a build done [04:06] Tjat [04:06] That's fine. [04:06] I need to afk for about 30m. [04:08] the quiet var in the kern command line for the initramfs needs to be a little more rebust [04:08] no way to to quiet=no or noisy to counteract it temporarily [04:10] does ybin need to be rerun if you edit /etc/yaboot.conf? [05:11] jbailey? [05:13] I think so, yes. [05:14] BEcause it needs to copy it to a partition type that OF understands. [05:14] But that might just be for yaboot upgrades. [05:14] (Likeyaboot might just know how to read it and where to find it) [05:17] that guy with the ibook fstype problem, is he on IRC? [05:18] jbailey: oh, and in regards to the G5 ppc64 kernel no rebooting, I can confirm and reproduce it [05:18] Two of them are, yes. Lemme dig up that [05:18] BenC: Oh, is that a known bug (The G5) [05:18] It's really annoying. [05:18] I assumed I had b0rked my setup somehow. [05:18] my G5 with the colony 4 CD doesn't reboot when I tell it to [05:18] it says "Rebooting" and drops to a shell [05:18] My g5 current breezy doesn't reboot. [05:18] Well, I get a Ctrl-D to shell or enter to continue. [05:18] colony 4 live cd [05:18] Like it's fliped to single user mode. [05:19] Now that I know it's a real bug, I can troubleshoot it. Do you have a bugzilla number? [05:19] probably because I'm using live-cd, there's no password [05:19] The sideffect is that it also leaves the last mounted date on the volume wrong. [05:19] just goes right to shell [05:19] So I have a 60gb fsck every boot. [05:19] heh, hold a sec [05:19] weird, someone just reported I bug I just experienced with loop device [05:19] This machine is about due for a pave and replace, but I don't have other drives big enough to store the data in the eantime. [05:19] I think it's a mount bug though [05:21] jbailey: 14898 mentions it [05:21] and 15162 has the actual bug [05:22] I've confirmed 15162 and added myself to the cc: list. [05:23] I'll try to look at it later. [05:23] I really need to squish a few initramfs bugs first. [05:23] I'm going to try to get a kernel for that ibook bug [05:29] BenC: Thanks. [05:42] MEHHH [05:42] guys.. how do i disable a module from being loaded? [05:42] by hotplug? [05:42] the isp2100 driver is borked [05:42] or in general? [05:42] /etc/hotplug/blacklist [05:42] and it doesn't let me boot [05:42] NO [05:42] i need to do it at boot.. [05:42] first install [05:42] Oh [05:42] With trouble [05:43] the driver is an isp1020 [05:43] or it seems like [05:43] fabbione: isp or ipw?w [05:43] and i only have console here to irc [05:43] isp [05:43] BenC: dude? [05:43] it's a scsi driver... [05:43] fabbione: There's no kernel way of doing it. You'd need to ask kamion. [05:46] i guess there is only one way for now.. [05:46] remove the controller... [05:48] yeah, probably the only way [05:49] yeah [05:49] too bad because it's a combo scsi + lan from a sparc64 [05:49] nice board [05:49] and i only needed the lan to be hounest [05:49] btw, a boot option to exclude specific modules or somethign could possibly be usefull [05:50] debian-install/exclude-modules=isp1020,xxx,yyy === BenC lays patent claims on that [05:52] what would be nice is the installer to store something in nvram about which module it is about to load, and then on reboot it can say "Last time we tried to load module XXX, it failed, do you want to skip it this time?" [05:53] hmm i am gonna try that [05:53] i did swap the card already... [05:53] worth a test [05:53] oh, that debian-installer thing was made up, it wont work :) [05:53] just a suggestion for implementation [05:54] DIE! === Lathiat laughs === BenC scores 1 for BenC, fabbione 0 === fabbione files a bug on broken qlogic isp 1020 as CRITICAL! === keamenophys_ [n=keamenop@APuteaux-154-1-54-125.w81-249.abo.wanadoo.fr] has joined #ubuntu-kernel [07:39] fabbione: Don't kill Ben, you'll have to do kernel work again if you do... === lamont [n=lamont@15.238.5.62] has joined #ubuntu-kernel [08:14] jbailey: i need blood :P [08:16] fabbione: Meat eater. === jbailey hides. [08:17] ehhe [08:25] Ugh, I tought 28 days were done with. [08:26] How is it supposed to get below zero at this rate for November? [08:44] do we support qemu on our kernels? === fabbione [i=fabbione@195.22.207.164] has joined #ubuntu-kernel [09:00] jbailey: qemu doesnt need qemu support unless you want the accelerator [09:02] Ah, neat. [09:03] 'k, I'll look at that then. [09:03] err [09:03] the second qemu was supposed to be 'kernel' [09:18] It's all good. =) === fabbione [i=fabbione@195.22.207.164] has joined #ubuntu-kernel === Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-kernel === Nafallo [i=nafallo@unaffiliated/nafallo] has joined #ubuntu-kernel [11:56] morning all :-) [11:58] we have rt2400 and rt2500. maybe we should have rt2570 (usb rt2500) also? [12:00] hmm, seems dead. I'll come back another day :-). === Nafallo [i=nafallo@unaffiliated/nafallo] has left #ubuntu-kernel ["Read]