[00:46] MTecknology: PRs are welcome. if you can't abide a snap update at runtime there are procedures for a light modification to the ISO to bake in a fixed version. [01:38] dbungert: The biggest concern with updating the installer at runtime is new bugs. I was debating asking you for some pointers, but I expect to be doing the cheapest ugliest hacking I can get by with. Like, just swap out the "identity" template with something that only asks for the hostname and supplies dummy data for the rest, or find prompt -> delete prompt. [01:39] Certainly nothing you'd want in a PR [01:58] unless it turns out subiquity is really sexy underneath and I actually want to learn how it works? ... that seems possible === abydon6 is now known as abydon [15:28] Is there anything for recent LTS ubuntu - like the old preseed file to install on bare metal? [17:57] dmn: https://canonical-subiquity.readthedocs-hosted.com/en/latest/intro-to-autoinstall.html [18:35] dbungert: It looks like my irccloud subscription expired, so I may have missed a reply. [20:48] randomly the docker container becomes unresponsive for networking even if it's running and if I tried to restart it, I get the below error and the only way to make it working again is to restart the docker systemd service; is there a solution about this issue? || Error response from daemon: Cannot restart container znc-bouncer: driver failed programming external connectivity on endpoint znc-bouncer (06b218cbb4d1106f195026949fdd7e7bc9ecf19371c7da4251bd698c3ba [20:48] 99731): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 10.255.255.254 --dport 1025 -j DNAT --to-destination 172.17.0.2:1025 ! -i docker0: iptables: No chain/target/match by that name. [21:24] randomly the docker container becomes unresponsive to networking and when I try to restart it I get the below error and the only way to restart the docker systemd service; any solution to this? [21:24] Error response from daemon: Cannot restart container znc-bouncer: driver failed programming external connectivity on endpoint znc-bouncer (): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 10.255.255.254 --dport 1025 -j DNAT --to-destination 172.17.0.2:1025 ! -i docker0: iptables: No chain/target/match by that name. [23:50] dbungert: What's with the lack of comments?  I'm trying to figure out how to short-circuit InstallRunning(Stretchy).__init__() so that it always skips and I'm not really sure what's going on. I thought that was supposed to be auto-skipped if autoinstall was present, but I don't see any possible way for it to be skipped in this file, so I assume [23:50] it's elsewhere. [23:56] ah, it's in client.py.