[00:28] tgardner: http://people.canonical.com/~ogasawara/config2options [00:55] * vanhoof is glad to see some perl around here :D === joewilliams is now known as joewilliams_away === lifeless_ is now known as lifeless === joewilliams_away is now known as joewilliams === joewilliams is now known as joewilliams_away === yofel_ is now known as yofel [08:15] * abogani waves [08:17] Sorry for stupid question... [08:17] Anyone know how many and what are the "fakeroot debian/rules COMMAND" issued by a simple dpkg-buildpackage? [08:17] I'm trying to verify every step without restart the entire build process every time :-( [08:17] Thanks in advance! [08:18] abogani: look at 'debuild -nc' [08:18] or dpkg-buildpackage also takes that option, I believe [08:26] amitk: I'll take a look! Thanks! === maxb_ is now known as maxb === amitk is now known as amitk-afk === amitk-afk is now known as amitk === sconklin-gone is now known as sconklin [15:18] <__bjf> tgardner, you in the office? [15:21] <__bjf> tgardner, i'm heading in now [15:24] __bjf, yep === joewilliams_away is now known as joewilliams [16:18] GrueMater: o/ === joewilliams is now known as joewilliams_away === cndougla is now known as cnd [16:43] tgardner, apw, ogasawara: heads up: [16:43] there's a 3M multitouch patch that's in the works right now [16:44] sabdfl has explicitly said he wants it in the very next kernel update [16:44] even if it's not upstream [16:44] cnd: ack, send it to the list then. [16:44] no budging [16:44] will do, as soon as it's ready [16:45] cnd: I just uploaded yesterday, so will probably not do another till early next week if he's wanting an ETA [16:46] ok [16:51] what do i need to do to get the lirc patch (bug #550369) also applied to the lucid kernel? [16:51] Launchpad bug 550369 in lirc (Ubuntu Lucid) (and 3 other projects) "Hauppauge TV Card is detected as Leadtek IR in lucid (affects: 13) (dups: 3) (heat: 87)" [Undecided,Fix released] https://launchpad.net/bugs/550369 [16:52] bdrung: I'd say open a new clean bug report, as that one is already marked Fix Released [16:53] bdrung: it'll then need to go through the Lucid SRU process (ie patch sent to the kernel-team mailing list and garner the appropriate number of acks etc) === joewilliams_away is now known as joewilliams [17:28] JFo: bug chat today? [17:35] * smb cries [17:35] Totally failed to do anything really on that === sconklin is now known as sconklin-lunch [17:52] ogasawara: the linux task is wrongly marked as invalid. can i reopen it or should i use a new one? [17:52] bdrung: I [17:53] 'd say open a new one to avoid confusion [17:53] ogasawara: but it's the same issue, because the linux kernel uses a copy of lirc source code [17:54] bdrung: you are free to do what you want, I'm just giving my recommendation [17:54] bdrung: ie you can re-open the linux task [17:55] ogasawara: where do i get the linux source tree? [17:55] bdrung: git://kernel.ubuntu.com/ubuntu/ubuntu-maverick.git [17:59] tgardner: ping [17:59] tgardner: if you have a sec can you check out bryan's last comment on https://bugs.launchpad.net/ureadahead/+bug/491943 [17:59] Ubuntu bug 491943 in ureadahead (Ubuntu) (and 1 other project) "Kernel trace buffer should be set to less unrealistic value (affects: 16) (dups: 2) (heat: 88)" [High,Triaged] [17:59] tgardner: im thinking we should spin another bug for this, wanted to see if you agree [18:02] vanhoof, I'd like to chat with keybuk about profiling the number of CPUs and system RAM before allocating ureadahead buffers. [18:02] right now its a fixed value [18:05] tgardner: cool [18:05] tgardner: i just didnt want to spin that bug (which fixed up the AMD issue) into something new [18:05] though this particular bug looks like it might be related to 32 bit PAE [18:06] vanhoof, I'll develop a patch for ureadahead that Bryan can test. [18:07] tgardner: awesome [18:07] tgardner: the immediate urgency died down for the project we're involved with due to time constraints [18:08] vanhoof, yeah, you just killed ureadahead, right? [18:08] or removed* [18:08] tgardner: yeah, bug was found the day of the deadline, so it was the only option we saw [18:08] ack [18:09] thanks tgardner [18:16] ogasawara: fyi...it appears the tech board will approve the removal of sparc and ia64 before next week's meeting. Here's the thread -> https://lists.ubuntu.com/archives/technical-board/2010-August/000441.html [18:16] robbiew: sweet, thanks for the note === sconklin-lunch is now known as sconklin [20:11] ogasawara, yeah, I'm a jerk [20:11] I took longer than planned to get my glasses [20:11] and I completely forgot the bug chat [20:11] sigh* === akher0n is now known as akheron [21:13] bjf, ogasawara : http://www.kernel.org/pub/software/scm/git/docs/git-notes.html [21:34] When would the kernel choose to send SIGKILL to a process on its own? I'm desperately trying to get a user-mode-linux thing to work, and I have these odd problems getting it to boot. [22:57] Answer: When the process exceeds its stack limit which is excruciatingly often when you're using a version of uml compiled against linux-source-2.6.32 at an /extremely/ unfortunate time.