[00:45] RAOF: yep, I confirmed through testing earlier :) [00:46] upgraded the kernel and it still worked [00:57] cnd: sure you aren't just using nv now? [00:59] I'm using nouveau. [01:00] I can tell, because my system both suspends *and* resumes. [01:03] lol [01:27] akgraner, just saw that the kernel team meeting minutes showed up on The Fridge === kamal is now known as kamal-away === panda is now known as Guest56210 [02:35] pgraner: ping? === vanhoof[bbiab] is now known as vanhoof [02:44] cnd: Hm. I was missing some important context there. You mean to say that you're using the Maverick 2.6.34 kernel *on Lucid* and nouveau is working? Can I get an Xorg.0.log? [03:27] RAOF, Tim is using it too and it works [03:27] rather tgardner [03:27] * JFo heads off to bed [04:16] RAOF: correct [04:17] let me send you an email with my log [08:06] * smb awakens [08:07] morning smb [08:07] morning cking [08:08] morning guys [08:08] * smb waves to amitk [08:14] smb: cking and amitk morning [08:14] Hey cooloney [08:14] smb: GrueMaster tested lucid security kernel for imx51 [08:14] it boots [08:14] Ok, so I can tick that off [08:15] smb: but i just wander, is this security updates rebased on our lucid latest fsl-imx51 code? [08:15] cooloney, Just for completeness, though likely less important. Anything on the Kamric fsl-imx51. Think that needs different hw [08:16] http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=shortlog;h=refs/heads/fsl-imx51 [08:16] cooloney, No there are some changes that were never uploaded in them (see one of the notes in the original email) [08:16] Those will need to wait until I do a rebase for proposed uploads [08:17] smb: ok, understood. hehe [08:17] smb: since GrueMaster said the eth0 ifdown issue is still there in the security kernel. [08:18] So it certainly might be. :) [08:18] s/might/will/ [08:20] smb: and GrueMaster will test Karmic kernel when he wake up [08:20] cooloney, Ah ok, most excellent [08:38] apw: smb: I am going to submit a talk on Taiwan conference for open source coders. current plan is talking about how to packaging ubuntu kernel (ex:git,base,delta... etc), regression (and why we take it serious). You are the expert of this. Can you help me review after I finish the slide for it? [08:38] ikepanhc, Sure will do [08:39] smb thanks :D [08:40] ikepanhc, yep [08:41] apw: thanks :) it may take me 1 or two weeks [09:47] hi [09:47] anyone an idea what's going wrong while umounting cifs shares? http://pastebin.com/dvwnH51h [09:47] it's reproduceable [09:57] ikepanhc: that's a great topic [09:57] ikepanhc: can you share your slide for me as well? [09:58] cooloney: sure, after I finish it [09:58] ikepanhc: maybe next time we can give this kind of speech in Shanghai or Beijing. [09:58] cooloney: I plan to use it on COSCUP and UHS [09:59] kraut, Hm, I am not sure. Sounds a bit familiar. Have the feeling there might be something in latest stable. Let me look [10:00] thanks [10:01] searched in launchpad but found nothing. via google i found one entry but when i clicked on it, i got a 404 [10:01] really strange [10:01] kraut, commit 793c338bac6fa1fb94504a0346f43e87d24b5daa [10:01] Author: Jeff Layton [10:01] Date: Tue May 11 14:59:55 2010 -0400 [10:01] cifs: guard against hardlinking directories [10:01] [10:01] commit 3d69438031b00c601c991ab447cafb7d5c3c59a6 upstream. [10:01] smb, YEEKS [10:01] When we made serverino the default, we trusted that the field sent by the [10:01] server in the "uniqueid" field was actually unique. It turns out that it [10:01] isn't reliably so. [10:01] [10:01] Samba, in particular, will just put the st_ino in the uniqueid field when [10:01] unix extensions are enabled. When a share spans multiple filesystems, it's [10:01] + * uh oh -- it's a directory. We can't use it since hardlinked dirs are [10:01] + * verboten. [10:01] rofl [10:01] quite possible that there will be collisions. This is a server bug, but [10:01] when the inodes in question are a directory (as is often the case) and [10:01] denglish for runaways [10:01] there is a collision with the root inode of the mount, the result is a [10:02] kernel panic on umount. [10:02] am i the only one who hits that bug!? [10:03] Maybe not, otherwise it would not have been fixed. But here, yes denke schon [10:04] that must be verboten! ;) [10:04] Very much :) [10:04] hmmm, i need the fsck a workaround [10:05] aaah, i think i got it [10:05] brb, rebooting [10:06] apw: will the local "fdr binary-omap" command run d-i/udeb stuff? [10:06] apw: because i can use my cross compile to build a kernel package [10:06] but it still failed in our PPA native builder [10:07] cooloney: is PPA supported ARM arch? [10:07] cooloney, no it won't fdr binary-arch does that [10:08] cooloney, and even then you might need to touch /CurrentlyBuilding in your chroot [10:08] ikepanhc: oh, yeah, it will send it to our ARM hardware builder because in our package arch=armel [10:09] apw: ok, this answer helps me a lot [10:09] so i can test it locally before i dput it to ppa for building [10:09] ikepanhc, in some PPAs it can be enabled, not generally [10:09] the ARM building will cost me 6 hrs to know the result [10:10] cooloney do you know about sbuild ? [10:10] that uses qemu to emulate arm in an arm chroot, so you use the native compiler [10:10] that takes about 2 hours a build for me [10:13] apw: wow, cool man, i just heard the name of sbuild or pbuild [10:13] apw: is there any wiki about that? [10:13] i really wanna to setup such environment [10:13] cooloney, not that i know about, i got pointed to it vaguly recently. i installed 'ubuntu-dev-tools' [10:14] smb: fixed it with using the mount-option "noserverino". thanks for that info [10:14] mk-sbuild --arch armel maverick [10:14] then that makes this special armel chroot [10:14] then you can make a the source package and build it with [10:14] sbuild -d maverick-armel *.dsc [10:14] kraut, Welcome. And the fix should get into one of the next updates [10:15] it does take about 2x the time it takes to do a crosstools build, but it really uses the arm compilers etc [10:15] apw: ok, let me try that. how's your build machine configuration? i guess it is very powerful [10:15] and it still needs 2 hrs? [10:15] smb: that's fine [10:15] its a 4x [10:15] cooloney, you could do the build on emerald though [10:16] apw: but we might need ask for installing some package as root [10:16] sudo apt-get install ubuntu-dev-tools [10:16] in emerald [10:16] cooloney, that is possible [10:16] what you got to compile on locally ? [10:18] apw: normally, i cross compile the kernel for arm arch such as fsl-imx51 and ti-omap4 [10:19] fdr clean && export $(dpkg-architecture -aarmel) && CROSS_COMPILE=arm-none-linux-gnueabi- fdr binary-omap4 [10:19] apw: with this command [10:19] it will generate a kernel package in the parent dir [10:19] cooloney, yeah, but i've not found that works when you make the tools package etc, and as you found does not make the udebs [10:20] i've used that form myself for most of lucid [10:20] but i uploaded my source package to PPA, it failed to build because of d-i/udeb [10:20] right [10:20] apw: agree, [10:21] apw: so sbuild is the solution maybe, right? [10:22] cirtianly it worked well for me, though its slower by some margin than crossbuilds, its some 3x the speed of a PPA for me [10:22] and on emerald it would likely be faster yet [10:24] apw: ok, i will try it. at least it is much faster than PPA [10:24] apw: what's kind of CPU and memory do you have in your build machine running sbuild [10:30] cooloney, emerald is on karmic and the tools don't exist [10:31] smb: going to linuxtag? [10:31] amitk, Yep [10:31] registered already? [10:32] amitk, Err, doh! nope [10:33] amitk, Is there actually need? I only see registration for those who want to exhibit [10:34] smb: dunno. I am thinking if I should go. Some interesting talks... [10:34] amitk, Yeah, and its not too far from my place. :) [10:35] amitk, The hotel question was open, which reminds me to ask again === smb is now known as smb-afk [11:15] apw: thanks a lot, building in sbuild now [11:15] cooloney, awsome ... [11:15] cooloney, hope its less than 6 hours [11:16] cooloney: it's probably worth adding to kernelmaintenancestarter page for arm flavours [11:18] amitk: right, will do soon [11:18] apw: yeah, my machine is 4 core and 4G ram 1TB disk [11:18] cooloney, so i'd guess more like 2 hours max [11:18] which is a 3 builds a working day instead of one [11:21] apw: great, man. hehe [11:46] dont forget that you build for lucid, not maverick ;) [11:47] (mk-sbuild --arch armel lucid) [11:49] ogra: yeah, i am build for lucid [11:58] apw: did you see this before? building in sbuild stops at 'Unpack source', doesn't move on [11:58] http://pastebin.ubuntu.com/440341/ [11:58] cooloney, nope [11:59] apw: need i setup gpg key in sbuild? [11:59] that will take a while but not more than minutes [11:59] i didn't no [11:59] ok, [12:05] apw: so weird. it stops there for ever [12:12] there should be a process doing something [12:12] what does it seem to be doing [12:14] dpkg-source is eating my 100% cpu from my 'top' [12:14] hi, how to DISABLE building perf tools? [12:17] * cooloney reboots and try again. [12:23] how about adding a ringbuffer patch? [12:23] http://intellinuxgraphics.org/h264.html [12:30] Kano, do_tools=false i think [12:30] will try [12:30] Kano, check debian/rules/0-* [12:31] you can add that to your amd64.mk and i386.mk [12:32] Kano, the kernel components are in maverick already according to that page [12:32] hmm [12:33] but for 2.6.34 rc5 you needed a patch [12:33] and this does not fully apply now [12:34] hrm, i see, missread the stupid page. i suspect its aimed to .35, and we'll get it then [12:36] basically the rejects could be fixed [12:36] just you have to change a bit more, a workaround was active in one file [12:37] Kano, its a pretty massive patch, not something we'd be that interested in worrying about till we get to our base release [12:38] pgraner, we have a number of blueprints without priority, and none of us seems to have the touch to change them [12:38] apw: nice [12:38] it would be an interesting patch for the edgers ppa [12:38] pgraner, any idea how we get the ability ? [12:39] one thing i struggled last time was when i used [12:39] apw: no, in the LP context blueprints are a black art... I'll give you a call in a few and we can walk thru them and I'll set [12:39] http://www.splitted-desktop.com/~gbeauchesne/libva/ironlake.patches/ubuntu.lucid/kernel/ [12:39] those patches are basically against lucid [12:39] pgraner, this view http://people.canonical.com/~pitti/workitems/maverick/canonical-kernel-team.html has a good view into them [12:40] i created the binary-headers too [12:40] but [12:40] Kano, if X think they are of interest then there might be some point in doing them in edgers [12:40] why do they still need a patch? [12:40] like [12:41] http://www.splitted-desktop.com/~gbeauchesne/libva/ironlake.patches/ubuntu.lucid/linux-libc-dev/ [12:41] this was not in the libc-dev [12:42] Kano, the split out headers are a subset and stuff not added in the correct way can go astray during stripping, indeed that is common with new stuff [12:43] the same header is always shipped [12:43] hmm [12:44] most likely the patch should be updated [12:44] to patch directly the source [12:44] looks a bit weird === smb-afk is now known as smb [12:53] Keybuk, you about ? [12:54] Keybuk, think i have a clean-ish patch to allow setting the kernel arguements, my debugging says its doing the right thing [12:55] Keybuk, so what form do you want this to do testing [12:58] apw, will it hand over console= options ? [12:58] ogra, it hangs over literally everything on the command line [12:58] hands [12:58] no exceptions [12:59] (arm and mobile are eagerly waiting for a way to autospawn gettys on serial consoles via upstart, thats a requirement for it) [13:00] though its still not clear to me how to distinguish if you have multiple console= options, i wish the kernel would require enumeration for them [13:00] apw, awesome :) [13:01] http://people.canonical.com/~pitti/workitems/maverick/canonical-kernel-team.html [13:01] geez, i didnt know devicetree was essential for maverick ! [13:03] "mounting /proc and /sys automatically" oh sweet, we wouldnt need fstab anymore ! [13:04] apw: kernel in a ppa is always good [13:17] cnd, apw: FIY I built lowlatency kernel on my PPA (https://launchpad.net/~abogani/+archive/broken) it is based on Lucid but for Maverick packaging is same. I can provide the patch (that is the contents of debian.lowlatency dir plus a little hack in debian/) or a git tree if you need. I hope that simplify your review work. [13:32] tgardner: ping [13:32] pgraner, yo [13:47] abogani2, sure if you can point me at a git tree that would be great [13:47] Keybuk, ack [13:47] ogasawara, i see your current tip is an abi bumper, but the abi is not bumpered [13:49] ogasawara, sorry not an abi bumper per-see, missing modules even [14:10] apw: Sure but consider that the package in actual form don't include linux full source code copy so a fresh just cloned Maverick git tree could be deceivingly. Moreover should I use your ubuntu-debian.git as base? At the moment I have implemented, what seem to me, the Lucid way: so there are three directories debian/, debian.master/ and debian.lowlatency/. [14:11] abogani2, don't worry about ubuntu-debian, i'll send you a pull request when thats ready to merge into there [14:11] abogani2, but seeing the tree is very helpfil [14:12] apw: Ok. Thanks. [14:12] * abogani2 goes to prepare the git tree [14:17] Keybuk, ok, the init argument handling is building in my green PPA: https://edge.launchpad.net/~apw/+archive/green/+packages [14:17] Keybuk, and the union mount enabled kernel is still in purple: https://edge.launchpad.net/~apw/+archive/purple/+packages [14:18] cool, can you mail me to remind me to test? [14:24] apw: https://wiki.ubuntu.com/KernelTeam/KernelSimpleGuide?highlight=(request\-pull) [14:31] Keybuk, email away [14:37] tgardner: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567681 [14:37] Debian bug 567681 in btrfs-tools "please add -a to fsck.btrfs" [Wishlist,Open] [14:51] Keybuk: do you know if we can remove the modalias for vga16fb now, or do we need to wait for some userspace changes? [14:51] well, you _can_ [14:51] there will be consequences though [14:51] a zillion screaming nvidia-glx users [14:51] we haven't done the bit that goes in its place [15:05] Keybuk: ok, then we'll wait, thanks! [15:05] crimsun: will the hda powersave without popping fix be in maverick? [15:05] just want to double check === jdstrand_ is now known as jdstrand [15:21] if we had to guesstimate, when will 2.6.35 be released to the wild? [15:22] vanhoof: I think kernel cycles average three months? [15:22] so I would guess middle of august [15:22] cnd: cool [15:22] thank you [15:22] pgraner, just an fyi bug 586150 (comment #1) [15:22] Launchpad bug 586150 in blueprint "The "Whiteboards" section of blueprints should be given more space (affects: 2) (heat: 12)" [Low,Triaged] https://launchpad.net/bugs/586150 [15:27] vanhoof, ogasawara estimated sometime in September [15:28] tgardner: thanks [15:39] can I just say, I love it when i tell someone that they failed to respond on a bug and I expire it only to have them reopen it, fuss about it being closed, then go test the issue and tell me "oops, this is fixed, please close." [15:39] makes me crazy [15:39] * tgardner wonders if jfo has noticed that half of all humans are below average [15:39] I have, and most of that half file kernel bugs it seems [15:40] :) [15:43] cnd, wtf? re bug 581312 [15:43] Launchpad bug 581312 in linux (Ubuntu) "Unknown key fee[x] pressed with Dell Latitude XT2 (affects: 1) (heat: 20)" [Medium,Triaged] https://launchpad.net/bugs/581312 [15:44] JFo: ummm, what? [15:44] did you see the last comments [15:44] yeah? [15:46] JFo: what about them? [15:46] apparently nothing [15:54] lag, git log --pretty=oneline $* [15:57] amitk, you around? [15:57] JFo, asac: someone added https://wiki.ubuntu.com/UbuntuARMTeam/ReleaseStatus/MaverickTasks?action=raw to maverick.cfg; should't that rather get into ubuntu-arm.cfg? [15:57] it looks weird to distribute the ubuntu-arm WIs like that, but your call of course [15:58] ^^ from #ubuntu-devel [15:58] JFo: shoot [15:58] amit, the above was what I wanted to show you [15:59] lag, To tell git the current top commit you could also use HEAD and HEAD~1 is the one before that and so on [15:59] from pitti [15:59] JFo: that'd be Jamie filing new stuff [16:00] apw: bah, forgot about missing modules when I built in fbcon [16:00] ah [16:00] apw: will get it fixed up [16:00] ogasawara, Heh, yeah. Probably want to do a ignore.modules instead of a modules.ignore... [16:00] lag, for example, 'git request-pull HEAD~1 git://kernel.ubuntu.com/ubuntu/ubuntu-maverick.git' assuming you have one commit in your local repo that you'd like to be pulled. [16:01] Oh okay [16:01] smb: yah, I did the same for the last upload due to all the config tweaks [16:01] Thanks smb, tgardner [16:12] JFo: skype just told me about tomorrow ;) [16:13] heh === kamal-away is now known as kamal [16:53] * bjf will brb [16:59] What's the best way to load a proposed kernel (I was requested to load 2.6.32.13 from proposed) [16:59] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/511066 [16:59] Launchpad bug 511066 in linux (Ubuntu Lucid) (and 1 other project) "ModemManager: HP ev2210 Sierra MC5725 not detected (affects: 2) (heat: 18)" [Low,In progress] [17:03] kassah, 'wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32.14-lucid/linux-image-2.6.32-02063214-generic_2.6.32-02063214_amd64.deb; sudo dpkg -i linux-image-2.6.32-02063214-generic_2.6.32-02063214_amd64.deb' [17:04] thanks =) [17:06] manjo, you still around? [17:06] cking, yeah [17:09] cking, I think the problem is on my end [17:09] cking, let me restart mumble [17:09] manjo, its at your end [17:17] * bjf is back [17:41] anyone have any ideas why when I run the following as root, it works, but when run by pm-utils when power is disconnected, it errors out with error 1: [17:41] setterm -blank 1 -powersave powerdown -powerdown 1 \ [17:41] < /dev/tty1 > /dev/tty1 2>&1 [17:42] when run as root, I have to sudo su first, so maybe sudo is doing something extra? [17:42] when pm-utils runs, it's running as root, no sudo [17:43] it's driving me mad... [17:45] cnd: environment variables? [17:45] jjohansen: could be, I did a diff of the env output in each case [17:45] nothing stood out as obvious [17:45] cnd, you might ask kees, but its possible sudo is not granting the right CAPs [17:46] tgardner: it seems like in this case sudo may have more privs than root somehow [17:46] I'm going to strace it to see if I can find out exactly why it dies [17:46] cnd: that can happen, a root process doesn't necessarily get all caps [17:49] jjohansen: tgardner: strace FTW [17:49] write(2, "setterm: $TERM is not defined.\n", 31setterm: $TERM is not defined. [17:49] though I had tried it without 2>&1 I thought, and I never saw this [18:32] apw: yesterday you wondered if fdr binary-generic skipdbg=false would force generation of the ddeb without having to mess with touching /CurrentlyBuilding [18:32] I can confirm that's correct [18:46] * manjo heading out to get some lunch ... brb 1hr [19:55] ->lunch [20:06] where are local references stored in .git ? i.e. I have an upstream linux-2.6 tree that I want to have as a --reference for a new clone. but if I forgot to do that during the clone, I can add it later and do a git gc --prune, but I can't figure out where to add it... [20:06] kees, I doubt it, you'll likely have to reclone [20:07] tgardner: nah, smb showed me magic at the last sprint [20:07] kees, perhaps its more hassle then its worth [20:07] doh! [20:07] well, I have various topic branches now, so I want to manipulate the repo without throwing it away [20:08] push you topic branches to different repo (like the linux-2.6 repo) [20:08] you can always delete them later [20:09] ah-ha, .git/objects/info/alternates [20:10] okay, next up.... I have a remote, I've added a remote to it, how do I create a local branch for a remote master that isn't "origin"? [20:11] git checkout -b BRANCH origin/BRANCH [20:12] 'git branch -a' show all of the branches at remote repos [20:12] I said "remote" twice there, meant "branch" first time. [20:12] I figured it out from context :) [20:12] sounds like I want "git checkout -b LOCAL-BRANCH-NAME REMOTE/REMOTE-BRANCH-NAME [20:13] kees, exactly [20:18] can I use "git log" to show other local branch logs? (i.e. how do I find a commit id to cherry-pick without switching to the origin branch first?) [20:33] kees: you can do a `git log ` [20:35] * ogasawara -> lunch [20:35] ah! I was trying too hard [20:51] kees: in git, just about every command works on a git identifier, whether it's a human readable name, or a sha1 [20:54] achiang: seems like format-patch is an exception [20:56] kees: eh? [20:57] * ogasawara goes to lunch for reals this time [20:57] kees, I think format-patch works on a single SHA1, or a range of IDs [20:57] achiang: if I'm in a branch, and I want to use "format-patch" I can't specify an arbitrary sha1 [20:57] tgardner: yeah, my mental problems with git seem to revolve around the "scope" of branches [20:58] I'm used to having a full working directory per branch (as with bzr) [20:58] kees, the syntax can be a bit dense [20:58] kees: interesting. i haven't used format-patch in a long time, not since i switched to stacked git [20:58] bzr is so bizarre [20:58] poor you kees [20:59] format-patch ^.. kees [20:59] maks_: ah-ha. [20:59] what does "^" mean in that syntax? [20:59] the one previous [20:59] you can also use ~1 [21:01] mpoirier: these two files (.ignore and .ignore.modules) tell the build process to ignore checking [21:01] neat, that worked. [21:01] so, it seems "scope" for git commands is really "all commits ever in any known branch". only when one uses less specific arguments does it kick down using the current branch's view of commits. [21:02] mpoirier: however, if you are just trying to build a kernel through fdr binary-omap, then you can add skipabi=true skipmodules=true to the command [21:02] something like: [21:02] kees: I think its more 'reachable from reflog heads' [21:02] kees: vs any commit [21:02] mpoirier: I just realized I forgot to link to the files: http://kernel.ubuntu.com/git?p=cndougla/hedley.git;a=tree;f=debian.mvl-dove/abi/2.6.32-204.16hedley6/armel;h=736bf1ef045abfab6e0930d8031ebdfc5453bfee;hb=HEAD [21:02] fakeroot debian/rules binary-omap skipabi=true skipmodules=true ? [21:03] mpoirier, 'echo 1 > debian.master/abi/2.6.34-4.11/armel/ignore' [21:03] mpoirier: correct [21:03] lifeless: ah, true, sounds right. though I've never tried orphaning a commit and later tried to reach it [21:03] kees: note that format-patch is weird, in that you give it the sha1 of the commit *before* the one you really want [21:04] so that explains why you might be running into "scope" issues [21:04] achiang: right, that bit I'm kind of used to now. but this week I've tried to switch to using multiple topic branches so my existing workflows are slightly confused. :) [21:05] if you're in master, and are trying to do a format-patch for a branch that has commits *after* master, then it looks like you can't simply specify a [21:05] again, stg ftw. ;) [21:07] achiang: curious, have you ever used guilt, and if so how do you find it compares to stg [21:08] jjohansen: i tried using guilt a long while ago and didn't quite like it as much as stg [21:08] let me try and remember why... [21:08] fair enough, I defaulted to it as its syntax was closer to quilt [21:10] jjohansen: i think my complaint with guilt was that it followed the git model *too* closely, in that it was a PITA to be working on a patch series and attempt to modify an earlier patch [21:11] but that was about 1.5 years ago, so maybe it's improved a lot since [21:11] achiang: hrmm, no its just like quilt except better. Just pop to the patch edit and refresh. Better than quilt because any file under git control is automatically added, so no more quilt add/edit [21:12] jjohansen: yeah, ok. then i can't remember why i liked stg better (it has the same model btw) [21:12] I think there are a few things that stg probably handles better but, as I said I took a quick look at both an guilt was closer to quilt (which I used all the time) [21:13] right, its bascially the same [21:13] maybe it was the mailer? is guilt's send-email wrapper nice/easy to use? [21:13] stg has a nice mail templating feature that i used heavily [21:14] ah, that may be it, I have never gotten the mailer to work [21:14] and have to fallback to git send-email [21:14] of course I haven't tried it for a year [21:14] heh. [21:15] hrmm, looking at the current guilt there isn't even a mailer documented, though I am sure I tried playing with it in the past [21:16] perhaps it was one of the features that never got completed === ayan is now known as ayan-afk [21:39] is bug 585551 a udev or kernel bug, anyone? [21:39] Launchpad bug 585551 in udev (Ubuntu) "mainline kernel makes udevd spin on device removal (inotify event) (affects: 2) (heat: 12)" [Undecided,Confirmed] https://launchpad.net/bugs/585551 [21:40] oh dear, since the last Ubuntu update my system randomly reboots [21:40] intel's crap graphicdriver is still not fixed and I'm getting glitches all over the screen randomly [21:41] mrec, update of what exactly? [21:41] systemupdate there was not too much to update, is there any logfile available about system updates? [21:41] dpkg.log [21:42] libc was updated but not sure if that's the issue [21:43] mrec, you have lucid + proposed? [21:43] only lucid [21:44] libc was the most critical update probably I have the list here if it happens again I will report it [22:09] achiang: hi, i've been having a WARNING in my linux-next kernel build [22:09] "sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:02.0/slot'" [22:09] googling showed a thread from a month ago http://lkml.org/lkml/2010/4/12/259 [22:09] but it doesn't look like anything was done about it [22:09] phunge0: yeah, i never really had a chance to debug that. :( [22:10] phunge0: i'm going to ask jesse to drop that patch, i don't have hardware or time to fix it [22:10] i can help if you're interested, or maybe just revert the patch like you originally requested? [22:10] hm [22:10] phunge0: can you pastebin lspci -vt for me please? [22:12] achiang: http://pastebin.com/yECfYNZJ ... i'm on KVM, like the original submission [22:12] oh! [22:12] phunge0: you know, i didn't even see that eparis was using kvm the first time around [22:13] interesting [22:15] the fact that kvm is involved actually makes a lot more sense. i was *really* scratching my head initially about how on earth we could have gotten duplicate slot entries [22:18] phunge0: hm, weird. git grep sysfs_attribute_initialize returns nothing in my tree [22:18] achiang: yeah, cool... my kvm setup is completely vanilla if you want to try to reproduce [22:19] * achiang does a git remote update ; git rebase origin [22:19] i know only a little about sysfs... sysfs_attr_init? [22:19] oh perhaps that's it [22:20] hm [22:20] # CONFIG_DEBUG_LOCK_ALLOC is not set [22:20] it's a noop in my build, so i doubt that'd be it [22:20] i'm not sure that gregkh's email was correct. looking at the comment for sysfs_attr_init, it's talking about lockdep, which is completely unrelated to the warnings you're seeing [22:20] yeah [22:21] phunge0: so you see that warning in the guest or the host? [22:21] guest [22:35] why aren't the mainline daily builds, er, daily? :) [22:38] because they build based on when there is an RC [22:39] anyway I hope yesterday's drm-next has what I need from today's missing daily [22:39] JFo, I think they are built more often than that? [22:41] phunge0: can you please pastebin: for i in /sys/devices/pci0000:00/* ; do ls -l $i ; done [22:41] in the guest [22:46] achiang: http://pastebin.com/rb26vUMW [22:48] and bus/pci/slots: http://pastebin.com/Se1TGyv7 [22:48] phunge0: sorry, one more pastebin please -- can you paste the entire dmesg from your guest so i can see the warnings? [22:49] http://pastebin.com/Vc1h75Eu [22:52] phunge0: how do you feel about building kernels and testing patches? [22:52] phunge0: if it's too hard, don't worry about it, but if you're able, i'd like you to apply a debug patch for me [22:54] achiang: i'm leaving work in around 20 minutes, gone until next tuesday :( [22:54] phunge0: how about if i send you an email and you can just report results when you get a chance? [22:54] yeah absolutely [22:54] phunge0: address? you can /msg me if you want