/srv/irclogs.ubuntu.com/2012/04/12/#ubuntu-installer.txt

CIA-32ubiquity: cjwatson * r5372 trunk/ (d-i/manifest debian/changelog):05:36
CIA-32ubiquity: Automatic update of included source packages: grub-installer05:36
CIA-32ubiquity: 1.68ubuntu5, hw-detect 1.88ubuntu2, partman-auto 101ubuntu2,05:36
CIA-32ubiquity: partman-base 153ubuntu3, partman-btrfs 8ubuntu1, partman-efi 25ubuntu1,05:36
CIA-32ubiquity: partman-ext3 67ubuntu1, partman-partitioning 85ubuntu2, partman-target05:36
CIA-32ubiquity: 77ubuntu1, user-setup 1.42ubuntu1, yaboot-installer 1.1.20ubuntu1.05:36
CIA-32ubiquity: cjwatson * r5373 trunk/debian/changelog: releasing version 2.10.1005:41
=== ogra is now known as Guest6312
=== Guest6312 is now known as ogra_
stgraberI finally found the source of bug 966294!13:04
ubot2Launchpad bug 966294 in gstreamer0.10 "gstreamer hangs when accessing webcam (on specific hardware)" [High,In progress] https://launchpad.net/bugs/96629413:04
stgraberand have a "fix" for it (reverting part of an upstream commit, fixes the webcam, not sure if it breaks something else though)13:04
evcjwatson: http://paste.ubuntu.com/926289/ - that's the bit of code for finding the individual debs in /var/cache/apt/archives that mvo gave me13:54
cjwatsonaha, ok - will ponder, thanks13:55
jibelev, there is a typo in latest /var/lib/dpkg/info/whoopsie.postinst13:56
jibelif [ "$1" == configure ]; then should be if [ "$1" = configure ]; then13:57
cjwatsonbashism rather than typo, I suspect, but yes ...13:58
cjwatson>>> from debian import debfile13:58
cjwatson>>> deb = debfile.DebFile('sudo_1.8.3p1-1ubuntu3_i386.deb')13:58
cjwatson>>> deb.control.debcontrol()['version']13:58
cjwatsonu'1.8.3p1-1ubuntu3'13:58
cjwatsonev: ^- if that helps13:58
cjwatson>>> from apt import debfile14: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
cjwatsonworks too, seemed slower interactively though14:00
evargh14:04
evI did run it through sh -n14:04
evbut yeah, damn14:04
evfixing14:04
cjwatsonmm, I think that's one of the things that sh -n doesn't notice because in principle [ is an external command14:05
evrigh14:08
evcjwatson: cheers for the debfile samples!14:08
evpython really needs inline functions14:25
evthis 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 overhead14:25
bdmurraywould an encrypted home install require more memory?14:50
stgraberbdmurray: it certainly won't use less memory and indeed may very well use a bit more, shouldn't be much more though15:12
stgraberbdmurray: you probably should poke kirkland for details on ecryptfs memory usage15:12
bdmurrayI had to increase the memory allocated from 768 to 1024 the install to pass15:13
bdmurraybug 97935015:13
ubot2Launchpad bug 979350 in ubiquity "install with encrypted home failed near the end" [Undecided,New] https://launchpad.net/bugs/97935015:13
stgraber256MB just for ecryptfs seem excessive15:18
ogra_thats half of my RAM on my ac100 !15:25
bdmurraycjwatson: could you look at bug 975333?15:27
ubot2Launchpad bug 975333 in grub2 "Started getting error: out of partition errors and windows partition won't boot" [High,Confirmed] https://launchpad.net/bugs/97533315:27
cjwatsonbdmurray: requested more info15:35

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