CIA-32 | ubiquity: cjwatson * r5372 trunk/ (d-i/manifest debian/changelog): | 05:36 |
---|---|---|
CIA-32 | ubiquity: Automatic update of included source packages: grub-installer | 05:36 |
CIA-32 | ubiquity: 1.68ubuntu5, hw-detect 1.88ubuntu2, partman-auto 101ubuntu2, | 05:36 |
CIA-32 | ubiquity: partman-base 153ubuntu3, partman-btrfs 8ubuntu1, partman-efi 25ubuntu1, | 05:36 |
CIA-32 | ubiquity: partman-ext3 67ubuntu1, partman-partitioning 85ubuntu2, partman-target | 05:36 |
CIA-32 | ubiquity: 77ubuntu1, user-setup 1.42ubuntu1, yaboot-installer 1.1.20ubuntu1. | 05:36 |
CIA-32 | ubiquity: cjwatson * r5373 trunk/debian/changelog: releasing version 2.10.10 | 05:41 |
=== ogra is now known as Guest6312 | ||
=== Guest6312 is now known as ogra_ | ||
stgraber | I finally found the source of bug 966294! | 13:04 |
ubot2 | Launchpad bug 966294 in gstreamer0.10 "gstreamer hangs when accessing webcam (on specific hardware)" [High,In progress] https://launchpad.net/bugs/966294 | 13:04 |
stgraber | and have a "fix" for it (reverting part of an upstream commit, fixes the webcam, not sure if it breaks something else though) | 13:04 |
ev | 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:54 |
cjwatson | aha, ok - will ponder, thanks | 13:55 |
jibel | ev, there is a typo in latest /var/lib/dpkg/info/whoopsie.postinst | 13:56 |
jibel | if [ "$1" == configure ]; then should be if [ "$1" = configure ]; then | 13:57 |
cjwatson | bashism rather than typo, I suspect, but yes ... | 13:58 |
cjwatson | >>> from debian import debfile | 13:58 |
cjwatson | >>> deb = debfile.DebFile('sudo_1.8.3p1-1ubuntu3_i386.deb') | 13:58 |
cjwatson | >>> deb.control.debcontrol()['version'] | 13:58 |
cjwatson | u'1.8.3p1-1ubuntu3' | 13:58 |
cjwatson | ev: ^- if that helps | 13:58 |
cjwatson | >>> from apt import debfile | 14:00 |
cjwatson | >>> deb = debfile.DebPackage('sudo_1.8.3p1-1ubuntu3_i386.deb') | 14:00 |
cjwatson | >>> deb['version'] | 14:00 |
cjwatson | '1.8.3p1-1ubuntu3' | 14:00 |
cjwatson | works too, seemed slower interactively though | 14:00 |
ev | argh | 14:04 |
ev | I did run it through sh -n | 14:04 |
ev | but yeah, damn | 14:04 |
ev | fixing | 14:04 |
cjwatson | mm, I think that's one of the things that sh -n doesn't notice because in principle [ is an external command | 14:05 |
ev | righ | 14:08 |
ev | cjwatson: cheers for the debfile samples! | 14:08 |
ev | python really needs inline functions | 14:25 |
ev | 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:25 |
bdmurray | would an encrypted home install require more memory? | 14:50 |
stgraber | 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 |
stgraber | bdmurray: you probably should poke kirkland for details on ecryptfs memory usage | 15:12 |
bdmurray | I had to increase the memory allocated from 768 to 1024 the install to pass | 15:13 |
bdmurray | bug 979350 | 15:13 |
ubot2 | Launchpad bug 979350 in ubiquity "install with encrypted home failed near the end" [Undecided,New] https://launchpad.net/bugs/979350 | 15:13 |
stgraber | 256MB just for ecryptfs seem excessive | 15:18 |
ogra_ | thats half of my RAM on my ac100 ! | 15:25 |
bdmurray | cjwatson: could you look at bug 975333? | 15:27 |
ubot2 | 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:27 |
cjwatson | bdmurray: requested more info | 15:35 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!