=== denningsrogue9 is now known as denningsrogue === kinghat7 is now known as kinghat [20:38] Hi, folks. I just downloaded ubuntu-20.04-server iso installation and I want to set up my server with it. Trying first inside KVM, and installer fails, and I don't see why. [20:38] Im surprised to see debian-installer is no longer there and that cloud-init does bunch of stuff :) [20:38] Is there a way to run installer in -debug mode, or something like that? [20:41] O, fala dreku, postoji legacy installer. [20:41] Pa srca vam, Ivoks... sta radite tamo? :D [20:42] Whops, wrong channel :) [20:43] Anyhow, there is legacy installer! :) [20:49] Seems that subiquity dies when I set my local apt-cacher-ng for a proxy (which works fine in legacy installer). [21:42] Mmike: yeah i think that's a known limitation currently (and you should avoid apt-cacher-ng if you're doing a fresh install, just pull from the standard repo mirrors during installation and then install your proxy to the machine after) [21:48] teward, it seems that the problem is when I tell the installer to pull my ssh keys from launchpad - that wants to use proxy to connect to launchpad, and apt-cacher just says 'this is wrong', as it only deals with .debs and Packages.gz and those. [21:48] but the legacy installer worked flawlessly :) [21:48] ahh i see what you did because that 'proxy' you set is not just the apt proxy that's the entire network traffic proxy [21:48] that's your problem ;) [21:49] it actually says that I believe proxy for internet access and such not just your packages [21:49] you could always *not* install the SSH keys automatically until postinstall [21:49] because you can just do `ssh-import-id LPID` afterwards and it'll do the same thing [21:52] teward, but, installer could also assume that when asked for proxy, figures out that it just MIGHT be apt-cacher (as that's been the case for a very very long time), and try not to contact launchpads and githubs over the said proxy if it IS apt-cahcer :) [21:52] no way to tell if a proxy is or is not apt-cacher [21:53] USUALLY apt-cacher-ng is *not* a typical setup situation so :P [21:53] edge cases ;) [21:53] or I'm just too old :) [21:53] if you want a feature file a bug against subiquity and see what the devs for it say [21:53] Mmike: or a hybrid of both cases. [21:53] I mean i'm also insane, I have an entire apt mirror for amd64 and i386 here in my server cluster at home [21:53] so I just point things to the local path xD [21:53] (1.5TB of data, anyone? :P) [22:01] Mmike: also I just confirmed this isn't an apt proxy it's the proxy to the Outside World it even says so in the installer [22:02] so your 'issue' is you're trying to use a non-web-proxy as a proxy if passing via Subiquity [22:02] you should leave the settings alone for initial install, then update your **apt proxy settings** accordingly post-install