/srv/irclogs.ubuntu.com/2011/02/21/#ubuntu-installer.txt

TheMusoev: Thanks for that a11y fix in ubiquity. I will make sure to test that in the coming days.07:37
=== saispo_ is now known as saispo
evTheMuso: I would greatly appreciate that, thanks.09:19
brendandhi10:37
brendandsometimes when using the natty alternate installer, it appears as if /var/log/installer/media-info isn't created10:38
brendandis this a bug, or could there be any good reason for that?10:38
JemtDo you need it to parse out some information ?10:43
brendandJemt - yep10:44
JemtWhat information do you need ?10:45
brendandJemt - we have a system which attaches this information to test runs10:45
JemtI see10:45
brendandJemt - particularly the date10:45
JemtDate of what ? Install ?10:45
brendandJemt - No, the date of creation10:45
JemtOf course10:46
brendandJemt - not really looking for any workarounds though. we have a few of those in our pocket already :)10:46
brendandJemt - just wondering if this is a bug or if it is supposed to happen in some cases10:46
JemtGood. Sorry, can't answer your initial question10:46
brendandJemt - note these are PxE installs10:47
JemtStick around - someone in here knows the answer :)10:47
brendandJemt - hope so10:47
scott-workhttps://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/72047612:38
scott-workwould someone help me make sure i have the correct information in a bug report?12:38
ubot2Launchpad bug 720476 in debian-installer "Ubuntu Studio Natty fails to install software when ubuntustudio-video is chosen" [Undecided,Confirmed]12:38
scott-workduring installation of ubuntu studio when the tasksel is selected for the video metapackage the install fails12:39
scott-workbut the meta package doesn't fail to build however and can be installed manually after installation12:39
cjwatsonscott-work: we need the installer syslog - you should find it in /var/log/installer/syslog after installation12:39
scott-workcjwatson: if i ran "ubuntu-bug debian-installer" would that have grabbed that log?12:41
* scott-work is checking the bug now12:41
scott-workeh, it appears not...i will attached that log to the bug report tonight, cjwatson, thanks :)12:42
cjwatsonit *ought* to have done, but who knows12:42
superm1ev, did that new ubiquity upload pass through your test farm okay?  I just looked at a preseeded install and it was hanging on partitioning14:54
evsuperm1: the test farm is down while I try to find the time to dig into it locking up randomly.14:54
superm1ev, ah ok.  so it might potentially be common to non --automatic install too then14:55
evwhich I've blamed on compiz/unity with no data to back up such an assertion, and ran off trying to shoehorn the test runner into the installer session rather than the desktop session, which would be better anyway, given that's what most people encounter.14:56
evquite possibly14:56
superm1well all of those netbooks are intel right?  could potentially be that low level crash of X14:58
superm1you might be able to just get away with adding nomodeset to their install temporarily until it's sorted14:58
evhmm, definitely14:58
evI'll give it a go when I'm back in the office tomorrow14:59
evthanks14:59
superm1sure.  bug 722198 seems to agree with the behavior i saw too, albeit it's logs aren't very verbose so it's hard to know for sure15:00
ubot2Launchpad bug 722198 in ubiquity "Ubuntu installation lags" [Undecided,New] https://launchpad.net/bugs/72219815:00
superm1or if /proc/cmdline is a pain to modify - preseed ubiquity/force_failsafe_graphics to true, it will get the same result15:01
evgoing to run through an install now to see if I can reproduce the hang15:03
evseems to work fine, webkit bug aside16:09
stgraberev: is it possible for an ubiquity plugin to use apt_pkg ? I'm getting a weird failure with a new plugin that's using it and I'm wondering if there could be some weird locking going on20:40
stgraberev: the plugin is just using it to query the cache and get a list of packages based on that20:41
stgraberhttp://paste.ubuntu.com/57024520:42
stgraberhttp://paste.ubuntu.com/570246/ is the plugin20:43
stgraberbasically I'm using apt_pkg to get a list of meta packages and all their recommends/depends to then build a treeview from that20:43
superm1stgraber, try doing it with raised privileges.  i saw something quite similar in a mythbuntu plugin and that fixed it21:15
superm1http://bazaar.launchpad.net/~mythbuntu-dev/mythbuntu/mythbuntu-live-autostart/view/head:/ubiquity/plugins/myth-drivers.py21:15
superm1get_graphics_dictionary goes into nvidia-common code and eventually uses apt_pkg too21:15
superm1something something side effect about permissions getting dropped /me thinks21:15
stgraberok, I'll try that21:17
stgraberseems like it did the trick, code is failing somewhere else now but that's my fault ;)21:23
stgraberev, cjwatson, superm1: How can I read/modify the package blacklist in ubiquity ?22:13
superm1stgraber, the simple way to modify the what happens is to use install_misc.mark_install / install_misc.record_installed / install_misc.record_removed22:22
evstgraber: the blacklist that's used to avoid copying files that would otherwise ultimately be removed?22:23
stgraberev: yeah, edubuntu will show a list of educational packages that are installed in the live session and let the user opt-out by unticking them in a list22:31
stgrabersuperm1: yep, looks like what I wanted, thanks22:33
stgrabersuperm1: do you happen to know what the "recursive" parameter is for ?22:38
superm1it's passed to get_remove_list22:40
superm1i think causes packages that would otherwise be broken do the removal to also be removed22:41
superm1there might be another side effect though, i don't recall off hand22:41
stgraberseems like something I should set to true22:43
superm1curious when you present this data to the user with checkboxes to remove them, are you going to be using the package name or a more user friendly name?22:46
superm1in the mythbuntu roles plugin we dwelved with this a little bit, but in the end it was too much data in the user's face.  they didn't understand well what the ramifications were for what they were doing22:47
stgraberI'm showing both package name and short description22:47
* stgraber is going back home22:48

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