[02:06] infinity: doh, only just noticed you spotted and fixed the grub-installer translation bug that was causing ubiquity to FTBFS :) [02:15] stgraber: And upload on the way. [02:19] infinity, could you set up bzr-cia so that it announces when you're committing to stuff like grub-installer? [02:20] https://wiki.ubuntu.com/Installer/Development describes how to set it up [02:20] Was just about to ask. :P [02:23] ubiquity: adconrad * r5003 ubiquity/ (d-i/manifest debian/changelog): Refresh components and release [02:23] Look at that. [02:23] Shiny. [02:25] Doing that all client-side just feels wrong. [07:32] ev, bug 863053, I proposed a fix [07:32] Launchpad bug 863053 in lupin "wubi disk image installation: lupin_setup fails with "/root/usr/share/language-support/incomplete-language-support-*.note" no such file or directory" [Critical,Triaged] https://launchpad.net/bugs/863053 [08:22] jibel: cp -f seems like an odd fix for files not being found. Do we know WHY they're not there? === NCommander is now known as Guest93709 [09:07] jibel: thanks, having a look [09:09] infinity: could you commit your grub-installer change to bzr please? (lp:~ubuntu-core-dev/grub-installer/ubuntu [09:09] ) [09:15] infinity: I've committed it to the translation files upstream so that that shouldn't recur [09:16] grub-installer: adconrad * r1218 ubuntu/debian/ (changelog po/bs.po): Remove spurious newline from debian/po/bs.po [09:18] ta [09:18] cjwatson: I was mistakenly looking for it to live under ~ubuntu-installer somewhere, but I think I found a read-only branch there and gave up. :P [09:28] jibel: committed and uploaded - thanks! [09:32] ev, thanks for the review. I pushed a patch for bug 859696 too when you have some time for a review. [09:32] Launchpad bug 859696 in wubi "Add support for disk image offline installation" [Undecided,In progress] https://launchpad.net/bugs/859696 [09:44] jibel: sure thing [11:13] jibel: for what it's worth, the xz format has checksumming build in: http://tukaani.org/xz/xz-file-format.txt === ara is now known as Guest50889 [12:06] debian-installer: cjwatson * r1543 ubuntu/ (build/config/armel/omap4.cfg debian/changelog): Move armel/omap4 to 3.0.0-1205 kernels. [13:15] debian-installer: cjwatson * r1544 ubuntu/ (57 files in 2 dirs): Update help text translations from Launchpad. [13:17] debian-installer: cjwatson * r1545 ubuntu/debian/changelog: releasing version 20101020ubuntu69 [13:49] ubiquity: cjwatson * r5004 trunk/ (debian/changelog ubiquity/nm.py): [13:49] ubiquity: Fix SSID UTF-8 decoding, and replace any still-invalid characters with [13:49] ubiquity: the Unicode replacement character just in case (LP: #839143). [13:49] ubiquity: cjwatson * r5005 trunk/ (configure configure.ac debian/changelog): bump to 2.8.0 [13:53] cjwatson: can I assign bug 745960 to you? I think I got as much debug data as I could but still can't find anything odd in the log or a way to reproduce it on hardware I have around :( [13:53] Launchpad bug 745960 in grub2 "Cannot boot grub after installing to LVM" [High,Incomplete] https://launchpad.net/bugs/745960 [13:53] I think this bug report is actually multiple bugs, but at least Chad's bug seems to be some grub/GPT/Mac weirdness [13:54] yeah, may as well [13:54] we'll see if I have any more luck [13:59] cjwatson: thanks for the fix on 839143 - that one slipped right under my list [14:01] no problem, just happened to notice it [14:01] ev: bug 769350 - any opinion on Steve's question?/ [14:01] Launchpad bug 769350 in partman-auto "resized partition size doesn't count swap space size." [High,Triaged] https://launchpad.net/bugs/769350 [14:12] sorry, got pulled into a conversation about testing the automagic codec installation in our stack [14:12] reading now [14:19] hmm [14:23] * ev digs to see if partman-auto exposes the intended swap size [14:50] ev: Could you re-review libsoup-timezone? It's not behaving perfectly, but it's as good as I can get it within time constraints [14:50] And it at least isn't crashing [14:50] cjwatson: absolutely [14:50] :) === soren_ is now known as soren [16:27] the branch looks good, just trying to rework the existing test for it [16:33] oh, sorry, I should have had another look at the tests [16:33] if you'd rather I do that I can [16:33] I guess it needs a call to self.geoname_add_tzdb [16:34] sure, if you'd like [16:35] I'll go back to trying to extract the swap size out of partman [16:35] just forgot [16:35] no worries [20:55] * cjwatson scratches head. AFAICS the fix for Unicode handling on timezone page didn't work, but the Python optimiser hid this from the tests? [20:55] * cjwatson checks a real run to see what it dodes [20:55] *does [21:17] ah, no, there was 'except Exception' around it [21:33] ev: OK, tests fixed now, so merging [21:33] not entirely convinced Unicode lookups are working but they didn't really work beforehand anyway, they just didn't crashed [21:35] *crash [21:35] ubiquity: cjwatson * r5006 trunk/ (4 files in 3 dirs): [21:35] ubiquity: * GTK frontend: [21:35] ubiquity: - Fetch geoname data asynchronously (LP: #837217). [23:34] cjwatson: Around? [23:36] yep [23:36] https://launchpadlibrarian.net/81589738/UbiquitySyslog.txt [23:37] cjwatson: I'm pretty sure the actual failure here is initramfs-tools trying to run flash-kernel before it's configured (and I can guard that with a [ -f /etc/flash-kernel.conf ] [23:37] ) [23:37] cjwatson: But, I'm wondering if we should be concerned that update-initramfs is running there at all? [23:37] cjwatson: Perhaps the dpkg-trigger failure is a hint? [23:38] We divert it away later and try to run it just once. I think we should divert it before configure_plugins [23:39] once modulo install_restricted_extras that is; let's quietly ignore that for now [23:40] * infinity is wondering why this didn't fail on images from a few days ago, neither f-k nor console-setup changed... [23:40] yeah, not sure about that bit [23:40] Well, not in areas that would have mattered. [23:42] It the order of module configuration deterministic between builds? [23:42] Maybe f-k-installer was running earlier before somehow? [23:42] Otherwise, I'm at a loss as to how this hasn't been failing all month. :/ [23:44] plugin configuration order should I think be deterministic (enough) [23:48] Bizarre. [23:48] Well, perhaps guarding the initramfs flash-kernel hook based on the config file being configured is the Right Thing anyway, regardless of diversion timings. [23:50] Though I'm not positive. It seems f-k is designed to work without a config file, for certain machine types and partition layouts. [23:50] Everyone who's ever touched this mess of shell needs to be shot. [23:50] Me included, I'm sure. [23:51] cjwatson: Is this diversion issue d-i generic, or just ubiquity? (trying to sort out where I should start looking) [23:52] * infinity finds scripts/plugininstall.py and starts reading.