[00:38] I'm trying to parse the busybox command "dhclient" into the grub boot script to load a preseed url [00:38] how would I do taht? [00:41] what problem are you trying to solve? I have to wonder if using a preexisting thing like cloud-init or maas would be an easier starting point [00:42] cloud-init might be what I need [00:42] I'm trying ot enable dhcp support so wget will work [02:30] Not sure cloud-init is what i'm after as i'm putting the regular ubuntu base on a desktop to bind to AD etc === doug16k_ is now known as doug16k [06:27] Hi, bind() to 0.0.0.0:443 failed (98: Address already in use) but netstat and lsof do not have any process listening on 443 [06:28] fuser -k 443/tcp also doesn't help [06:30] found this question dealing with how to use https://serverfault.com/q/964680 as a follow up from earlier for having multiple 2fa methods while one serves primarily as a backup [06:30] connection to 443 is refused [07:20] Good morning [07:53] for the bind problem above, there were two listen directives in the nginx config, one with ssl and one without, thats why it couldn't bind === doug16__ is now known as doug16k === cpaelzer__ is now known as cpaelzer === Wryhder is now known as Lucas_Gray [12:50] i am trying to shift from linux bridge to openvswitch [12:50] my linux bridge config is like this to implement same on openvswitch what i will be right way [12:51] https://pastebin.com/JJ1VFpUC [15:24] sahid: the taskflow patch is against 3.8.0 but I'm only seeing 3.7.1 in focal [15:24] so it's not applying. changes are minor I think but just wanted to check on 3.8.0. [15:30] coreycb: hum... [15:31] sahid: oh I see. 3.8.0 is in our git repo but not released. [15:33] sahid: I'll revisit 3.8.0 and apply your patch if all looks good [15:33] ok thank you coreycb, let me know then if i need to work on it for 3.7.1 [15:36] sahid: your patch applies fine on 3.8.0, and I think the blocker for uploading last time was actually the networkx issue [15:47] sahid: that's applied and pushed now. the next backport should fix it. thanks again for the patch. [15:48] ack perfect thanks [21:44] Anyone here had any success getting a kickstart / debian-preseed working via network?