/srv/irclogs.ubuntu.com/2011/09/30/#ubuntu-installer.txt

stgraberinfinity: doh, only just noticed you spotted and fixed the grub-installer translation bug that was causing ubiquity to FTBFS :)02:06
infinitystgraber: And upload on the way.02:15
superm1infinity, could you set up bzr-cia so that it announces when you're committing to stuff like grub-installer?02:19
superm1https://wiki.ubuntu.com/Installer/Development describes how to set it up02:20
infinityWas just about to ask. :P02:20
CIA-45ubiquity: adconrad * r5003 ubiquity/ (d-i/manifest debian/changelog): Refresh components and release02:23
infinityLook at that.02:23
infinityShiny.02:23
infinityDoing that all client-side just feels wrong.02:25
jibelev, bug 863053, I proposed a fix07:32
ubot2Launchpad 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/86305307:32
infinityjibel: cp -f seems like an odd fix for files not being found.  Do we know WHY they're not there?08:22
=== NCommander is now known as Guest93709
evjibel: thanks, having a look09:07
cjwatsoninfinity: could you commit your grub-installer change to bzr please?  (lp:~ubuntu-core-dev/grub-installer/ubuntu09:09
cjwatson)09:09
cjwatsoninfinity: I've committed it to the translation files upstream so that that shouldn't recur09:15
CIA-45grub-installer: adconrad * r1218 ubuntu/debian/ (changelog po/bs.po): Remove spurious newline from debian/po/bs.po09:16
cjwatsonta09:18
infinitycjwatson: 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. :P09:18
evjibel: committed and uploaded - thanks!09:28
jibelev, thanks for the review. I pushed a patch for bug 859696 too when you have some time for a review.09:32
ubot2Launchpad bug 859696 in wubi "Add support for disk image offline installation" [Undecided,In progress] https://launchpad.net/bugs/85969609:32
evjibel: sure thing09:44
evjibel: for what it's worth, the xz format has checksumming build in: http://tukaani.org/xz/xz-file-format.txt11:13
=== ara is now known as Guest50889
CIA-45debian-installer: cjwatson * r1543 ubuntu/ (build/config/armel/omap4.cfg debian/changelog): Move armel/omap4 to 3.0.0-1205 kernels.12:06
CIA-45debian-installer: cjwatson * r1544 ubuntu/ (57 files in 2 dirs): Update help text translations from Launchpad.13:15
CIA-45debian-installer: cjwatson * r1545 ubuntu/debian/changelog: releasing version 20101020ubuntu6913:17
CIA-45ubiquity: cjwatson * r5004 trunk/ (debian/changelog ubiquity/nm.py):13:49
CIA-45ubiquity: Fix SSID UTF-8 decoding, and replace any still-invalid characters with13:49
CIA-45ubiquity: the Unicode replacement character just in case (LP: #839143).13:49
CIA-45ubiquity: cjwatson * r5005 trunk/ (configure configure.ac debian/changelog): bump to 2.8.013:49
stgrabercjwatson: 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
ubot2Launchpad bug 745960 in grub2 "Cannot boot grub after installing to LVM" [High,Incomplete] https://launchpad.net/bugs/74596013:53
stgraberI think this bug report is actually multiple bugs, but at least Chad's bug seems to be some grub/GPT/Mac weirdness13:53
cjwatsonyeah, may as well13:54
cjwatsonwe'll see if I have any more luck13:54
evcjwatson: thanks for the fix on 839143 - that one slipped right under my list13:59
cjwatsonno problem, just happened to notice it14:01
cjwatsonev: bug 769350 - any opinion on Steve's question?/14:01
ubot2Launchpad bug 769350 in partman-auto "resized partition size doesn't count swap space size." [High,Triaged] https://launchpad.net/bugs/76935014:01
evsorry, got pulled into a conversation about testing the automagic codec installation in our stack14:12
evreading now14:12
evhmm14:19
* ev digs to see if partman-auto exposes the intended swap size14:23
cjwatsonev: Could you re-review libsoup-timezone?  It's not behaving perfectly, but it's as good as I can get it within time constraints14:50
cjwatsonAnd it at least isn't crashing14:50
evcjwatson: absolutely14:50
ev:)14:50
=== soren_ is now known as soren
evthe branch looks good, just trying to rework the existing test for it16:27
cjwatsonoh, sorry, I should have had another look at the tests16:33
cjwatsonif you'd rather I do that I can16:33
cjwatsonI guess it needs a call to self.geoname_add_tzdb16:33
evsure, if you'd like16:34
evI'll go back to trying to extract the swap size out of partman16:35
cjwatsonjust forgot16:35
evno worries16:35
* 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 dodes20:55
cjwatson*does20:55
cjwatsonah, no, there was 'except Exception' around it21:17
cjwatsonev: OK, tests fixed now, so merging21:33
cjwatsonnot entirely convinced Unicode lookups are working but they didn't really work beforehand anyway, they just didn't crashed21:33
cjwatson*crash21:35
CIA-45ubiquity: cjwatson * r5006 trunk/ (4 files in 3 dirs):21:35
CIA-45ubiquity: * GTK frontend:21:35
CIA-45ubiquity:  - Fetch geoname data asynchronously (LP: #837217).21:35
infinitycjwatson: Around?23:34
cjwatsonyep23:36
infinityhttps://launchpadlibrarian.net/81589738/UbiquitySyslog.txt23:36
infinitycjwatson: 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
infinity)23:37
infinitycjwatson: But, I'm wondering if we should be concerned that update-initramfs is running there at all?23:37
infinitycjwatson: Perhaps the dpkg-trigger failure is a hint?23:37
cjwatsonWe divert it away later and try to run it just once.  I think we should divert it before configure_plugins23:38
cjwatsononce modulo install_restricted_extras that is; let's quietly ignore that for now23:39
* infinity is wondering why this didn't fail on images from a few days ago, neither f-k nor console-setup changed...23:40
cjwatsonyeah, not sure about that bit23:40
infinityWell, not in areas that would have mattered.23:40
infinityIt the order of module configuration deterministic between builds?23:42
infinityMaybe f-k-installer was running earlier before somehow?23:42
infinityOtherwise, I'm at a loss as to how this hasn't been failing all month. :/23:42
cjwatsonplugin configuration order should I think be deterministic (enough)23:44
infinityBizarre.23:48
infinityWell, perhaps guarding the initramfs flash-kernel hook based on the config file being configured is the Right Thing anyway, regardless of diversion timings.23:48
infinityThough 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
infinityEveryone who's ever touched this mess of shell needs to be shot.23:50
infinityMe included, I'm sure.23:50
infinitycjwatson: Is this diversion issue d-i generic, or just ubiquity?  (trying to sort out where I should start looking)23:51
* infinity finds scripts/plugininstall.py and starts reading.23:52

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!