[05:36] ubiquity: cjwatson * r5372 trunk/ (d-i/manifest debian/changelog): [05:36] ubiquity: Automatic update of included source packages: grub-installer [05:36] ubiquity: 1.68ubuntu5, hw-detect 1.88ubuntu2, partman-auto 101ubuntu2, [05:36] ubiquity: partman-base 153ubuntu3, partman-btrfs 8ubuntu1, partman-efi 25ubuntu1, [05:36] ubiquity: partman-ext3 67ubuntu1, partman-partitioning 85ubuntu2, partman-target [05:36] ubiquity: 77ubuntu1, user-setup 1.42ubuntu1, yaboot-installer 1.1.20ubuntu1. [05:41] ubiquity: cjwatson * r5373 trunk/debian/changelog: releasing version 2.10.10 === ogra is now known as Guest6312 === Guest6312 is now known as ogra_ [13:04] I finally found the source of bug 966294! [13:04] Launchpad bug 966294 in gstreamer0.10 "gstreamer hangs when accessing webcam (on specific hardware)" [High,In progress] https://launchpad.net/bugs/966294 [13:04] and have a "fix" for it (reverting part of an upstream commit, fixes the webcam, not sure if it breaks something else though) [13:54] cjwatson: http://paste.ubuntu.com/926289/ - that's the bit of code for finding the individual debs in /var/cache/apt/archives that mvo gave me [13:55] aha, ok - will ponder, thanks [13:56] ev, there is a typo in latest /var/lib/dpkg/info/whoopsie.postinst [13:57] if [ "$1" == configure ]; then should be if [ "$1" = configure ]; then [13:58] bashism rather than typo, I suspect, but yes ... [13:58] >>> from debian import debfile [13:58] >>> deb = debfile.DebFile('sudo_1.8.3p1-1ubuntu3_i386.deb') [13:58] >>> deb.control.debcontrol()['version'] [13:58] u'1.8.3p1-1ubuntu3' [13:58] ev: ^- if that helps [14:00] >>> from apt import debfile [14:00] >>> deb = debfile.DebPackage('sudo_1.8.3p1-1ubuntu3_i386.deb') [14:00] >>> deb['version'] [14:00] '1.8.3p1-1ubuntu3' [14:00] works too, seemed slower interactively though [14:04] argh [14:04] I did run it through sh -n [14:04] but yeah, damn [14:04] fixing [14:05] mm, I think that's one of the things that sh -n doesn't notice because in principle [ is an external command [14:08] righ [14:08] cjwatson: cheers for the debfile samples! [14:25] python really needs inline functions [14:25] this is getting to be quite the long function, but I don't want to split it up for fear of running into the function call overhead [14:50] would an encrypted home install require more memory? [15:12] bdmurray: it certainly won't use less memory and indeed may very well use a bit more, shouldn't be much more though [15:12] bdmurray: you probably should poke kirkland for details on ecryptfs memory usage [15:13] I had to increase the memory allocated from 768 to 1024 the install to pass [15:13] bug 979350 [15:13] Launchpad bug 979350 in ubiquity "install with encrypted home failed near the end" [Undecided,New] https://launchpad.net/bugs/979350 [15:18] 256MB just for ecryptfs seem excessive [15:25] thats half of my RAM on my ac100 ! [15:27] cjwatson: could you look at bug 975333? [15:27] Launchpad bug 975333 in grub2 "Started getting error: out of partition errors and windows partition won't boot" [High,Confirmed] https://launchpad.net/bugs/975333 [15:35] bdmurray: requested more info