[00:12] I'm trying to install a minimal install of ubuntu with wubi using the instructions here: http://ubuntuforums.org/showpost.php?p=3274621&postcount=2 but I get a full install with gnome, unity, etc. instead of a tty login === cjwatson_ is now known as cjwatson === JanC_ is now known as JanC === mpt_ is now known as mpt [11:51] bug 959251 noone experirncing it in real hardware ? [11:51] Launchpad bug 959251 in ubiquity "** CRITICAL **: unable to create '/root/.cache/dconf'" [Undecided,New] https://launchpad.net/bugs/959251 [12:04] Is there a preseed option so that d-i would not use swap if it found a swap partition? [12:53] * cjwatson starts writing a test for bug 960047 [12:53] Launchpad bug 960047 in ubiquity "ubiquity crashed with UnboundLocalError in set_indicator_keymaps(): local variable 'engine' referenced before assignment" [High,Triaged] https://launchpad.net/bugs/960047 [12:54] glad you noted that - I was just about to pounce on it :) [12:54] tests for the win [12:54] * ev grabs a tea [12:55] test_set_indicator_keymaps_english (test_misc.MiscTests) ... Segmentation fault (core dumped) [12:56] wtf. maybe I need to upgrade first [13:03] bug 960039 might be worth a look [13:03] Launchpad bug 960039 in ubiquity "ubiquity greeter : Label of the network indicator changes to the keyboard layout code" [Undecided,New] https://launchpad.net/bugs/960039 [13:04] o/ [13:08] OK, does this segfault for anyone else? python -c 'from gi.repository import GdkX11; display = GdkX11.x11_get_default_xdisplay()' [13:08] still upgrading stuff, but I've upgraded most of the libraries ... [13:09] cjwatson, i does on an up to date precise amd64 [13:09] jibel: it segfaults? [13:09] cjwatson, yes [13:09] yay PyGI [13:09] bah, so how come the tests passed in stgraber's upload? [13:10] yay constructive ;-) [13:10] :) [13:10] segfaults for me as well, and I'm not nearly up to date [13:11] worked fine in the 2.9.30/i386 build [13:11] segv here too, you're not alone. [13:13] * infinity goes to hunt some caffeine before diving into things. [13:14] * ogra_ twiddles thumbs in front of the obligatory "waiting 60 seconds for network devices" message [13:14] cjwatson: that should segfault when you're not in a gtk mainloop (from previous tests) [13:15] oh. (FSVO "should") [13:15] I encountered this in the middle of the test suite, though [13:16] well, apparently there are cases in gi world where stuff are kind of expected to segfault ;) "like from gi.repository import Xkl; test = Xkl.Engine()" because you should instead us Xkl.Engine.get_instance() :) [13:19] 'tests/run test_misc' -> test_set_indicator_keymaps_english (test_misc.MiscTests) ... Segmentation fault (core dumped) [13:20] ogra_: it's not obligatory at all, you should only see that message if you have a broken network config? [13:20] ah, yes, it's a test isolation bug - it works if you run the whole test suite [13:20] (that's at least enough for me to get past this and fix what I actually wanted to work on) [13:21] slangasek, well, its obligatory if oem-config didnt run yet :) but i also end up with no /e/n/i after a successfull non networked install (not even loopback in there) ... the latter is on my list for things to look at after (if i ever *sigh*) found out whats wrong with automatic preseeding installs in oem-config [13:23] hmm, let me look at that ifupdown hook - is it possible we don't properly handle the case that there are *no* networks configured in /e/n/i? [13:23] intrestingly the log doesnt reveal much exciting stuff even if i run oem-config --automatic --debug [13:24] slangasek, i would rather blame oem-config to not run all modules ubiquity would usually [13:24] ogra_: no, just reviewed /etc/network/if-up.d/upstart, and it was written to handle the case when there are no interfaces configured in /e/n/i - as long as 'ifup lo' succeeds [13:25] ogra_: there *was* a problem with this error message showing up on first boot, which was tracked down to a resolvconf bug; but that should be fixed now [13:25] hmm, but then i shouldnt get the message [13:25] i.e., the resolvconf hook was exiting non-zero and preventing the upstart hook from ever firing [13:25] also shouldnt we drop lo from /e/n/i for completeness ? [13:26] no [13:26] that's where it's supposed to be configured :) [13:26] but upstart already handles it [13:26] after getting this message, can you grab me the output of 'sudo ifquery --list' and 'ls -l /run/network'? [13:26] upstart handles it to protect you from a misconfigured /e/n/i [13:27] it's actually possible that you might want to have additional configuration of lo, beyond the default [13:27] well, thats fine to add to /e/n/i then :) [13:28] slangasek: okay, net's back up, but mumble is still ill ;) [13:28] i just think (since years already) that its superfluous to have it there for the default [13:28] slangasek: resolvconf hook preventing the upstart hook was a while ago right? (want to make sure my revert of ifupdown's run-parts arguments didn't fail for some reason without me knowing ;)) [13:28] * ogra_ curses the HUD getting in his way all the time [13:29] bug 959251 not reproducible in vm, only in real hardware [13:29] Launchpad bug 959251 in ubiquity "** CRITICAL **: unable to create '/root/.cache/dconf'" [Undecided,New] https://launchpad.net/bugs/959251 [13:29] ogra_: sigh [13:29] feels like someone wants to teach me to take my hands off the kbd if i dont type [13:29] stgraber: yes, that was supposed to be fixed in 1.63ubuntu8 [13:31] could somebody look at 959251, please? [13:31] https://code.launchpad.net/~cjwatson/ubiquity/indicator-keymaps-960047/+merge/98407 [13:32] cjwatson: I'm currently working on bug 960096 but I'm happy to help someone with 959251 (as I'm the author of the gsettings code) or will have a look at it myself later today [13:32] Launchpad bug 960096 in ubiquity "Live session started with wrong layout" [Undecided,In progress] https://launchpad.net/bugs/960096 [13:34] bug 960036 and bug 960039 are new keyboard indicator bugs, although I don't know if they're regressions or just things that never worked [13:34] Launchpad bug 960036 in ubiquity "ubiquity greeter : changing language changes order of the indicators" [Undecided,New] https://launchpad.net/bugs/960036 [13:34] Launchpad bug 960039 in ubiquity "ubiquity greeter : Label of the network indicator changes to the keyboard layout code" [Undecided,New] https://launchpad.net/bugs/960039 [13:36] cjwatson: engine.lock_group(0) is meant to be called in all cases, not only when we reset the gsettings key [13:36] ogra_: are you using unity 2d or 3d? [13:36] cjwatson: engine.lock_group(0) is supposed to tell the indicator to select the first entry in the list [13:36] stgraber: hm, ok, so we should actually assign something to engine even if not nodes, then? [13:37] barry, usually 3d, for the hangout stuff i switched to an x86 machine though and that runs 3d ... its all massively confusing (cant find my terminals with alt-tab, hud gets in my way etc) [13:37] cjwatson: doh, should have seen that one... yes, that bit of code should be moved out of the if [13:38] ogra_: s/usually 3d/usually 2d/ ? [13:38] heh [13:38] usually 2d indeed [13:39] ogra_: maybe you could add a comment to bug 947468. i seem to be unconvincing [13:39] Launchpad bug 947468 in unity-2d "Alt summoning of heads-up-display interferes with Emacs" [Undecided,Confirmed] https://launchpad.net/bugs/947468 [13:39] barry, will do [13:39] thanks! trying to rally the troops :) [13:41] Any chance of getting support for the Broadcom 5720 QP NIC in the 10.04 LTS pxeboot images? [13:41] a flood of servers are coming to market bearing these [13:42] cjwatson: if you can move the display and engine lines from within the "if nodes" to just before it and then move back lock_group to outside the else, the MP looks good for merging [13:42] Teduardo, before or after april ? [13:42] Do you mean are the servers coming before or after april, or do you mean that the version of Ubuntu? [13:43] the servers indeed [13:43] I have some from Dell already [13:43] sitting here [13:43] 12.04 LTS releases in april [13:43] oh, I was referring to the 10.04 [13:43] and i dont think there were any new spins of 10.04 planned [13:44] Teduardo: #ubuntu-kernel would be better, in any event - the installer mostly isn't directly responsible for hardware support [13:44] stgraber: right - reload the MP? [13:44] Sorry, I meant the kernel in the installer... splitting hairs now =) [13:44] Teduardo: same kernel [13:45] * barry -> reboot [13:45] Teduardo: and the kernel packaging is responsible for selecting which modules to deliver to the installer, as well [13:45] cjwatson: looks good. Marked as approved on LP [13:45] right but if they update the kernel in the distribution, someone would then have to go back and port the new one to the installer images [13:45] Teduardo: which is a trivial thing to do, but the kernel would have to be sorted out first [13:45] honestly, not much point asking us before the kernel is changed [13:46] grrr, why do i get a completely corrupted syslog from time to time in my installer tests [13:46] ubiquity: cjwatson * r5280 trunk/ (debian/changelog tests/test_misc.py ubiquity/misc.py): [13:46] ubiquity: Fix misc.set_indicator_keymaps to handle ll_CC forms of lang, and also [13:46] ubiquity: to avoid crashing on unknown languages in general (LP: #960047). [13:47] ubiquity: cjwatson * r5281 trunk/ubiquity/misc.py: call engine.lock_group(0) in all cases, per stgraber [13:50] cjwatson: Did you have any changes staged/shelved for powerpc->powerpc-smp? If not, I'll do that all today. [14:02] 23699 Jan 1 00:24:53 localhost localechooser: info: debian-installer/language preseeded to 'en' (seen: true) [14:02] 23702 Jan 1 00:24:53 localhost localechooser: info: Preseeded language ignored: unknown language code [14:02] cjwatson, ^^^ whats a proper preseed value for that ? [14:03] ogra_: 'en'? [14:03] infinity: I do, but just http://paste.ubuntu.com/892213/, feel free to fiddle from there [14:03] (sees that actually nothing is wrong with oem-config --automatic if i get the "seen: true" in teh log the question is actually not asked [14:04] infinity, but thats what the pressed file has :P [14:04] cjwatson: Alright, so still need to touch lots of other bits. I'll get on that. [14:04] d-i debian-installer/language string en [14:04] maybe 'd-i debian-installer/locale string en_US.UTF-8' or something instead [14:05] not sure offhand why en would be failing, would require some digging and I ought to look at this grub2 regression [14:05] yeah, i didnt mean to pull you into my problems :) [14:05] njin: ok, reproduced your bug, trying to figure out what's happening there exactly... [14:05] great stgraber ! [14:06] ogra_: /usr/share/localechooser/SUPPORTED might be a good place to start. [14:06] 'en' really ought to work - it's the default for that template [14:06] awesome, thanks ! [14:07] cjwatson, well, i'm starting from a seemingly broken preseed file there might be something else intervening, i will start from scratch [14:07] ogra_: (or so the code implies) [14:07] But yeah, anything from languagelist should work too, which includes all the 2-char codes. [14:20] ev: http://paste.ubuntu.com/892235/ + mkdir /tmp/my-bus + dbus-daemon --config-file=system.conf --nofork [14:20] ev: that seems to work here [14:20] stgraber: cheers! [14:21] ev: that pastebin is just /etc/dbus-1/system.conf with the bus address changed and changed to run as you instead of messsagebus [14:33] njin: I "think" I have a fix. Hopefully this one will be the right one... this function is getting really big for something supposedly simple [14:35] do you need me to test something ? [14:36] stgraber:^^ [14:36] * bdmurray gets some more coffee [14:43] njin: not just yet, I'm fixing some tests, building a new usb stick with the fix and if it all works here, I'll push it to trunk, release a new ubiquity and we'll have a respin in a few hours for you to test [14:54] great [14:57] screen -r [14:58] DAMN ! [14:58] * ogra_ really starts to dislike unity 3D [14:58] this is not the screen you are looking for. [15:02] cjwatson: could you perhaps sanity check this comment: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/933433/comments/8 [15:02] Launchpad bug 933433 in ubiquity "Kubuntu manual install crashed during bootloader configuration on an XFS partition" [Medium,Triaged] [15:05] barry: it would be worth comparing your syslog with the reporter's [15:06] cjwatson: it's exactly the same until you get to the traceback [15:06] cjwatson: i.e. there is no traceback any more [15:06] barry: ok, good [15:06] barry: sounds sane then; the reporter's on 10.04, after all [15:06] cjwatson: yep. cool, i'll move on to bug 959724. thanks [15:06] Launchpad bug 959724 in ubiquity "Limit boot loader installation target" [Medium,Triaged] https://launchpad.net/bugs/959724 [15:09] * barry -> tea [15:12] speaking of compcache - perhaps someone could look at bug 933712 [15:12] Launchpad bug 933712 in casper "casper configures system to use 50% ram for compressed swap post installation" [Low,New] https://launchpad.net/bugs/933712 [15:13] ogra_: want to take a look? [15:13] cjwatson, at ? (zram?) [15:13] 933712 [15:14] ah, sure [15:14] https://code.launchpad.net/~jamesodhunt/ubuntu/precise/ubiquity/bug-944191/+merge/98430 [15:14] * jodh reboots (USB woes...) [15:17] I'm not sure precisely what compcache-enable does, but if you just have zram swap(s) setup, it doesn't "steal" your RAM in any negative sense. [15:18] Although, now that I realise that's there in initramfs-tools, maybe I should fold zram-config into it. :P [15:21] jodh: could you push that to lp:~jamesodhunt/ubiquity/bug-944191 instead, and propose it for merging into lp:ubiquity rather than lp:ubuntu/ubiquity? we don't use lp:ubuntu/ubiquity [15:22] lp:ubuntu/ubiquity is an auto-import so attempts to merge actual branches into it tend to produce giant diffs :) [15:24] stgraber: still hating gtk today? I think bdmurray could use some help with bug #959486; my guess based on what he says he's seen is that the code is only setting the gtk labels after the window has already been displayed, so you only see them on a full window refresh, but I'm not sure where in the code that's happening [15:24] Launchpad bug 959486 in ubiquity "install alongside doesn't show which partition is which" [Medium,Triaged] https://launchpad.net/bugs/959486 [15:24] I think its in gtkwidgets.py [15:25] and I also noticed that the icons aren't appearing. There are supposed to be icons for the operating systems right? [15:25] slangasek: I'm currently hating gnome, trying to figure out why the keyboard layout stuff still doesn't work when going from greeter => live session... [15:25] icons> dunno [15:26] ev: ^^ this is your code for the partition widget, right? [15:26] bdmurray: I'm not too familiar with that part of the code so I'd have to poke at it for a moment, maybe ev knows though [15:26] likely my code [15:26] * ev digs [15:27] there is a FIXME line regarding rendering dots over the frame but I tried not painting the background and that didn't seem to help [15:28] eah, that's my code [15:28] so I'd suggest looking at the draw function (do_draw in PyGI-land) [15:28] see if that's firing [15:29] err actually [15:29] brb [15:32] sorry, elmo grabbed me [15:33] bdmurray: so I'd try to narrow this down by stubbing out the paint_background functions and see if that brings back the text at least [15:33] if that doesn't help, see if commenting out our custom draw function helps [15:33] ahem, with corrected merge branch - https://code.launchpad.net/~jamesodhunt/ubuntu/precise/ubiquity/bug-944191/+merge/98434 [15:34] infinity, i was thinking about that [15:34] jodh: uhm, shouldn't that be against lp:ubiquity? [15:34] ev: okay thanks [15:35] ev: yes, something odd happened there: https://code.launchpad.net/~jamesodhunt/ubiquity/bug-944191/+merge/98435 [15:35] ogra_: The (slightly better) logic in zram-config could certainly be rolled into compcache-enable. [15:35] infinity, yeah [15:35] ogra_: And then we just need to turn it on in places where we want it. [15:36] well, the prob with the bug seems to be that we need to parse the cmdline to make it only run in casper envs [15:36] i.e. only if boot=casper [15:37] but then we break it for everyone who *wants* to use it [15:37] (like ac100 users) [15:38] i dont really see any solution to the bug apart from "dont install casper on normal systems" [15:38] (which was the answer to the last iteration of the same bug we had years ago iirc) [15:40] ogra_: Well, we can enable it conditionally based on a kernel cmdline, and add that to the ac100 cmdline. [15:40] compcache=noreallyimeanit [15:40] infinity, thats what happens already ... well, the COMPCACHE:SIZE var is shipped in casper and only if thats present compcache is actually used ... [15:41] and we have a kernel cmdline var to *dis* able it [15:41] Yeah. [15:42] i dont really like to fiddle around with kernel cmdlines more than we need [15:42] Dirty hack, check for [ -d casper-bottom ] && ! boot=casper? [15:42] ie: if casper is installed, but not in use? [15:44] Still, seems like it's just breaking one weird corner case (you have casper locally for some odd reason, *and* want compcache) to prevent another (you have casper installed locally when you shouldn't). [15:45] yeah, that sounds pretty sane [15:46] otoh i would just close the bug :P [15:46] its not a bad thing to have 50% zram [15:46] yay, I've got NetworkManager running on a different system bus (provided I stop the existing one first) [15:46] cheers stgraber [15:46] and i dont see why it would be a bad user experience to suddenly have more ram :) [15:47] infinity: if you want compcache explicitly, though, you can always configure it in initramfs.size [15:47] initramfs.conf [15:47] or another conf.d script [15:51] cjwatson, still, i would just close that bug, a) using zram has no actual drawbacks, b) casper is usually not installed ... if infinity wants to fold his zram handling into the casper scripts i think thats fine but independent [15:54] [50786.728259] init: whoopsie main process (1783) killed by ABRT signal [15:54] I see that in dmesg and not in syslog fwiw [15:56] ev: https://bugs.launchpad.net/ubuntu/+source/whoopsie-daisy/+bug/960326 [15:56] Launchpad bug 960326 in whoopsie-daisy "whoopsie-daisy SIGSEGV but no crash file generated" [Undecided,New] [15:57] * cjwatson posts hopefully enough analysis to bug 855871 to deconfuse the reporter [15:57] Launchpad bug 855871 in partman-partitioning "Grub install fails after manual xfs partitioning" [Medium,Triaged] https://launchpad.net/bugs/855871 [15:57] I'm about to have a go at testing http://paste.ubuntu.com/892356/ for that [15:59] but first, COFFEE [16:02] cjwatson, i would appreciate a look at bug 924018 i added a syslog and debconf seems to even though it marks questions as "seen" still ask them [16:02] Launchpad bug 924018 in ubiquity "Preseeding doesn't work with oem-config" [Medium,Confirmed] https://launchpad.net/bugs/924018 [16:02] and i dont see anything in the ubiquity code that would prevent the automatic mode [16:09] ack, will require some meditation [16:10] hm, 'debug-oem-config' would've been useful [16:10] i just added --debug to the oem-config-wrapper cmdline [16:10] can you get that? (I realise it takes a while, sorry ...) [16:10] since i hacked it anyway [16:10] oh, but there's no debconf debug output in your log [16:10] maybe it's in /var/log/oem-config.log? [16:10] oh, one sec [16:11] LOL [16:11] yeah, and i was looking at the wrong log all the time [16:11] sorry, let me try myself first then before i waste your time [16:12] (thopugh i can attach it anyway) [16:12] sure [16:12] done [16:14] ogra_: is this the debconf frontend? [16:14] yeah, it is [16:15] yep [16:15] ARGH ! [16:15] the HUD just started lobO while i typed yep [16:15] *libO [16:15] --automatic has little effect on the debconf frontend - it only does anything much useful with frontends that filter the debconf protocol [16:16] apprently the p from yep got typed into the HUD window [16:16] so that is, I think, a red herring [16:16] hmm [16:16] but why is it asking the preseeded questions then [16:16] are they actually getting preseeded by anything? [16:17] there is a preseed.cfg that gets applied by jasper on first boot, yes [16:17] for example, there's no sign that clock-setup/utc is preseeded here, but that's in the preseed file [16:17] and i also applied it manually inveween to make it pick up changes [16:17] (using debconf-set-selections /presseed.cfg) [16:18] *preseed.cfg [16:18] it definitely is preseeded, i can see it with debconf-get-selections [16:18] oh, wait, clock-setup/utc is preseeded, you're right, odd [16:18] * cjwatson goes and peers at debconf [16:19] looking at the ubiquity plugins i see a lot of hardcoded places where "seen" is set to false ... not sure that relates anyhow if the debconf frontend is used [16:20] * ogra_ quickly picks up some fresh coffee [16:20] the reason the seen flag has no effect is that we explicitly set "Reshow: true" in the debconf configuration file [16:20] bin/ubiquity:start_debconf [16:20] now there was a reason I did that :-) let me do some archaeology [16:21] dates back to before the oem-config mrge [16:23] well, it doesnt seem to affect ubiquity --automatic [16:24] and i guess using oem-config that way is a very special usecase [16:24] (though important for QA to do automated install tests) [16:25] not saying it shouldn't be fixed somehow, I just want to remember the exact reason so as not to break other things [16:26] right, i was meaning to say, i wouldnt mid if it was special cased even with a special switch :) [16:26] *mind [16:26] that's one plausible option, yes [16:26] heh, original commit that added Reshow was "Add a debconf_ui frontend which can be used in text mode on a server." [16:26] LOL ! [16:27] anyway, I think it was basically because those questions had already been shown by d-i so if we wanted them to be actually asked then we needed to tell debconf to reshow [16:27] obviously doesn't make sense in automatic mode [16:27] right [16:27] so, let's see [16:28] cjwatson: So, platform seeds, live-build, find-live-filesystem, and debian-installer. Can you think of where else the powerpc-smp change needs to happen? [16:29] infinity: live-build or livecd-rootfs depending on where you want to do it [16:29] cjwatson: live-build was in the list already and done. :) [16:29] infinity: debian-cd/tools/boot/precise/boot-powerpc and possibly elsewhere [16:29] Oh, debian-cd, right. I only touched cdimage. [16:29] * infinity looks. [16:30] maybe data/precise/yaboot/ [16:30] or maybe not, it just has "powerpc64" [16:30] Yeah, that's subarch, not kernel flavour. [16:30] Cause we're wildly inconsistent there. [16:31] traditionally [16:31] yeah [16:31] and there's casper_subarch=powerpc [16:31] so ok, change casper_subarch, and leave the d-i subarch as powerpc [16:31] then debian-cd should cope from there [16:32] Yeah, that's what I'm getting from my grep too. Cheers. [16:33] ogra_: try http://paste.ubuntu.com/892423/ ? [16:33] something along those lines anyway ... [16:33] * ogra_ hacks that in [16:34] * infinity can't help but think he's missing something... [16:34] cjwatson: What's the name of the d-i component with all the kernel lookup tables? [16:34] infinity: base-installer [16:35] * infinity recalls having to touch that for some ARM kernels recently... [16:35] Right. [16:35] yeah, you probably need to fix that [16:40] ev: well I've managed to narrow it down to something in do_draw of StylizedFrame [16:43] cjwatson, still getting questions for user-setup and tasksel but it improved a lot and it could well be my tinkering over the whole day that messed up the debconf db [16:43] okay [16:43] i'll try with a clean image but that will take a while [16:44] I think I can blame bug 960096 on lightdm [16:44] Launchpad bug 960096 in ubiquity "Live session started with wrong layout" [Undecided,In progress] https://launchpad.net/bugs/960096 [16:44] (yeah, took me 3 hours to get to that conclusion) [16:44] cjwatson: What would you prefer for base-installer? Minimal 1-line diff ( http://paste.ubuntu.com/892440/ ), or simplyfying that section to remove all the SMP business? [16:44] now poking mterry to confirm and hopefully fix it [16:45] infinity: something that won't make me go insane when merging in future - I don't mind too much [16:45] infinity: remember to update the tests thouogh [16:46] cjwatson: Yeah, I think the tests may alread pass with powerpc-smp, but double-checking. [16:46] ogra_: OK - and that could even just be an inadequate preseed file [16:46] ogra_: sounds like a good improvement anyway [16:46] right [16:46] it definitely is ! [16:46] thanks so much ... i thought i would go insane here :) [16:47] GrueMaster, ^^^ so we got a huge step forward [16:47] ogra_: happy to look at a debconf log from a fresh image if it's not fixed / immediately obvious [16:47] ok [16:48] Awesome! [16:48] do you have a new preseed for me to try or does this require code changes? [16:48] cjwatson: Looks like the SMP magic comes from Debian, so I'll just go with the 1-line diff, much easier to merge. [16:48] GrueMaster, we need to add automatic-ubioquity to the cmdline and yes, there are some minor code changes [16:48] infinity: OK [16:49] ogra_: ok. Will wait for your signal to give it a whirl. [16:49] GrueMaster, i want to let the running install finish and will then start over with a clean image to see if we can get rid of the last bits [16:49] YAY ! [16:49] * ogra_ just logged in with ubuntu/ubuntu [16:50] so even though it asked me the user-sertup question about fullname and login, it applied the preseeded passwd (which it didnt ask for) [16:51] blast, I need an amd64 sbuild instance [16:51] hooray for mk-sbuild [17:08] mk-sbuild is awesome [17:08] * barry -> lunch [17:09] out for lunch too, hopefully this afternoon will be more productive for ubiquity ;) at least I'm pretty familiar with gnome and lightdm's keyboard handling... [17:09] https://code.launchpad.net/~cjwatson/partman-partitioning/gpt-boot-partition-855871/+merge/98460 - review/thoughts welcome [17:10] dinner [17:20] base-installer: adconrad * r971 ubuntu/ (4 files in 3 dirs): Switch to powerpc-smp kernels [17:41] * infinity notices that he's hungry, and goes to do something about that. [17:44] ARGH ! [17:44] ogra_: ? [17:44] * ogra_ curses unity once more ... so it popped up the SD card nautilus window but the globalmenu still had the close buttons for the terminal i was working in [17:45] which made me close my work window with all its history [17:45] Global menu follows focus. [17:45] Isn't it a feature that autofs-windows don't steal focus? [17:45] focus follows mouse here :P [17:45] and it seems thats still buggy [17:45] You use ffm with global menus? [17:46] That sounds horrifying. [17:46] (though i heard a lot promises it would be fixed in 12.04) [17:46] i use FFM since warty [17:46] Sure, I always used to use FFM. [17:46] But I can't see how it would ever play nicely with global menus. [17:46] and this install is from hoary ... just updated every release [17:46] Unless you have it on a really long delay, and move FAST. :P [17:47] which got me unity 3D ... but since i havent used any x86 desktop in over a year i never noticed how bad it is [17:48] anyway, to move to the close button i had to move across the desktop and thus across the fullscreen nautilus window [17:48] which i would have expected to switch the menu and window buttons to nautilus indeed [17:49] anyway, thanks god at least the terminal preserved its history [17:49] with ffm and compiz+unity, I would expect that mousing up to the top bar would cause compiz to recursively generate menus for the bar itself ;) [17:49] but I guess unity is smarter than that, at least [17:50] I used ffm with global menus for a while and it didn't bother me desperately because (a) I tend to use the keyboard to get at menus and (b) if I have multiple windows on the screen then they tend to be terminals and I don't care about their menus anyway [17:50] well, i'm using unity 3D for the first time in my life this week .... i must admit i'm shocked [17:50] but these days I have the global menu turned off [17:50] i mean, i played with it before ... but never actually used it [17:50] 2D doesnt have all these issues [17:50] 2D just steals your keybindings every other week [17:51] Heh. [17:51] well, i rarely use much more than alt-tab [17:51] not that I'm bitter [17:51] which doesnt seem to work as i need it at all here atm [17:51] i never end up in the window i expect to end up in [17:51] Well, to be fair, 2D's keybindings just mimick the 3D defaults. The problem is that they're all hardcoded. :/ [17:52] Sure would love it if some of these Linux programmers remembered what config files were for. [17:52] bah, and there is another prob with oem-config --automatic ... [17:52] the upstart job somehow should respect the kernel cmdline setting :P [17:53] infinity: yes, on 3D they're configurable and 2D they're hardcoded, as a rule ... [17:53] * ogra_ has wonderful debug output from two runs now .... but nothing automatic at all :P [17:53] it does, but doesn't have any automatic handling [17:54] I suggest you call it automatic-oem-config rather than automatic-ubiquity, in line with debug-oem-config [17:54] (might not necessarily want the same for both) [17:54] cjwatson: They're only configurable in 3D because unity happens to be an enormous compiz plugin. I doubt it was a conscious decision to make them configurable, but rather just how you work in that framework. [17:54] infinity: true [17:55] ogra_: so http://paste.ubuntu.com/892536/ say? [17:56] anyone had a chance to look at my partman-partitioning change? [17:57] I think I missed the call for review. [17:57] 48 minutes ago? [17:57] * infinity looks. [17:57] 17:09 https://code.launchpad.net/~cjwatson/partman-partitioning/gpt-boot-partition-855871/+merge/98460 - review/thoughts welcome [17:58] I wonder how much "efi" code in Linux is actually just workaround for Intel Macs above and beyond normal efi handling. [17:58] cjwatson, heh, thats exactly what i have in my oem-config.conf here too ... but didnt start up the automatic mode it seems [17:59] well, not using automatic-oem-config but automatic-ubiquity here atm [17:59] i suspect the various levels of wrappers swallow it somewhere [18:00] * ogra_ gets new coffee and will then track that down [18:02] * jodh -> foooooood [18:03] cjwatson: Only two questions. [18:03] cjwatson: In the case where you throw your hands up in the air and exit 0, what if I didn't actually intend to boot from a non-GPT disk? [18:04] * bdmurray takes lunch [18:04] cjwatson: And should the debconf templates about BIOS/EFI boot partitions perhaps hint at an appropriate size for them? I'd have no clue what to do if I got that dialog. [18:05] barry, I added a test case to reproduce bug 792652 in a VM (vbox in my case) but I reproduce it more easily on a crappy laptop. [18:05] Launchpad bug 792652 in ubiquity "ubiquity crashed with ValueError in command(): I/O operation on closed file" [High,Incomplete] https://launchpad.net/bugs/792652 [18:05] infinity: Unfortunately, at the partitioning stage, we can't know. grub-installer will fail later, which I think is regrettably the best we can do in this case. [18:05] infinity: I can add size advice, sure. [18:06] barry, also, while reproducing it I got bug 629321 with similar steps but on first step of the installer. [18:06] Launchpad bug 629321 in ubiquity "ubiquity crashed with AttributeError in debconffilter_done()" [Undecided,Confirmed] https://launchpad.net/bugs/629321 [18:06] cjwatson: Kay. The answer to the former is unfortunate, but such is life. The shell looks otherwise sane to me. Add a bit telling me WTF goes in a boot partition (or just tell me how big it should be), and I'll be happy. [18:07] oh, as for what goes in the boot partition, the "EFI boot partition" and "Reserved BIOS boot area" terms there are things you can select in "Use as:" [18:07] jibel: cool. i want to spend a little more time on my current bug, then i'll look at these again. i think we have a general problem that it's pretty easy to click on buttons that get the front-end out of sync. [18:07] cjwatson: Well, you tell me, I guess ("boot loader code"), but that doesn't mean much to most people. :) [18:07] perhaps I need to spell that out? [18:07] jibel: but we'll probably have to fix them one-by-one [18:07] cjwatson: Spelling out the type/use-as a bit more might be nice. I felt it was obvious, but I understand all of this to start with. [18:08] cjwatson: But size is really the glaring omission. 512 bytes, several blocks, several MB, who knows? ;) [18:09] infinity: http://paste.ubuntu.com/892553/ maybe? [18:10] cjwatson: That looks much better, yeah. [18:10] cjwatson: Also, 35MB? What the heck goes in there? [18:10] cjwatson: (I assume the 1MB one is just a stage2 bootloader or something) [18:10] minimum size for fat32 ... [18:10] That's not true. Limitation of dosfstools? [18:11] parted [18:11] (You could format 1.44MB floppies with fat32, and even ntfs, if you felt the stupid desire) [18:11] experimentally verified as the minimum it'll let you create [18:11] Though ntfs on a floppy was great, the MFT took most of the disk. [18:11] it demands they be fat16 below that [18:12] But fair enough. Tool limitation is a reasonable excuse to waste 35MB on people's enormous disks. It's not like they care anymore. [18:12] for a BBP it's actually 31 KiB, but I didn't want to skate too close to the line and introduce KiB/KB confusion since partman speaks in decimal units, and I have a funny feeling it won't let you go smaller than 1MB anyway (ubiquity's manual partitioner won't, at least) [18:12] and if you make it that small you risk grub's core image being a bit bigger in some cases, so I normally recommend 1MB [18:13] Yeah, the 1MB one seemed fine. It's also a very easy number to communicate. :P [18:13] Was just curious about the 35MB. [18:13] right, so that keyboard layout problem apparently is a gnome-settings-daemon bug that was hidden by a unity-greeter bug and that people thought was an ubiquity bug ;) now to move to something that's actually ubiquity's fault [18:13] yeah, I know it's a slightly bizarre number [18:13] I think it was actually 32MiB plus a bit for the tables and then modulo rounding, or something. I worked it out exactly in sectors. [18:13] if [ "$new_efi_size" ] && longint_le "$new_efi_size" 34091007; then [18:14] is what I wrote in partman-efi [18:14] Heh. Fair enough. This is why it's good to have the value in the dialog. ;) [18:14] yeah [18:14] Cause if I saw "boot loader code", I'd just make it tiny. [18:15] And it would fail later, I assume, when parted tried to format it fat32. [18:15] partman-efi would've warned you in a subsequent go-around if you made it too small, but that's tedious [18:15] Unless there's a check in place when you mark it for EFI Boot. [18:15] there is (bug 811485 [18:15] ) [18:15] Launchpad bug 811485 in partman-efi "EFI SYSTEM PARTITION should be atleast 100 MiB size and formatted as FAT32, not FAT16" [High,Fix released] https://launchpad.net/bugs/811485 [18:15] Anyhow. New text looks good. [18:16] partman-partitioning: cjwatson * r913 ubuntu/ (6 files in 3 dirs): [18:16] partman-partitioning: On systems with only GPT disks, check that an EFI System Partition or a [18:16] partman-partitioning: BIOS Boot Partition exists, as appropriate (LP: #855871). [18:16] partman-partitioning: cjwatson * r914 ubuntu/debian/partman-partitioning.templates: add size recommendations, per adconrad [18:16] * infinity really goes to find food now. [18:17] partman-partitioning: cjwatson * r915 ubuntu/debian/po/ (70 files): debconf-updatepo [18:19] partman-partitioning: cjwatson * r916 ubuntu/debian/changelog: releasing version 83ubuntu2 [18:24] heh, as i thought, oem-config-wrapper actually swallows the --automatic [18:24] err [18:24] oem-config-firstboot i mean [18:25] ugh [18:25] and that looks like it needs a proper option parser too [18:25] DEBUG= [18:25] if [ "$1" = '--debug' ]; then [18:25] DEBUG=--debug [18:25] fi [18:26] For just two options, a simple case walk through $@ is enough. [18:26] But it's never too early to use getopts. [18:26] bah, nah [18:26] i'm not a getopts fan [18:27] $@ and case :) [18:28] ogra_: cjwatson had a pastebin earlier that had a fix for that. [18:28] though ... i dont actually see $DEBUG used in -firstboot, i could just hand $@ through to the actual execution call [18:28] GrueMaster, nope, that was the same fix i already have for the upstart job [18:28] this is deeper down the trail [18:29] Ah. different wrapper. [18:29] yeah, this is oem-config-firstboot [18:29] ogra_: DEBUG is used. [18:29] right, I only fixed part of it [18:29] ogra_: Sets TRY. [18:29] maybe we need another wrapper to fix it? [18:29] oh, i see [18:29] yeah [18:30] But a simple case walk and setting AUTOMAGIC as well would work fine. [18:30] GrueMaster, its two options we want to parse ... we will need two wrappers ! [18:30] :P [18:30] oir five just because its oem-config ... [18:31] seriously we should have a blueprint to clean that up some day [18:31] jodh, are you working on 946663 now? [18:31] Need to use a different language though. bash, perl, and python have been used. Need something more obscure. Logo or Lisp maybe? [18:31] way to many wrappers in the stack [18:31] vala ! [18:31] and ruby [18:32] PHP, obviously. [18:32] only for the lowest level where security matters [18:32] And then we get a whole host of bugs like "I ran the installer with php_safe_mode=on, but it still formatted my disks". [18:32] And I die a little inside. [18:33] Could be an excuse to keep mono in the images. [18:33] * GrueMaster hides [18:33] now thats a good idea and finally a reason to move to full DVD images [18:33] I think python is the only language to have the distinction of having formatted people's disks during Ubuntu installation due to a language bug [18:33] cjwatson: *cough* [18:33] not these lame 1.5G thingies [18:34] bug 40464 [18:34] Launchpad bug 40464 in ubiquity "espresso crashes on partitioning step in Kubuntu 6.06 LTS Beta Live CD" [Critical,Fix released] https://launchpad.net/bugs/40464 [18:43] jodh: have you had a chance to make those minor adjustments to your branch from earlier today? If you can do that then I can get it landed. [18:43] * cjwatson has yet another go at reproducing bug 745960 [18:43] Launchpad bug 745960 in grub2 "Cannot boot GRUB after installing to LVM" [High,Incomplete] https://launchpad.net/bugs/745960 [18:45] http://paste.ubuntu.com/892594/ [18:45] coudl someone give that a glance before i commit and push [18:45] 'for option in $@; do' can just be 'for option; do' IIRC [18:46] which reduces quoting worries [18:46] oh, and i missed to set AUTOMATIC [18:46] * ogra_ fixes [18:46] initialise? yeah [18:46] looks fine, anyway - I assume you didn't close a bug because it's only part of Tobin's bug [18:47] cjwatson: Can you give http://paste.ubuntu.com/892595/ a once-over? [18:47] right, it will need your first fix too [18:47] after i actually verified it [18:47] cjwatson: The Makefile change is just an optimisation (sha256 while we have a warm cache instead of making cdimage do it later) [18:47] we didn't have sha256sum already? wow. [18:47] ah [18:48] comitted and pushed (damned where is my CIA setup gone :/ ) [18:49] infinity: that's not quite right for the case where it builds binaries and sources. (we may not use that, but still) [18:49] cjwatson: No? [18:49] because it's important in that case that OUT is changed [18:49] 'make imagesums' is dependent on the current value of $OUT [18:49] cjwatson: Oh, indeed. Bother. [18:50] we could move the compression code around instead (and duplicate it :-/) [18:51] oh, do we have a manpage or any doc i need to add the new option to ? [18:51] cjwatson: Or, I could put the first make imagesums back in (the one in the sub-if). [18:51] cjwatson: Oh, but that's unhelpfully a binary image, not a source image. [18:51] ogra_: possibly something on the wiki, can't quite remember ... [18:51] *cough* [18:51] k, i was more about something in the branch :) [18:52] cjwatson: If I inverted that and build the source first, that would work. Since compress is only for binary images (I think?), and then OUT would always be right for binaries. [18:52] oh, what do you know, there's doc/oem-config-firstboot.8 [18:52] heh, ok [18:52] that was a bit enthusiastic of me [18:52] * ogra_ still waits for bzr to return [18:52] infinity: true, yes [18:53] it's bin-compress_images so it'd better be just binaries [18:54] You'd think, right? [18:55] naivete, I know [19:09] http://paste.ubuntu.com/892624/ [19:09] cjwatson, .... just pro-forma [19:09] hmm, probably one "and" to much [19:09] also in SYNOPSIS [19:10] both fixed [19:11] (and man -l it to check, of course) [19:11] hmm, i wonder, shouldnt the manpage also list the kernel cmdline options [19:11] to have them documented *somewhere* [19:12] mm, maybe [19:12] wouldn't be totally wrong :) [19:12] https://code.launchpad.net/~vorlon/update-notifier/lp.876298/+merge/98487 [19:13] hmm., where do i put that, just in the flowing text that describes the option ? [19:15] I guess, or maybe a separate section [19:16] http://paste.ubuntu.com/892639/ [19:18] cjwatson: Here, have a completely unreadable diff: http://paste.ubuntu.com/892643/ [19:18] ubiquity: stgraber * r5283 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): Mark the quit dialog as transient for the live installer dialog. [19:20] infinity: (a) tab damage (b) that looks like it unconditionally generates source images [19:20] cjwatson: Only in the same case when it always did. [19:20] cjwatson: And the tab damage might just be cut and paste damage, that was bzr diff -> X primary buffer -> pastebin. [19:21] cjwatson: (But I'll double check the indenting) [19:22] ogra_: can you configure CIA? [19:22] I didn't see 5282 on IRC [19:22] cjwatson: Oh, no, it's vim hating me. [19:22] stgraber, yeah, sorry, i had it configured, but re-pulled my branches once [19:22] I'm totally confused. pastebinit, maybe? [19:23] cjwatson: http://paste.ubuntu.com/892656/ [19:23] ogra_: just a bit of Deutschlisch :) [19:23] If the option [19:24] haha [19:24] .Ic automatic\-oem\-config [19:24] k [19:24] is set on the kernel command line at boot time, this option is used automatically. [19:24] something like that [19:24] cjwatson: It might make a bit more sense with the sane whitespace there. :P [19:24] let me fix my CIA first [19:24] ah, yes, that's much more comprehensible [19:25] to nao make stephane crazy [19:25] *not [19:25] cjwatson: Basically, source always happened unconditionally in that block, I just do it first now, instead of second. [19:25] ogra_: ;) [19:26] cjwatson: The only remaining optimisation would be to not do the final imagesums if it's an ONLYSOURCE build, so it's not done twice. [19:26] infinity: I think that's fine, yes, although the log output might make a little more sense if you moved 'make list' to be just before the binary build in the first block [19:27] cjwatson: Doesn't the source build depend on one of "make list" or "make src-list" being run first? [19:27] oh, I guess it might [19:27] ignore me then [19:27] cjwatson: (I was assuming make list is a superset of make src-list, given the original code) [19:27] I forget what all the targets do [19:27] cia-project for ubiquity is just ubiquity, right ? [19:27] list: bin-list src-list [19:28] Check. The shell implied that make dependency. :) [19:28] yeah, ignore me then [19:28] ogra_: yes [19:28] Right, I'll just add an ONLYSOURCE guard on the final imagesums, so we don't sum ONLYSOURCE builds twice, and call it good. [19:29] k, should be set up [19:30] barry: I think i've come up with a test case for bug 792652 [19:30] Launchpad bug 792652 in ubiquity "ubiquity crashed with ValueError in command(): I/O operation on closed file" [High,Confirmed] https://launchpad.net/bugs/792652 [19:32] barry: its similar to the updated description [19:32] bdmurray: awesome. please add it as a comment; i'm going to look at that one again after i finish with my current bug [19:34] ubiquity: ogra * r5284 trunk/ (debian/changelog doc/oem-config-firstboot.8): add an entry for the new option in oem-config-firstboot manpage [19:34] e.g. create_or_update_stampfile could be: [19:35] with open(file, 'w'): [19:35] pass [19:35] great, CIA still works :) [19:35] and stuff round that [19:35] (or 'with open(filename, 'w') as filehandle:') [19:37] geez ! [19:38] * ogra_ was just looking for bterm at google (since i suspect it doesnt properly clean up after itself on serial consoles ) ... [19:38] that gets me "Ballistic Trajectory Extended Range Munition" [19:43] jodh: https://code.launchpad.net/~cjwatson/launchpad/refactor-cron-germinate/+merge/84624 [19:43] cjwatson: thanks! [19:43] you can see comments and commits interleaved quite extensively theere [19:43] *there [19:45] cjwatson: if I do 'with open(file)', do I have to handle exceptions from that? [19:46] yes [19:46] ok [19:46] it doesn't really matter in a script this size, but it's good in larger/longer-running programs because it means that you don't have to worry about leaked file objects due to exceptions [19:46] * slangasek nods [19:47] (and it's more concise than finally handlers) [19:48] ubiquity: cjwatson * r5285 trunk/ (debian/changelog scripts/install.py): merge lp:~jamesodhunt/ubiquity/bug-944191 [19:48] jodh: thank you :) [19:48] ev: I'm current looking at https://code.launchpad.net/~themuso/ubiquity/indicator-accessible-desc/+merge/50866 but I think you're more familiar with the panel than I am [19:49] it's a year old but I don't see anything wrong with it, though I'm not sure if it's still relevant (it's not linked to a bug report so doesn't help) [19:51] stgraber: will have a look as soon as I'm done with bdmurray's apport question [20:09] * ogra_ goes for dinner [20:10] Any objections to http://paste.ubuntu.com/892737/ ? [20:13] cjwatson: Seems straighforward. [20:13] 's what I thought. Just came across it in the bug list. [20:13] * cjwatson commits and runs through sbuild. [20:18] (By the way, if you're still using pbuilder, stop.) [20:19] Still implies that I ever did. [20:19] I made the mistake of using it for a while. [20:19] Albeit not that long. [20:19] I'd sooner date Oli. [20:28] is it ok if i just use pbuilder-stop? [20:28] slangasek: What's pbuilder-stop? [20:29] infinity: it's like stop but it hides all the complexity [20:29] works nearly as well [20:29] slangasek: That didn't help me. :P [20:30] infinity: it was a joke, sorry :) [20:31] slangasek: I don't appreciate sarcasm at work, good sir, and I'd prefer you acknowledge that and adjust accordingly. [20:32] * infinity goes coffee hunting. [20:48] stgraber, trying to run virt-manager, I always get "Error: no active connection to install on", however libvirt-bin is running [20:49] stgraber: I suspect it is relevant [20:49] s [20:49] (sorry for the delay) [20:49] best way to check would be firing up orca inside the installer maybe-ubiquity session [20:49] (you can access that via the isolinux accessibility menu) [20:50] if you can't get it to read option in the panel, try again with luke's patch in place [20:50] options even [20:50] stgraber: ^^ I pointed doko at you for this virt-manager question; dunno if you use v-m but I figure you'd be most likely to know :) (it works fine for me) [20:51] doko: are you in the libvirtd group? [20:53] stgraber, ahh ... [20:58] cjwatson: https://code.launchpad.net/~barry/ubiquity/bug-959724 [20:59] cjwatson: or better https://code.launchpad.net/~barry/ubiquity/bug-959724/+merge/98515 [21:16] barry: that looks like a reasonable basic approach to me, yes [21:17] well spelunked - that plugin is difficult [21:17] cjwatson: it was fun :) [21:17] cjwatson: thanks for the sanity check [21:25] ev: any idea why http://paste.ubuntu.com/892848/ doesn't work? [21:26] ev: I want to override http://paste.ubuntu.com/892853/ from gtk-widgets.css [21:28] looking [21:33] stgraber: could I see the full patch? [21:33] this isn't applying to trunk [21:34] stgraber@arkose-tmpOGC54U:~/data/code/ubiquity/ubiquity$ patch -p0 < ~/Desktop/plain [21:34] patching file src/panel/panel.c [21:34] ev: applies fine here [21:34] hmm [21:36] oh, whitespace [21:55] * cjwatson works on bug 783295 [21:55] Launchpad bug 783295 in ubiquity "11.04 install drives itself to an error on '!' in the name" [Medium,Triaged] https://launchpad.net/bugs/783295 [21:56] ev: any idea of what's going on? I'd go look at the gtk3 css documentation but last I checked it was still to be written ... [21:57] trying to reproduce it here first, as the panel works fine in a unity session [21:57] but offhand, no [21:58] Gtk CSS is evil, evil stuff [21:58] I'm just amazed it stopped segfaulting when it couldn't parse it [21:58] (because things were ordered in a fashion it wasn't expecting) [21:59] slangasek: don't know if you were planning on doing a wrap up for today, but i need to take off on time tonight [21:59] barry: no wrap-up planned [21:59] https://code.launchpad.net/~cjwatson/ubiquity/default-username-783295/+merge/98527 [21:59] slangasek: ok! see you tomorrow then [21:59] * ev looks [21:59] barry: 'night! [22:00] * slangasek converts flashplugin-nonfree from cdbs to dh, thbbt [22:03] Oh hey, I guess it is kinda quittin' time. [22:03] * ogra_ is out too ... have a good one everybody [22:03] (see you at the virtual bar *g*) [22:04] :) [22:04] ogra_: If only. [22:04] heh [22:04] infinity: ? [22:05] at least in my tz I get more happy hour [22:05] YES [22:06] in mine i would have to drink in the morning ... i doubt that improves my working that i do in yours later in the day :) [22:07] anything else that's pending merge before I start putting a ubiquity upload together? [22:09] cjwatson: nope, my fix doesn't work and it's far from critical anyway (just making the UI look as it's supposed to) so can wait tomorrow [22:11] ttfn... [22:15] * bdmurray wanders off [22:17] ubiquity: cjwatson * r5286 trunk/ (3 files in 3 dirs): Strip invalid characters from default username (LP: #783295). [22:25] ubiquity: cjwatson * r5287 trunk/ (d-i/manifest debian/changelog): [22:25] ubiquity: Automatic update of included source packages: base-installer [22:25] ubiquity: 1.122ubuntu6, console-setup 1.70ubuntu4, partman-basicmethods 49, [22:25] ubiquity: partman-jfs 35, partman-newworld 26, partman-partitioning 83ubuntu2, [22:25] ubiquity: partman-reiserfs 52, partman-xfs 49. [22:37] ubiquity: cjwatson * r5288 trunk/debian/changelog: releasing version 2.9.31 [22:46] OK, I think that's it for today - I'll just check back a bit later to make sure ubiquity hasn't failed to build or anything [22:46] * slangasek waves [22:46] etherpad's updated and I've let Nick know [22:53] db_text medium flashplugin-installer/not_exist || true [22:53] [22:58] slangasek: Are you sure it isn't time to just re-do the package from scratch? [22:59] slangasek: I mean, really, what does it need to do? Download something and unpack it. [22:59] infinity: the plastic surgery I'm doing here might as well be a re-do [22:59] That's not rocket surgery. [23:00] I particularly like the bit in the .config script where at the top of the script we call sha256sum on the file in the suggested local path *twice*, and then we follow it with a loop in which we check for file *existence* and never checksum it [23:05] ev: yay for gtk3! http://paste.ubuntu.com/892968/ :) [23:05] heh [23:06] db_text? What is this, 1999? [23:10] was that *ever* a valid debconf command? [23:10] I thought it was always db_input + Type: text [23:12] anyway, I've quite thoroughly gutted the package now [23:13] ev: I'll read all the existing gtk documentation one more time and if I still can't make it to work with the inline css, then I'll just push that diff to ubiquity's trunk and be done with it ;) [23:13] :) [23:14] at least reading ALL the css documentation for gtk only takes a minute or so ;) [23:15] hahaha [23:23] ev: right, so http://paste.ubuntu.com/892989/ works [23:23] I'm pretty sure I tried something very close to that earlier and it failed, but well, the lack of error message doesn't help... [23:24] * ev looks [23:24] yeah [23:25] as I was saying before, I think the ordering of things breaks it in subtle ways [23:25] or whitespace [23:25] or the phase of the moon [23:26] well, thinking of it, it started working after the sunset here, maybe it just doesn't like sunlight :) [23:28] ubiquity: stgraber * r5289 ubiquity/ (debian/changelog src/panel/panel.c): panel: Fix the gtk3 css code so that it actually applies and remove .menuitem's padding.