=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === bronson [n=bronson@pool-68-160-29-190.bos.east.verizon.net] has joined #ubuntu-kernel === bronson [n=bronson@pool-68-160-29-190.bos.east.verizon.net] has left #ubuntu-kernel ["Leaving"] === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [01:39] heylo === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === rikai [n=gtk2@pool-70-105-231-88.port.east.verizon.net] has joined #ubuntu-kernel === ..[topic/#ubuntu-kernel:BenC] : Ubuntu kernel development discussion ONLY | New git tree for dapper: https://wiki.ubuntu.com/KernelGitGuide | 2.6.15-12.17 uploaded (I have no clever code name) | Daily Diet of Destruction: http://people.ubuntu.com/~bcollins/kernels-daily/ === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === tolstoy [n=tolstoy@keith1.cv.hp.com] has joined #ubuntu-kernel === tolstoy [n=tolstoy@keith1.cv.hp.com] has left #ubuntu-kernel [] === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel [03:47] Ooh ooh ooh [03:47] Laptop docking support patches === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === dilinger upgrades a server to dapper and 2.6.15-12.17, crosses his fingers, and reboots (remotely) [04:19] whee! === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel [04:23] (22:19:27) Ian Gulliver: hung on detecting and activating hardware [04:23] (22:22:36) Ian Gulliver: 4 times now [04:23] (22:22:45) Ian Gulliver: looks like 2.6.15 fixes that nasty it-actually-boots-sometimes bug [04:23] heh. there's some race in there === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === dilinger beats udev w/ a crowbar === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === JaneW [n=JaneW@dsl-146-165-158.telkomadsl.co.za] has joined #ubuntu-kernel === pappan [n=garbage@bgepxyout-02.asiapac.hp.net] has joined #ubuntu-kernel === JaneW [n=JaneW@dsl-146-130-233.telkomadsl.co.za] has joined #ubuntu-kernel === chmj [n=chmj@196.44.1.98] has joined #ubuntu-kernel === CataEnry [n=cataenry@host232-21.pool8250.interbusiness.it] has joined #ubuntu-kernel === rikai [n=gtk2@pool-70-105-231-88.port.east.verizon.net] has joined #ubuntu-kernel === doko [n=doko@dslb-084-059-065-139.pools.arcor-ip.net] has joined #ubuntu-kernel === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-kernel [02:55] heylo === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-kernel === infinity [n=adconrad@cerberus.0c3.net] has joined #ubuntu-kernel === lamont__ [n=lamont@mib.fc.hp.com] has joined #ubuntu-kernel [04:50] BenC: ping [04:51] doko: pong [04:57] BenC: is there a way to influence the order how scsi disks are enumerated? I have one on a 3ware controller, which is the first in BIOS setup, but comes as third in the system (the two sata disks are first and second) [04:58] doko: it's all in how the kernel reports PCI devices to udev, which it in turn loads the controller drivers in that order [04:58] so it's all based on PCI ordering [04:59] lspci will show you what you can expect [05:00] if the sata controller comes before the 3ware one, then there's not much can so other than blacklist the sata controller from initramfs and have it load from the base system [05:00] not nice ... the 3ware has the highest ID [05:01] can this blacklisting be done persistant (for upgrades)? [05:01] doko: you can't even be sure the ordering is consistent. Why do you want to see the controllers in a particular order? [05:02] remove the sata disks at some point and still have a bootable system [05:02] use by-label or by-uuid? [05:03] YES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! _I_ _AM_ _INVINCIBLE_!!!!!!!!!!!!!! === lamont__ uploads the new elilo so that we can toss initrd-tools [05:03] could somebody please kick out this robot ;-P [05:03] sweet [05:04] Mithrandir: in grub? [05:04] lamont: so can ia64 and hppa go to initramfs now? [05:04] just booted ia64 with initramfs [05:04] doko: grub is on the first drive the BIOS sees, you can't really change that. [05:04] BenC: now, for extra credit... tell me what magic is missing on both ia64 and hppa to have the network card autodetect and configure like it does on the first-class architectures... [05:05] yes, but it has root=/dev/sda5 , so this should be changed to something else? [05:08] BenC: and I'm just being blind today... can't see where that stupid question is coming from... (Install a boot block using the existing...)" [05:08] that is, I can't see why the kernel postinst doesn't ask the same question with grub [05:08] oh, wait. that's sick. [05:08] there's no /etc/grub.conf [05:09] --> no question [05:10] and no grub run. [05:10] hrm. [05:10] BenC: I think that kernel-package needs to be updated to use debconf.... and that really hurts to say that. [05:11] lamont: PCI devices need a MODULE_DEVICE_TABLE() [05:11] that will help udev to know which driver to load when it sees that PCI device id [05:13] 0000:00:0c.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) [05:13] that doesn't have a DEVICE_TABLE??? [05:13] 0000:a0:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02) [05:13] I can believe that one's new enough not to. === lamont__ reboots the box to see something [05:16] BenC: so, ia64 needs to depend elilo (>=3.6-1) and hppa/ia64 both need klibc-utils (>=1.1.16-1ubuntu1) [05:17] and then the initrd-tools Depend can go away [05:18] BenC: fresh boot shows eth0 present with a MAC addr, etc... but not configured. [05:18] ifup eth0 and everything is happy [05:18] so I think it's above the kernel... [05:18] udevd[784] : get_netlink_msg: unable to receive kernel netlink message: No buffer space available [05:18] I wonder if that's related... :-) [05:19] * Detecting and activating hardware... [05:19] udevd[1726] : get_netlink_msg: unable to receive kernel netlink message: No buffer space available [05:19] ...done. [05:19] Mithrandir grub lists root=/dev/sda5 as parameter, so this should be changed to something else? [05:19] hrm... probably [05:19] doko: if you use root=/dev/disk/by-uuid/$uuid-of-fs [05:19] and shortly after that: [05:19] * Loading modules... [05:19] Linux Tulip driver version 1.1.13 (May 11, 2002) [05:19] tulip0: no phy info, aborting mtable build [05:19] tulip0: MII transceiver #1 config 1000 status 782d advertising 01e1. [05:19] eth0: Digital DS21143 Tulip rev 65 at 80001000, 00:10:83:7A:1F:35, IRQ 66. [05:19] ...done. [05:22] lamont: that's a auto etho0 to /etc/network/interfaces [05:22] BenC: right. But I don't need that on i386 [05:23] because of this: [05:23] mapping hotplug [05:23] script grep [05:23] map eth0 [05:23] hence the "what magic is missing here" question [05:24] or maybe it's not... :-( [05:24] I just know that my i386, ppc, and amd64 boxen all autoconfig eth0, even without the 'auto eth0' in /etc/network/interfaces [05:25] lamont__: autoconfiguration of networks is kinda broken in dapper now. [05:26] Mithrandir: it didn't work in breezy either. [05:26] Mithrandir: how soon will the known borkage be fixed? [05:26] lamont__: ask scott [05:27] BenC: can I leave fixing the kernel package depends to you? [05:29] BenC: fwiw, klibc_1.1.16-1ubuntu1 is current everywhere but sparc, which is probably just an upload-not-done-yet thing [05:30] yeah, fabbione is away for awhile [05:30] I can do the kernel deps [05:30] thanks [05:31] klibc is a initramfs-tools dep I think [05:31] it's not for linux-image-* or kernel-package [05:53] lamont__: I can bump the depends on klibc* in initramfs-tools for you. [05:58] infinity: ah, yeah, that'd be the place, huh? [05:59] infinity: or I can do it if you don't have an upload planned soon [05:59] .. I have the source sitting right here. [06:00] (>= 1.1.16-1) should be fine, yes? [06:00] (so it can go back to Debian like that too) [06:02] Uploaded. === CataEnry [n=cataenry@host232-21.pool8250.interbusiness.it] has joined #ubuntu-kernel === rikai-2 [n=gtk2@pool-70-105-231-88.port.east.verizon.net] has joined #ubuntu-kernel [07:07] infinity: the evms hooks landed directly in evms with latest debian upload :) [07:08] i see that i need to sync to your repo for some nice arch support and copy_exec fixes. [07:09] i'm still wondering why ubuntu's modprobe has "-Qs"? [07:09] and i don't see that in our m-i-t.. [07:13] makx: I saw that. Congrats. I'll be merging that stuff in after my VAC. [07:13] makx: With any luck, we're down to pretty much no diff, except for bugfixes and doc changes passing back and forth. [07:13] (and some usplash junk) === infinity [n=adconrad@cerberus.0c3.net] has joined #ubuntu-kernel === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === CataEnry [n=cataenry@host232-21.pool8250.interbusiness.it] has joined #ubuntu-kernel === rikai-2 [n=gtk2@pool-70-105-231-88.port.east.verizon.net] has joined #ubuntu-kernel === CataEnry [n=Enrico@host232-21.pool8250.interbusiness.it] has joined #ubuntu-kernel === rikai-2 [n=gtk2@pool-70-105-231-88.port.east.verizon.net] has joined #ubuntu-kernel [11:59] BenC: Can you please sync ipw2100 to 1.1.4 if you have a chance? [12:00] BenC: (regarding: https://launchpad.net/products/network-manager/+bug/28544 ) [12:01] sure [12:01] Danke. [12:01] BenC: Did you see my pointer to the Marvell wireless driver? [12:02] I did, but it's lost in scrollback...can you email it to me where I know it will stay in my view? [12:02] Ok [12:02] thanks [12:02] BenC: Address? [12:03] bcollins@ubuntu.com [12:03] Done [12:03] Needs firmware, we probably want to ask for distribution rights