[00:02] persia: right, certainly blindly setting MAKEFLAGS=-j2 will cause FTBFS'es that wouldn't ordinarily happen in the buildds. I was wondering if there was a more intelligent flag for that [00:02] I recall someone saying that the buildd's do intelligently use multiple cores [00:02] s/cores/cpus/ [00:02] Maybe by building multiple packages simultaneously in separate environments? [00:03] Some packages seem to try to calculate the number of cores in debian/rules build, and call make with -j. === kitterma is now known as ScottK2 [00:05] persia: alright, given that it doesn't seem like there's a clear-cut utopian answer, I'll stick with default build options and exercise patience :D [00:07] jdong: Look to the future. There've been several threads on this in debian-devel, and I think support ought hit policy sometime in the 3.7.x series. After that, it's just a matter of testing and adjusting all the source packages, and you'll have an answer :) [00:07] persia: awesome. Just how again do we test packages for makefile race conditions? :D [00:08] (very carefully) [00:09] jdong: Last test I saw was a complete archive rebuild of unstable with a build system that preferred parallel builds. debian/rules seems to be a significant offender for issues running in parallel. [00:10] persia: ah, not at all surprising... hence why I was worried about globally setting MAKEFLAGS [00:11] jdong: Check the debian ML archives. I think Aurelien Jarno had something that parallelised everything except debian/rules at one point. [00:11] persia: will do === Martinp24 is now known as Martinp23 === mdomsch_ is now known as mdomsch === vorian is now known as vorian_ [03:00] bdmurray: Around? [03:03] !ping [03:03] ping yourself ;-) really the diodes all down my left side are sore [04:16] slangasek: Still around? https://bugs.edge.launchpad.net/ubuntu/+source/kvm/+bug/196868 is still untouched, and I'm running out of kittens. [04:16] Launchpad bug 196868 in kvm "[ffe] Upgrade kvm from vers. 60 to 62" [Undecided,New] [04:53] soren: am now [04:58] bdmurray: Whee. [04:59] bdmurray: I was about to look through the pile of hibernation related bugs to see if I might have fixed some of them by accident. Kees said that you might have all of them in your head, and that beats the crap out of Launchpad's search features. [05:00] bdmurray: So... Do you remember any bugs about machines seeming to hibernate properly, but failing to resume either always or just once in a while or something. [05:00] ? [05:04] soren: I think that globs just about every suspend2disk failure case [05:05] soren: gah, I feel like a failure since I don't have them all in my head [05:06] Er... Let me be a tiny bit more specific. [05:06] It hibernates properly, but when it's supposed to start resuming, it just boots as though you hadn't hibernated. [05:06] jdong: better? :) === steve__ is now known as vorian [05:07] soren: much :D [05:07] This doesn't have to do with the resume partition being wrong though? [05:09] that certainly could cause those symptoms [05:09] IIRC there were some uuids-dont-resolve kind of bugs that cause these symptoms [05:09] right, but soren indicated he fixed *something*. I was wondering what that something was. [05:10] Yeah. I just fixed one of those cases and instead of trawling through the boat load of bugs I just wanted to feed off of your brain. [05:10] which case did you fix? [05:10] What I fixed was a race in the resume script in the initramfs that would check for the swap partition's existence just a tiny bit before it actually showed up. [05:12] Well.. "fixed" is a bit strong :) [05:12] - sleep 2 [05:12] + sleep 10 [05:12] heh [05:12] like that? [05:12] Almost, but not quite :) [05:13] It didn't use to sleep at all, so I added a loop that checks for 5 seconds and if it hasn't showed up by then, it bails. [05:13] how does an every-5-second check not use sleep? :) [05:14] but more seriously, is there some API call in the init script "library" that performs this kind of thing? [05:14] it's useful in more than one place [05:14] Oh, it does use sleep. It's just not stupidly extending an already existing sleep. :) [05:15] There's not, but there should be. [05:16] soren: bug 93039? [05:16] Launchpad bug 93039 in initramfs-tools "Regression: resume from disk (hibernate) fails sometimes" [Undecided,Confirmed] https://launchpad.net/bugs/93039 [05:20] bdmurray: That's the one. [05:20] bdmurray: Awesome. Thanks. [05:20] soren: no problem [05:21] * superm1 wanders in and glares around at the present core-devs. free kittens for someone who is willing to sponsor a small debdiff :) [05:21] soren: just look at how you wait for root :) [05:22] superm1: where is the debdiff? [05:22] bug 187459 [05:22] Launchpad bug 187459 in cdrkit "genisoimage creates bad iso images if joliet is used - error: "Unexpected joliet directory length" appears" [High,Confirmed] https://launchpad.net/bugs/187459 [05:22] superm1: btw.. i am having issue with the latest mythtv dvd internal player. it can't play all dvd's while both xine and mplayer can do on the same [05:23] fabbione: Yeah, I got a bit of inspiration from that :) [05:23] fabbione, you have a bug filed on it? [05:23] superm1: no, i noticed only about 8 hours ago.. before going to sleep [05:23] ah [05:23] superm1: and i didn't track down the differences in the iso yet.. some play some don't [05:23] superm1: so a bug would be very much incomplete [05:25] ah [05:26] oh boy..... [05:26] dpatch for a one liner? [05:26] no [05:26] that's just insane [05:26] there would be an easier way? [05:26] it will be dropped as soon as there is a new upstream version [05:27] i figured this keeps it easy to merge with debian [05:27] and just drop it when necessary [05:27] zcat cdrkit_1.1.6-1ubuntu5.diff.gz |lsdiff [05:27] it already shows modified files directly in the tree [05:27] so either you switch all the diffs to dpatch and do a clean jon [05:27] job [05:28] or just patch it and suck the diff in the diff.gz [05:28] 2 different patch systems at the same time are _BAD_ [05:28] * superm1 shrugs [05:28] okay [05:29] * superm1 doesn't like it when people don't change stuff outside debian/ with proper patch systems [05:29] i don't like when they are incosistent :) [05:30] okay i'll just put it right in the .diff.gz then [05:30] give me a sec [05:34] fabbione, okay i updated that patch on the bug [05:35] better... [05:35] ok i will sponsor it, but you get to fix the crap if it breaks [05:36] sounds fair :) [05:36] because i have never seen that error before [05:36] it is fscking up our mythbuntu disks [05:36] so that's the only reason the bug became so apparent [05:36] superm1: i guess you mean the disks created by mythubuntu disks.. it's not related to my problem tho.. [05:38] i mean our live cds. they are not browseable on macs or windows, which with the next alpha we're doing - we're adding a nice little windows menu to install the "Mythtv player" for windows and a few little things [05:38] superm1: uploaded [05:39] i'll keep an eye out for new bugs related to this bug though. if something goes wrong i'll take care of it. Thanks fabbione :) [05:39] no problem === freeflyi1g is now known as freeflying [07:15] soren: mmh, sorry, I did get it taken care of while it was still today for /me/, I didn't expect you'd be up this late still looking for it === doko_ is now known as doko [09:00] calc: ah [09:00] Keybuk: pumpernickle's proxy appaers to suck. [09:00] (it's happened before) [09:11] slangasek, could you merge another branch related to our alternate cd building? http://bazaar.launchpad.net/~mythbuntu/debian-cd/mythbuntu-debiancd has the .pcx/.rle image files so we get the right artwork [09:15] I can't update anymore since yesterday. What is wrong? === hunger_t is now known as hunger [09:29] slangasek, also added to there our first seeds that should hopefully pick the right tasks off the bat. [09:31] hunger: you broke it? [09:31] hunger: open office? [09:31] Hobbsee: Nope, I get 404 errors when trying to download anything but the package lists. [09:32] from http://archive.ubuntu.com/ that is. [09:32] ah [09:32] hunger: yeah I had that since yesterday too [09:33] s/had/have/ [09:34] From the apt-get output I gess that the filenames it is trying to download are missing .deb extension or something. [09:35] "Err http://archive.ubuntu.com hardy/main update-manager 1:0.87.10\n 404 Not Found" [09:35] hunger, happened to me too, but it was transient [09:35] an apt-get update and then trying again appeared to fix it at least for me [09:35] superm1: I had it a couple of times yesterday and am seeing it consistently the whole morning already. [09:46] could someone paste me a copy of a default hardy sources.list (does it vary for the server edition?) [09:46] mdke: no [09:46] mdke: (surely, you should know better than to even ask such a thing. next, you'll be asking what the repos for kubuntu are) [09:46] Hobbsee: no to both questions? ;) [09:47] mdke: to the latter :) === tritium is now known as HDStrikeOut [09:50] mdke: http://ubuntuforums.org/archive/index.php/t-308907.html do? [09:50] then sed [09:51] has the layout not changed since edgy? [09:51] hm, maybe. [09:51] * Hobbsee doesn't remember [09:51] I was wondering if universe/multiverse is on the same line as main/restricted or if the wording of the comments has changed, etc === kuechengarten is now known as thekorn_ [09:54] i'll download the source package [09:57] damn, nothing very helpful there; it's created automatically [09:58] which i suppose might mean it's different for a different edition :) [10:02] Ah, now the download works once more. [10:12] Well, mostly... [10:56] grumble. why does hardy, a LTS release, *still* not pick up vertical scrolling for touchpads? [10:57] and i can't even figure which part in particular does that now [10:57] Hobbsee: works for me [10:58] lifeless: which model? [10:59] dear tracker, if i've told you to pause indexing, then why are you still doing it? [11:00] Hobbsee: I think you want to talk to trackerd :-) [11:00] Hobbsee: kill trackerd kthxbye. [11:00] dell d430 [11:00] yummy. gnome-app-install curls up and dies if something else already has the apt lock [11:00] lifeless: yeah, well, i'm about to do that :) [11:01] lifeless: i was giong to see if it behaved *vaguely* well before doing so, though [11:01] Nafallo: yeah, something about kill and purge... [11:01] :-) [11:02] lifeless: strange. [11:05] evand: can i lodge a complaint, please? [11:05] evand: there's absolutely no indication on the initial dialog on the cd that you can install ubuntu from the first option - it now appears that you can either a) play without touching anything permanently, or b) install ubuntu, but not both. [11:09] nice wallpaper. [11:20] Hi there, what is the freeze for universe bug fixes? [11:20] is that betafreeze? [11:21] Le-Chuck_ITA: same as main. [11:22] Le-Chuck_ITA: see the meeting minutes for the latest info [11:22] (which i need to update on teh wiki) [11:22] jdong: oh crackmaster, please get transmission done and uploaded. [11:22] Hobbsee: same as main is betafreeze for bugfixes, right? [11:22] Le-Chuck_ITA: i think so [11:22] Thanks. Any developer acquainted with xinput here? [11:23] there are big troubles for tablets in hardy [11:23] and I don't want to see it shipped as is :( [11:23] probably not on a weekend [11:23] we are in the weekend already? [11:24] :) [11:24] Sat Mar 1 11:24:05 GMT 2008 [11:24] I will wait monday then [11:24] * laga has spent one hour more than Nafallo in the weekend. yay. [11:24] laga: GMT == UTC, go figure ;-) [11:24] :) [11:33] Amaranth: is https://bugs.edge.launchpad.net/ubuntu/+source/compiz/+bug/140913 fixed in hardy now? [11:33] Launchpad bug 140913 in compiz "session save/restore does not work" [High,Triaged] [11:36] jdong: xvidcap, ditto. [11:43] I found that the most important bug related to wacom tablets has already been reported three days ago by Tom Jaeger, together with a fix (using GIT version of linux wacom). I can do nothing but alert developers here and on ubuntu bugs on Bug #195953, please take a look and prioritise if you think it's worth. Tablet support is slowly improving in linux and breaking driver support in a LTS would be a shame [11:43] Launchpad bug 195953 in wacom-tools "Tablet input resolution tied to display resolution" [Medium,Confirmed] https://launchpad.net/bugs/195953 [11:44] already done on ubuntu-bugs [11:44] sorry for noise :) [11:44] Le-Chuck_ITA: can you milestone it please? [11:45] Hobbsee: yes sure - a couple of months away from launchpad and I forgot completely how to work with bugs :) [11:45] hehe [12:11] will that funny tracker thing be enabled per default to index *everything* I have on my disk in hardy? [14:02] Hi all. Does anyone know what package provides the boot menu on the live cd? [14:02] I think it may be a syslinux menu, but I can't find what configures syslinux. [14:03] This is to find a package for bug 197214 [14:03] Launchpad bug 197214 in ubiquity "Ubuntu installation menu bug" [Undecided,Incomplete] https://launchpad.net/bugs/197214 [14:03] or rather confirm the package. [14:11] hi there.. i had an idea for improving the liveCD feature but i don't know some thing... my idea is this ( http://brainstorm.ubuntu.com/idea/2031/ ) it's simple: create a way to save session of a live cd and let you use the liveCD as if it's an installed Ubuntu... as i know the LiveCD work on a virtual filesystem loaded into RAM.. the idea should be to "expand" this filesystem to split this filesystem to be half o [14:11] n RAM and half on some other support.. like if there's more ram... than to save new thing you can do a "binary diff" and tar it somewhere... when you load the liveCD again you need a way to load this binary diff and apply it... but i don't know where it should be loaded and how you can friendly let the user choose from which support to load it... [14:13] mastro: I remember reading something about someone having done something like that using a USB key. You might want to try searching for such a project, and joining that team to seek implementation. [14:13] persia, really? i search on google.. thanks [14:18] It's wanted to have an easy way to save data on a USB stick or similar when using the live cd, but I don't know if it is planned to have full session save/restore. [14:25] james_w, yep... i think it's not an easy task to achieve! But the main useful thing would be: "possibility to try restricted drivers like nvidia or ati drivers directly from liveCD" [14:31] if this the correct line for dapper-proposed? [14:32] deb http://us.archive.ubuntu.com/ubuntu/ dapper-proposed main [14:32] mastro: isn't that already possible? [14:32] nosrednaekim: I believe so. Does it not work? [14:33] james_w» doesn't seem to have the "upgrade-manager" package in it === toresbe_ is now known as toresbe [14:37] nosrednaekim: the package is called "update-manager" [14:37] oo! :) [14:39] I feel dumb now... thanks [14:40] mastro: isn't that already possible? «« i don't think so.. not easily [14:40] it require to reboot [14:41] ah, ok. === asac_ is now known as asac [15:29] slangasek: Ah, ok. I didn't know your day extended all the way to midnight :) I'm in Boston, so I'm not on my usual hours. [16:01] doko: could you please have a quick look at bug 197160? It's a crash in python-central 0.5.60ubuntu5 which was previously marked as fix released in bug 196335 [16:01] Bug 197160 on http://launchpad.net/bugs/197160 is private [16:01] Bug 196335 on http://launchpad.net/bugs/196335 is private [16:32] thom: so what did you not like about the air? [16:47] Hobbsee: *hugs* thanks! Now off to write another one for Nexuiz ;-) [16:50] jdong: MIRs? ;-) [16:50] Nafallo: ROFL no, though nexuiz-by-default would be quite interesting ;-) [16:50] FFe [16:51] :-) === allee_ is now known as allee [17:05] Hobbsee, suggestions for an alternative menu item title are welcome. [17:05] I honestly don't recall what the current options are and I don't have vmware set up at the moment. [17:19] * Keybuk tries a new trick [17:19] change the test cases *before* changing the code [17:26] doko: I agree that the change I made for Bug #179668 is a work around. I shifted the duplicates around and left Bug #138189 open to document that libythonize0 is dlopening libpython2.5.so and not .so.1. So I'm going to put the one back to fix released since the underlying issue is documented in another bug. [17:26] Launchpad bug 179668 in pykdeextensions "User management in systemsettings cannot find libpython2.5.so" [High,Confirmed] https://launchpad.net/bugs/179668 [17:26] Launchpad bug 138189 in pykdeextensions "application tries to dlopen /usr/lib/libpython2.5.so (only found in the -dev package) " [Medium,Confirmed] https://launchpad.net/bugs/138189 [17:26] ScottK: ahh, ok [17:37] ScottK, promoting those to recommends, they won't be coming by default though will they? I thought there was a decision at UDS-Boston to automatically install recommends for hardy [17:38] superm1: Whether it does or not doesn't affect the right answer. Last I noticed it's not implemented, but I may be wrong. If it's recommeds, users can still remove it. [17:38] Gotta run. [17:38] ok === j_ack_ is now known as j_ack === luka74 is now known as Lure [18:20] <__Neo__> Hi, is there a variant of Ubuntu that uses official (or mirrors of) Debian repositories either stable or later? [18:20] not that I know of. [18:21] __Neo__: i think that's called "debian".. [18:21] <__Neo__> DreamLinux does this for example [18:21] heh [18:21] <__Neo__> Essentially real Debian testing with extra things added and customized for the Desktop user - whilst maintaining compatibility with the debian repository [18:24] <__Neo__> I presume the answers no then? [18:28] __Neo__: The answer is no [18:31] <__Neo__> I'll go back to DreamLinux - thanks anyway [19:48] hi people, question - do automatical daily live cd building system includes up-to-date translations from Launchpad, like debian-installer and it's help module? [19:56] stgraber, can you make evand a developer on brainstorm, so I can post developer comments? [19:58] i've seen at least one spec on there that is already implemented in hardy too. if the ability to nuke such things as "complete" is available, that should be done (i'm referring to the ability to cancel fsck on bootup) [20:06] superm1: not to mention "Ubuntu should recognize hardware changes" [20:06] yeah that too :) [20:07] complete things shouldn't be nuked though [20:07] they should be moved to a "ideas that we listened to" board [20:07] like the one in TESCO [20:08] yeah, well who admins the site? [20:08] stgraber, ? [20:10] superm1: I think so [20:38] evand: The role is not yet here, we will add it at the next update, probably monday. [20:43] nand, oh, I thought the developer comment section that's already up was the change. Nevermind then. [20:44] a lot of changes are incoming :) === allee_ is now known as allee === lando_ is now known as lando [20:59] hi [20:59] who is the tool responsible for mount /proc on ubuntu? [21:00] I tried to comment fstab line to not mount this but it doesn't work [21:02] vignatti: why don't you want /proc ? [21:03] crevette: just to kill an xserver bug. Some guy is trying to initialize Xorg without /proc and it's segfaulting [21:03] crevette: for sure Xorg must a least exist nicely :) [21:05] any hints? [21:05] I don't how /proc is mounted [21:05] umount /proc doesn't work I assume [21:06] crevette: it should [21:06] nop [21:06] it returns EBUSY [21:06] /etc/init.d/mountkernfs.sh mounts /proc [21:06] even if I pass --force [21:07] at least, I can mount/umount on a small chrooted system. If processes use files in /proc, it's another story... [21:08] geser: humm, interesting [21:08] * vignatti booting [21:15] humm, just commenting out the line which mounts /proc in mountkernfs.sh didn't worked :( === Onyxyte is now known as Quaver2 [21:43] superm1: hrm, this appears to require me figuring out how the debian-cd repo is configured [21:43] slangasek, yeah evand wasn't sure either, so he said to talk to you :) [21:44] soren: ah yes, I forgot about the sprint, doh [22:26] ScottK: huh, didn't this pythonize issue come up before? [22:27] slangasek: It did. You fixed it (work around) right before Gutsy release. [22:27] slangasek: Then mvo reverted your work around in December with no rationale documented. [22:28] ah [22:28] So I spent several hours last night beating my head against the wall trying to figure out the real fix, traced it (I think) to libtool and gave up and reuploaded the workaround. [22:28] heh [22:30] It had enough dupes that I really thought it ought not be left broken for Alpha 6. [22:32] * slangasek nods [22:34] so 138189 is the bug designated for tracking getting libpythonize fixed to use the soname? [22:34] That's the idea. [22:34] It actually correctly describes that problem and not the impacts of it on other packages. [22:38] * slangasek takes responsibility for that one [22:39] superm1: mythbuntu debian-cd changes merged [22:47] slangasek, thanks. hopefully tonight's build turns out more fruitful :) [23:08] 17124 scott 18 0 522m 86m 17m S 11 4.3 139:56.82 deskbar-applet [23:08] *sigh* [23:12] Heh [23:15] hi