[12:35] fabbione: Not sure if the ones that have built-in firewire can boot from sbp2 or not [12:36] fabbione: Actually, I think it is possible...I remember my Blade 100 had sbp2 support in firmware [12:36] BenC: hmmm [12:36] BenC: ok.. people can file bugs.. for now i am happy to support scsi/ide/sbus === mdz [n=mdz@cpe-76-173-8-128.socal.res.rr.com] has joined #ubuntu-kernel === zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === datten_ [n=datten@xdsl-81-173-159-66.netcologne.de] has joined #ubuntu-kernel === datten_ is now known as datten === kylem goes to try and sleep off this horrible sickness some more. [02:13] good luck [02:22] BenC: what are your -updates trees? Are they a place to stage patches before merging into the dist tree? [02:23] i.e. patches are baked in ubuntu-edgy-updates.git, then pulled into ubuntu-edgy.git when it's time to release a new kernel? [02:48] bronson: They are in -updates, and supposed to be put into -proposed where the get tested before inclusion in the main tree === mdz [n=mdz@cpe-76-173-8-128.socal.res.rr.com] has joined #ubuntu-kernel [03:09] BenC: so, if I want to keep my linux-vserver kernel on top of Edgy development, I should periodically rebase it on top of -updates. That way, when you do build a new kernel, my derivative kernel will be pretty much ready to go? [03:09] or.. maybe I should track -proposed? [03:10] keep it on edgy proper [03:10] -updates can be broken at any time [03:10] Ah good. OK, will do. === BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-kernel === mdz [n=mdz@cpe-76-173-8-128.socal.res.rr.com] has joined #ubuntu-kernel === doko_ [n=doko@dslb-088-073-126-224.pools.arcor-ip.net] has joined #ubuntu-kernel === bronson_ [n=bronson@adsl-75-36-149-233.dsl.pltn13.sbcglobal.net] has joined #ubuntu-kernel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === Lure [n=lure@ubuntu/member/lure] has joined #ubuntu-kernel === ph8 [i=henri@rigel.orion-hosting.co.uk] has joined #ubuntu-kernel [12:50] BenC: are you here? initramfs-tools was unable to overwrite [12:50] is it safe to force the overwrite like i would with any other package? [12:55] btw no its not its missing depends (seems to be a bunch of crap that is stopping it === Lure_ [n=lure@external-7.hermes.si] has joined #ubuntu-kernel === Lure_ [n=lure@external-7.hermes.si] has joined #ubuntu-kernel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel === datten_ [n=datten@xdsl-81-173-186-194.netcologne.de] has joined #ubuntu-kernel === zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === pmjdebruijn [n=pmjdebru@pmjdebruijn.xs4all.nl] has joined #ubuntu-kernel === Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-kernel === datten_ is now known as datten === chuck_ [n=bob@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-kernel === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel === rikai_ [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel [02:45] BenC: davem has a firewire device here.. we will get the OBP mapping today [02:45] he also thinks we can boot from it [02:45] but only if the device is plugged in at poweron [02:45] fabbione: Yeah, I think I tested that a loooong time ago [02:46] I'm pretty sure you can, if you have the latest OBP for the box [02:46] fabbione: Write my name on that firewire drive too, so dave remembers where it came from :) [02:46] ahaha [02:47] it's just a shell script to parse the obppath sysfs attribute really [02:47] did you try booting your e3k with the new patched? [02:47] patches [02:47] find /sys -name "obppath*" [02:50] not yet, I'll give it a try later [02:50] ok === calavera [n=calavera@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu-kernel === rikai [n=rikai@unaffiliated/rikai] has joined #ubuntu-kernel [03:33] BenC thanks for the merge [03:34] i seem to have posted my review of your changes to the wrong channel, will recap [03:35] * check_minkver() lives in hook-functions you should have it twice now [03:35] * +rm -f /etc/initramfs-tools/modules is doubled in postrm [03:36] * ubuntu used to use busybox mount for nfs === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-kernel [04:49] maks_: Ah, thanks [05:08] BenC, i merged my -updates and the dapper security stuff, what do you think of a -proposed upload? [05:10] kylem: I'll look at it in just a couple of minutes [05:15] maks_: Can you merge the s/Build-Depends/Build-Depends-Indep/ change? [05:16] maks_: And if you could add " | busybox-initramfs" to the depends, that would fix all the debian/control merges === FabioNET [i=500@217.201.0.11] has joined #ubuntu-kernel [05:18] BenC remind me why is the s/Build-Depends/Build-Depends-Indep/ needed? [05:19] yes i'll add that to the depends list [05:19] maks_: Because initramfs-tools is binary-indep, so the build-depends are actuallt for the binary-indep portion of the build [05:19] On the Ubuntu build, we only upload source [05:19] so the binary-indep portion gets built on i386 [05:20] in order for the buildd to process that correctly, the build-deps need to reflect reality [05:20] ok, thanks for the info [05:21] maks_: One other question I had was the {-q,-Qb} modprobe inconsistencies we have [05:21] I think the -b makes it respect modprobe.d blacklists [05:21] debian modprobe didn't have that arg irc [05:21] and the -Q makes it quiet about ignoring a blacklisted module (which -q wont do) [05:22] the man page doesn't show it, but "modprobe -h" will show it [05:22] no it's not there [05:22] it has to be, unless you guys have a super old modprobe [05:22] what version of module-init-tools? [05:23] ii module-init-to 3.3-pre3-1 [05:23] is it -Q or -b that it doesn't have? [05:23] -Q [05:24] ah, right, it's an ubuntu patch it seems [05:24] maybe -qb then [05:24] ok [05:24] the -b is the important part, because users need to be able to blacklist modules and have initramfs scripts respect that (e.g. for the case of buggy force loaded modules) [05:25] fully agreed [05:25] maybe you could just export one MODPROBE_OPTIONS in /init [05:26] modprobe will respect it, and that'll localize any changes we have to make for -Q [05:30] maks_: In scripts/init-top/framebuffer, the VESA and SPLASH vars aren't used anywhere...I thought it was a leftover Ubuntu patch, but it's in your source [05:31] # Set modprobe env [05:31] MODPROBE_OPTIONS="-qb" [05:31] export ${MODPROBE_OPTIONS} [05:32] BenC: indeed, kick those [05:33] maks_: Just uploaded ubuntu4 with the changes you mentioned, thanks. [05:34] cool i get the diff, i'm monitoring :) === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-kernel [05:43] BenC: the discussed changes on my side are in 0.85f, need to push 0.85e first into testing [05:46] * debian/control: Change Build-depends-indep to Build-depends as we need [05:46] debhelper and cdbs for the clean target, fulfills policy 7.6. [05:48] so [05:48] not sure if i want to pick that up [05:53] hmm [05:53] BenC: get ready for ubuntu5 ? :) [05:54] fabbione: Might just be 0.85fubuntu1 :) [05:55] ehe [05:56] ubuntu5 uploaded...glad this isn't a heave package to build [05:56] heavy [05:57] BenC: are we sure it doesn't have lvm or mdadm stuff? [05:58] it has an mdrun that only gets used if mdadm isn't also there [05:58] BenC: fubuntu < ubuntu. :-P [05:59] hmmm === fabbione hopes for the best [06:00] fabbione: you asked me to remove it :P [06:00] I don't have any machines with a lvm/md root to test [06:00] lvm is ok.. must go [06:00] i am not sure what that mdrun can do without mdadm installed [06:01] i guess i will have to clean up that clusterfuck when i am back in january [06:01] and the first guy that's gonna complain about the abuse of the word clusterfuck will get to solve all the mess [06:02] fabbione: it runs if there is no local-top/mdadm, but it exects mdadm binary to be present if raid is required [06:02] ok, then it's totally useless :P [06:02] once you install mdadm you get local-top/mdadm :) [06:03] probably debian/ubuntu friendly [06:04] probably [06:04] or probably due to lack of communication between the 3 developers that can't agree on where these scripts should exists [06:04] maks_: Am I correct that the resume stuff in initramfs supports suspend2? [06:04] because our mdadm is the same as debian === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel [06:49] yeah so one of the managers here at work changed the locks fo the server room without telling us [06:49] i think that means you're fired [06:49] or evicted [06:50] yay... just after i got my stock options === holycow [n=a@mail.wjsgroup.com] has joined #ubuntu-kernel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel [07:50] fabbione, BenC: the mdrun hook is for partial upgrades from sarge -> etch, where you have initramfs-tools but not yet the new mdadm [07:50] maks_: kthx.. BenC we can kill it.. we don't support partial upgrades anyway [07:51] yes there should be some code in mkinitramfs that can go as well [07:51] maraked as to be removed after the etch release [07:52] BenC: afaik suspend2 has it's own i-t boot hook, but i might be wrong never used that crap === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-kernel === okaratas [n=okaratas@fedora/ozgur] has joined #ubuntu-kernel === _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-kernel === Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-kernel === dade` [n=dade@nectarine/admin/dade] has joined #ubuntu-kernel === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-kernel === calavera [n=calavera@195.Red-80-26-32.staticIP.rima-tde.net] has joined #ubuntu-kernel === ivoks [n=ivoks@32-130.dsl.iskon.hr] has joined #ubuntu-kernel === anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-kernel