=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-installer [11:02] ubiquity: cjwatson * r2082 ubiquity/ (5 files in 3 dirs): [11:02] ubiquity: * Drop into pdb.post_mortem on non-SyntaxError exceptions if the --pdb [11:02] ubiquity: option is given and ubiquity is running from a terminal. === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer [03:03] cjwatson: ping === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [03:12] neat === avoine [n=avoine@69.70.0.36] has joined #ubuntu-installer [03:14] ? [03:14] changes to ubiquity [03:15] jetsaredim: sorry, today's really hectic for me [03:15] np [03:16] just wondering if you gave any thought to the possibility of the mythbuntu stuff ever getting back into the main ubiquity tree [03:16] after its fully reviewed and all that [03:16] of coarse [03:17] if it's specific to mythtv, I think I would prefer that it remained separate until such time as ubiquity is much better prepared for plugins [03:18] i was thinking of modeling after m-a [03:18] I had explained to jetsaredim that you were waiting for the code to be more accepting extensions, but he wanted some clarification if that was on the horizon and what that entailed, as he brought up the idea of adding a --no-mythtv option [03:18] to extensions* [03:18] actually I was thinking more along the lines of an option to _enable_ myth [03:19] and by default it would be off [03:19] ah, my mistake [03:19] we only talked about it for like 2 seconds [03:19] indeed [03:20] i suppose it doesn't make a difference either way - as long as its turn-off-able [03:20] jetsaredim: I think the UI changes are too difficult for us to maintain in the three at this point [03:20] ;) [03:20] in the tree, I mean [03:20] m-a was acceptable because it was going to be on by default and thus tested [03:20] ah [03:21] good point [03:22] so there's no point in bothering to put in the option [03:25] honestly, I think at the moment it will actually be easier for you guys to maintain it out of tree, as you'll be able to commit directly without fear of breaking the core [03:26] since right now the changes required to add extra pages are pretty intrusive [03:27] ubiquity: cjwatson * r2083 ubiquity/ (bin/ubiquity debian/changelog): [03:27] ubiquity: * Work around hang on PS3 by stopping various non-essential processes [03:27] ubiquity: first (LP: #106683). [03:27] ^-- horrible [03:27] evand: re pdb, thanks for the idea :) [03:27] cjwatson: re commit, thanks for making life easier on me :) [03:35] cjwatson: we noticed [03:35] its already pretty much working [03:36] its mostly in the glade file since we added like 6 pages [03:36] and there's a bunch of logic in gtkui [03:36] but other than that its mostly a d-i script [03:49] ubiquity: cjwatson * r2084 ubiquity/bin/ubiquity: update bug number in comment === mpt [n=mpt@121-72-131-30.dsl.telstraclear.net] has joined #ubuntu-installer [03:56] any idea when ubiquity will be at a point where this integration would be possible [03:56] i'm just dreading having to do merges on every ubiquity change === jetsaredim [n=jgreenwa@inet-netcache2-o.oracle.com] has joined #ubuntu-installer [08:23] the installation-guide-i386 package in gutsy still refers to feisty. I tried to report a bug for the installation-guide project in launchpad but it says that bugs are being tracked upstream. is that right or should I be reporting a bug against another project? [09:59] don't worry, it's due for an update [09:59] it hasn't been merged yet [09:59] in any case, you don't report bugs about packages in Ubuntu against projects, you report them against source packages in Ubuntu ... [11:17] evand: any luck with bug 118967? [11:18] evand: it's worth noting that syslog messages vs. sys.stderr writes of the tracebacks might be out of order, so be careful about drawing inferences from that [11:19] no luck yet, but I will keep that in mind [11:19] I'll keep you posted on my progress [11:19] cool [11:20] could easily be just due to the excision of the old partitioner [11:20] and the complicated merge of partman_auto into partman [11:21] hrm [11:24] (i.e. my foul-up) [11:25] well, way to go cjwatson :) [11:26] hmm, it's also possible it's a change in qt [11:27] I note that the KDE frontend does .setModel() before populating the model [11:27] wonder if moving the .setModel() down to the end after population would fix it [11:28] I don't know what's calling PartitionTreeModel.index, but from the lack of traceback beyond that it must be something inside qt [11:32] I've resorted to reading Qt source in the past [11:33] by the way, I agree with you on the odd nature of the pyqt bindings. [11:33] if you can reproduce it, it might be worth moving the traceback dumps to syslog temporarily to get better ordering [11:34] it's the seemingly random argument order that upsets me most, I think :) [11:35] curious...now I can't reproduce the bug === evand investigates [11:36] but you could earlier? [11:36] could be racy ... [11:36] oh, I'm working on a different VM [11:36] as the other one was tied up in ubiquity-automation poking [11:37] the only difference would be the partition table, afaik [11:37] but I suppose that's enough :) [11:37] my first thought was that it might happen with blank partition tables, but that doesn't seem to be the case here [11:37] it did for me [11:37] when I tried a blank table [11:37] lets see [11:39] hrmm, nope, now it doesn't (still a different vm though) [11:39] it would be nice to know what the index being passed in is [11:39] whether it's zero or small-int or random-junk [11:41] oh, I stand corrected. It may be triggering it after all [11:42] heh, sorry about that