00:57:02 bahamat: is it normal in triton to be able to deploy 2 instances with the same alias? 00:57:29 Noticed while deploying with terraform that it didn't stop me 05:21:04 Smithx10: From the adminui's POV, you can have the same alias IF AND ONLY IF the user/owners of the VM/instance are different. 05:21:20 e.g. "danmcd" can't create another `smartos-build-2` on Kebecloud, but "admin" sure can. 05:24:13 I've experimentally verified this. Unsure if using VMAPI you can get similar "can't have same alias twice under same user" enforcement, but I suspect it is enforced at VMAPI, not at ADMINUI. 05:24:56 So anyone here who BUILDS SmartOS: fenix OS-8327 is coming very soon. 05:24:57 https://smartos.org/bugview/OS-8327 05:25:24 There will be a flag day due to strap-cache changes that aren't keyed off of the illumos-extra commit ID. 05:26:03 (FYI. Disappearing rather soon.) 12:42:40 🤔, maybe terraform is doing the provisions at the same time ? It’s going through cloudapi 12:58:57 I was playing around with terraform cdk let me show you a gist 13:04:01 https://gist.github.com/Smithx10/42289c2ea7059cda18be78ab8ce80bef 13:08:53 It's looking like if you run the provisions quickly enough... you get 2 of the same alias. 13:09:32 terraform uses https://github.com/tritondatacenter/triton-go which uses cloudapi. 23:59:22 Hey guys, it's been a while. Where's the current best resource to use for filing bug reports with pkgsrc distributed software? Specifically I'm having an issue with `mariadb-server` and `/var/run` not getting along.