[15:05] cjwatson, i just filed bug 890261 [15:05] Launchpad bug 890261 in ubiquity "can not execute oem-config in a chrooted environment" [Medium,New] https://launchpad.net/bugs/890261 [15:05] FYI [15:06] tell me when it has debugging information :) [15:06] I honestly have real trouble believing that chrooting is the problem [15:06] in and of itself [15:07] yeah, its likely the way i call it and dont specify a frontend [15:07] fyi, linaor wants to use it exactly the wayx i described in the bug, that should solve a lot of differences with the linaro images :) [15:30] cjwatson, btw, for proper execution we will need a switch for the final reboot call ... chrooted reboot here causes a host reboot for me [15:30] i guess we dont want that on image builders :) [15:32] (i.e. when it drops me into the rootshell after a failed attempt and i ctrl-d out of it) [15:37] probably a matter of moving the handling of ubiquity/reboot to somewhere the installer will see it [15:37] s/the installer/oem-config/ [15:38] yeah, well, its only happening if i get into the fallback shell anyway [15:38] and i dont plan to actually run ubiquity chrooted, only oem-config [15:38] so if all works fine it should never show up [15:43] bug 889656 [15:43] Launchpad bug 889656 in debian-installer "installer stops using proxy " [Undecided,New] https://launchpad.net/bugs/889656 [15:44] is that the right package, and can I can help debug code? [15:46] CarlFK: what is in /target/etc/apt/apt.conf at the point of the failure? [15:47] cjwatson: ill have that for you in 20 min [15:47] also /etc/resolv.conf and /target/etc/resolv.conf [15:51] I suspect that one of the packages installed during the pkgsel phase has clobbered the configuration installed by apt-setup [15:51] tracking down which may be a nightmare [15:55] CarlFK: (BTW, don't bother carefully selecting snipped-out bits of syslog to put in the bug description; I always skip over that and go straight for the full log anyway) [15:56] cjwatson: yeah, I some how thought it would only be a screen full ... so much for my estimates [16:17] cjwatson: http://dpaste.de/h1Ess/ [16:18] it hasn't thrown the error yet, but it seems to be stuck in the "Retrieving file 1 of 2" part [16:18] Do you recognise "pc8" as a proxy? [16:18] yes [16:18] that's also 192.168.0.1 [16:19] It's not your preseeded one, but it's somehow ended up in /target/etc/apt/apt.cnf [16:19] .conf [16:19] (BTW please attach this to the bug, I'm doing other things and I definitely can't guarantee to finish this today) [16:19] ah, sorry, it is the preseeded one now [16:20] then I need a new matching syslog [16:20] understood. no prob [16:20] do you need my preseed files too? [16:20] never hurts [16:20] k [16:20] not seeing anything obvious here unfortunately [16:21] will probably need to attempt to set up a matching environment to debug it [16:22] I'll attach a tar that has all the configs and a script to build it [16:23] realistically, I'm on dev release maintenance this month ... maybe a good opportunity for somebody else to get into debugging the installer [16:26] how likely is this effecting debian? I know a dd that might be up for it, but he might get grumpy if it's just ubuntu [16:47] hard to say [16:47] but if he's negative about Ubuntu then he might not be the best person to investigate something that starts as an Ubuntu bug :-) [16:51] he has meet you: Holger Levsen h01ger [16:53] He helped me with pycon, so had to use my ubuntu laptops, "I'm surrounded by Ubuntu... woa." [16:54] I think I'll bug him - might be amusing :) [17:01] I know Holger, yes [17:01] fixture of debconf :-) [17:01] (er, the conference, not the program) [17:02] CarlFK: maybe try reproducing it in Debian first? [17:02] that's worth a shot [21:19] cjwatson: looks like it is caused by one of my pkgsel/include packages: http://pastie.org/2863857 [21:19] I pull that line, no problem. put it back, proxy problem... [21:21] squid-deb-proxy-client seems a likely clupret [21:35] http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/squid-deb-proxy/oneiric/view/head:/debian/squid-deb-proxy.postinst [21:35] that gets run as part of the install, right? [21:44] cjwatson: oh i forgot to ask you at UDS, is there any liklihood that the switchover isolinux->grub2 is going to happen for precise, or is it still put off blocked on the same stuff as previous? [21:46] superm1: if it happens in the same cycle as I have a baby, it won't be by my efforts ... [21:46] (at this point I really don't object to somebody else attacking it; I seem to have failed so far) [21:46] cjwatson: ah I see :) what were the major blockers that were needed for it? [21:48] there are several things that need to be done in gfxmenu to implement the look of gfxboot, and upstream's guidance on the subject has been that they'd like it to be done in a way that allows the same menu file to be usable without gfxmenu; i.e. it needs to degrade gracefully [21:48] the basic UI elements are written up as work items, but I never really got very far with them, unfortunately [21:49] the UEFI menu is proof that we *could* use grub if we didn't care about the look of the thing, so it's all about UI at this point [21:49] okay that's good to know [21:49] (well, not quite proof I suppose, but I'm pretty sure there are no blockers at that level anyway) [21:50] I would be happy to support and assist respins that wanted to use grub and didn't mind a basic UI [21:50] I don't know if that helps [21:50] well it would be for OEM stuff, but i was hoping to not jump ahead of distro [21:50] in case there are other parts that break unexpectedly [21:52] ideally i'd like to help with some of those work items, but i'm not sure how time commitment will look for me on the matter [21:53] er better worded, i'm not sure i'll have the time to commit seeing them all through [21:53] basically this cycle I'm getting this +1 maintenance team going, doing some performance work on germinate/launchpad so that we can run the publisher more frequently, possibly squeezing in a tool to generate a preseed file based on an install, and anything else is a bonus [21:53] because as of February my attention span is going to drop through the floor [21:54] right [21:55] Ok. well if I do get the time to help out then, i'll look to you to help review what I come up with hopefully before you disappear for a while [21:55] right, I do feel bad about not getting this done, I don't like getting stuck on things [21:56] but that boils no potatoes [22:07] CarlFK: I can imagine that not helping matters, yes [22:07] yes, the postinst of anything you install will be run in /target during pkgsel [22:08] cjwatson: im still digging.. the URL i posted is for the squd server config, not the client