07:53:36 Hello everyone! I think some of you could be interested in this: Introducing the illumos Cafe: Another Cozy Corner for OS Diversity - https://it-notes.dragas.net/2025/08/18/introducing-the-illumos-cafe/ 08:27:20 I'm sure some sites count "our partners" on 128 bit unsigned integers :) 08:36:27 ik5pvx: unfortunately, they probably do 11:01:19 https://it-notes.dragas.net/2025/08/18/introducing-the-illumos-cafe/ 12:46:53 szilard: Thank you for sharing it! 13:16:52 stefanibsdcafe: it is nice to see you here! 13:45:15 szilard: Thank you! It's nice to be here! 14:13:38 oh nice 14:14:14 i asked my new ISP about IPv6 support, and they just called back and said they're planning to start deploying it in a couple of weeks and asked if I wanted to be a test customer (and get a free month of service) 15:20:27 Nice!!!! 15:36:12 it's provided by the local co-op, so not sure if they're doing it in house or outsource it to a place 15:36:39 but they offer up to 5gb, and is actual fibre to the house (and not the node) 15:40:19 I just did discover my isp does not have access to some parts of IPv6 space:P 15:40:37 kind of weird... 15:41:03 i've never done much with smartos+ipv6, though I guess now I'll have a reason to :) 15:41:19 i'd imagine my mbp and iphone should pick it up fine 15:42:20 thought i've never had to do mess with it too much, so i'm not sure the best approach for my server where i'd like some sort of local static assignment... 16:10:35 tsoome: yeah, there are some long-running peering disputes in v6-land. IIRC it's generally Cogent vs X for various values of X. 16:41:20 [illumos-gate] 17509 add ioctl(2) definition to -- Robert Mustacchi 16:41:21 [illumos-gate] 9883 undefined memset used in FD_ZERO() -- Robert Mustacchi 16:41:21 [illumos-gate] 17491 assert(3c) prototype visibility -- Robert Mustacchi 16:44:33 jbk: if you use SLAAC for addresses you'll usually get an address that's based on something like the ethernet address by default which should be fairly static, you can also assign many ipv6 static addresses. 16:46:19 although it's been a while since I played with IPv6 and SmartOS, my current ISP doesn't support IPv6 and tunnels get interesting with streaming providers. 17:05:19 jbk: note that one thing you can do with SLAAC with illumos is to force the interface-id (which defaults to being derived from the ethernet address). "ipadm create-addr -T addrconf -i ::1/64 fooif0/v6" 17:36:53 i'll have to mess with it once it's setup 17:37:15 though with smartos, since ipadm.conf isn't persistent, that might require a little more creativity 17:43:20 its probably time to have little update for usbkey in smartos;) 17:44:40 i have a somewhat crazy idea, but might be a bridge too far for it (and dladm) 17:49:02 I also think, we should get rid of /? from ipadm output. 17:49:20 (thats not specific for smartos) 17:49:28 (it mostly came out of trying to fix dladm's broken -t's support and giving up because the tedium was more than i had time to tolerate at the time)