=== kentb-oout is now known as kentb === kentb-oout is now known as kentb [17:12] cjwatson: qq for you or anyone else [17:12] preseeds for d-i for precise [17:12] we are preseeding apt-setup/use_mirror boolean false [17:12] but apt-setup's 50mirror is still calling choose-mirror [17:13] I'm curious if the type matters...should it be string false and not boolean false? [17:13] in 50mirror, it definitely calls db_get apt-setup/use_mirror and checks for $RET = false [17:14] it looks like in https://help.ubuntu.com/12.04/installation-guide/example-preseed.txt it is 'boolean false' there as well :/ [17:14] but for some reason choose-mirror is not being skipped for us === antarus_ is now known as antarus [17:17] Type doesn't matter [17:17] Get an installer syslog with DEBCONF_DEBUG=developer as a boot parameter and I can have a look at that [17:18] cjwatson: yeah it looks similar to https://bugs.launchpad.net/ubuntu/+source/choose-mirror/+bug/600789 [17:18] Ubuntu bug 600789 in choose-mirror (Ubuntu) ""d-i mirror/*" does not work on presseding" [Undecided,Confirmed] [17:18] we don't actually preseed the mirror [17:18] I'd rather look at a syslog independently [17:19] * antarus nods [17:19] I don't think that bug is related and it contains some misinformation by way of guesses [17:19] will DEBCONF_DEBUG tell me what RET contains in 50mirror? :) [17:19] Yes [17:19] ah [17:19] well that I will go that route next ;) [17:19] It's a trace of all debconf activity [17:20] Can take practice to read though, much like (say) strace - feel free to just hand me the log [17:20] does it log all the stuff to syslog? [17:20] or to the console? [17:20] syslog [17:20] excellent [17:20] note that it will include passwords, since it's analogous to strace and doesn't sanitise things [17:21] so don't use anything sensitive in the preseed file [17:21] I'll use my best judgement ;) === danjared_ is now known as danjared [18:51] * antarus sighs at d-i [20:27] cjwatson: hrm, my pxe tool is apaprently downcasing the DEBCONF_DEBUG line to debconf_debug=developer, do you know if that will break that feature? [20:47] aha, fixed it [21:07] I hate d-i so much [21:36] Is it possible to force d-i to skip steps? [21:52] hrm === kentb is now known as kentbout