[03:14] yeah, I keep forgetting about that and getting schooled by infinity. [03:14] CarlFK: ^ [03:15] heh [03:15] wait waa? [03:15] this is something completely different [03:15] lol [03:16] arg!!! new bug. (or maybe old one biting me again...) "The instaler failed to download the public key used to sign the local repo at ppa.lp.net... [03:17] I am behind a squid proxy. which I think is set to serve the whatever port. [03:17] well, that part was not in your preseed was it? [03:17] at least not in the one I remember seeing [03:18] d-i apt-setup/local0/key string http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x58ADE403A0042E80 [03:18] yeah I see now, but it wasn't in the file you pointed me to [03:19] (it's in preseed-video, not in preseed-disk [03:19] not your fault, I should have gone explore in that github :) [03:28] hmm, this works: curl -x http://g2a:8000 "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x58ADE403A0042E80" [03:35] 22700 May 4 03:15:33 debconf: --> GET mirror/http/proxy [03:35] 22701 May 4 03:15:33 debconf: <-- 0 http://g2a:8000/ [03:37] May 4 03:15:34 debconf: --> SUBST apt-setup/local/key-error URL http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x58ADE403A0042E80 [03:37] May 4 03:15:34 debconf: Adding [URL] -> [http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x58ADE403A0042E80] [03:37] May 4 03:15:34 debconf: --> SET apt-setup/local/key-error Retry [03:37] I am not seeing how/why it is failing [04:03] sshed into the installer shell: ~ # http_proxy=http://g2a:8000 wget "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x58ADE403A0042E80" -O key [04:03] Connecting to g2a|192.168.1.3|:8000... connected. [04:04] Saving to: 'key' [04:04] that worked. [04:05] oh hell. I went back to the installer, hit Retry... and it seems to have worked. [04:23] oh ok [04:24] * cyphermox logs off -- sleepy time. [04:25] I will do the base-installer sru tomorrow morning [04:25] so, in 7 ish hours === davmor2_ is now known as davmor2 [12:49] cyphermox: is this ubiquity failure I'm seeing ("dpkg-maintscript-helper: error: couldn't identify the package" after setkbmap happens) fixed in the new console-setup? [12:49] if so, can I do a rebuild to pick it up? if not, will file a bug :) [13:22] maybe, I'm not sure. [13:23] Laney: can you send me a bigger log or open the bug anyway? [13:23] Laney: can you send me a bigger log or open the bug anyway? [13:24] gah! [14:03] hi cyphermox [14:03] I was just being lazy :-) [14:04] and I borked network in that vm [14:04] gimme 5 [14:06] hello [14:55] cyphermox: https://paste.ubuntu.com/16218618/ [15:10] apt/sources.list used to default to deb-src now those are commented out. is there a config to turn that back on? [15:11] CarlFK: I answered that when you asked it on #ubuntu-devel [15:11] cjwatson: oh, sorry. looking.... [15:11] 10:03 CarlFK: d-i apt-setup/enable-source-repositories boolean true [15:12] thank you [15:14] It may be that xnox forgot to add that to the installation guide preseeding appendix when implementing the code change. [15:27] Laney: yeah I suppose that may only require an ubiquity update; I will test to make sure, otherwise I'll need to go look at console-setup some more [15:28] cyphermox: I'm trying a local build [15:28] or I would be if something hadn't fallen over between here and archive.u.c [15:28] * Laney is getting super slow speeds [15:33] Laney: I can do a build here it's pretty fast [15:35] used to have a local mirror then the machine it was on fell over :( [15:41] got one [15:57] cjwatson, yes. [16:01] cyphermox: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1578285 happy christmas [16:27] Laney: yippee [16:27] Laney: found the issue, I'll fix it in a bit [16:28] neat [17:15] cjwatson, cyphermox: That base-installer change would explode if the user provides a deb-src repository. Is that a DDTT situation? [17:16] infinity: I don't think it's useful to provide a deb-src repository there; but fixing this is easy [20:23] infinity: I think that's DDTT. It also matches the behaviour of apt-setup. [20:23] This was a clone-and-hack job to start with, so it might as well C&H properly. [20:41] cjwatson: Mmkay.