13:00:55 i'm trying to create a vnic on the gz to attach to an etherstub. but i can't seem to do it via /usbkey/config ? 13:01:34 i have blahblah_nic=etherstub0 and blahblah0_ip=a.b.c.d blahblah0_netmask=e.f.g.h .. i've also tried without the 0 in blahblah 13:35:51 latest pkgsrc is 2021Q4? 13:35:55 for zones 13:35:57 seems.. old 13:38:54 latest LTS, yes. it's not 2022Q4 yet 13:39:01 if you want the latest packages always use trunk instead 13:58:49 i can't seem to add an ip6 address manually, either with ipadm or ifconfig. it says can't assign requested address. ?? 14:00:46 ipadm create-addr -t -T static -a valid_ipv6/64 dmz0/v6 14:00:59 dmz0 was created with ipadm create-if -t dmz0 14:01:49 dladm show-vnic, relevant line: dmz0 v6dmz0 0 2:8:20:33:fd:9a random 0 -- 14:09:25 ok, for whatever reason it needs a -T addrconf on dmz0/v6 first, and then adding a new address works with dmz0/v6add (not v6) at the end. adding the address directly on /v6 gives the can't assign address until addrconf is added. this was a lucky guess, i couldn't find any documentation .. in case it helps anyone else 14:10:22 so: ipadm create-addr -T addrconf dmz0/v6 and ipadm create-addr -t -T static -a xxxxx/64 dmz0/v6add --> confirmed by ipadm show-addr 15:10:01 "i have blahblah_nic=etherstub0..." <- any idea about this? i'm running the commands manually from a startup script now .. but that's kinda meh 16:08:04 any way to change on which IP a bhyve vnc is binding to? 16:25:28 seems not. would also be nice to have the option to have it bind on admin_ip6 instead. but in my case actually i want it out of the admin network (it's a public network..) 16:29:05 This indicates the bootrom to use for bhyve, valid values are ´bios´, │ 16:29:06 ´uefi´, or a path to a bootrom binary. 16:29:13 "bootrom": "uefi", 16:29:18 Invalid value(s) for: bootrom 16:29:20 ? :/ 16:39:05 does the freebsd 12.1 image even work at all these days. i get a black screen over vnc, vmadm console hangs 17:04:52 if someone has a recent freebsd config that works please share, i'm stuck 17:16:05 what do i need to set to login to the debian images ? what is the admin user ? is there a password? 17:23:49 gonzosysadm[m] : debian -> root 17:25:15 IIRC you have to zlogin into the freebsd image and set up networking from within 18:15:26 `zlogin -C` or `vmadm console` to get to the console. 18:15:43 (zlogin by itself is only useful for native or LX zones) 18:27:35 in triton docker how do you specify a package version via the label? -l com.joyent.package="con-2c-4m-50d-gpc⊙1" doesn't work but the uuid does 18:27:50 When there are 2 packages available at different versions, I believe it errors 18:28:05 Are they both active? 18:36:50 yea 18:37:00 looks like cloudapi parses the version 18:37:04 and docker doesnt 18:37:18 i think if Im reading this right 18:42:30 Or is there supposed to be only 1 active at any time?