13:51:30 sjorge, unfortunately it looks like we might have to remove mm from omnios-extra. unless someone with go knowledge and time/willingness steps in to add support for dependencies that mm uses which have no illumos support 13:51:59 your best bet currently is to move mm to an lx zone 14:44:51 yeah removing is probably better 14:45:00 i already tried switching to lx 14:45:11 but i'm hitting a lot of ipv6 issues 14:45:23 which is why I stopped using it in the past 14:50:17 the current package at least still works well 14:50:30 but it sucks it can't even be rebuild as is 14:55:31 who made the initial build.sh? it seems atleast they had some go knweledge 16:23:33 It was hadfl, but I know it's been a continual effort to keep it working, and now it looks like there are too many dependencies in the tree that would need attention. 16:26:11 i guess start filing issues for the lx ipv6 stuff I'm hitting then 😅 16:26:24 mysql was also not working on debian bookworm 16:26:34 not sure that one was related 16:26:37 I remember doing some work in that area (like adding flags to just disable ipv6 entirely in lx) but it was a while ago 16:30:06 currently the biggest issue is only having ipv6 nameserver 16:30:20 well having any listed before an ipv4 one really 😑 16:33:44 if i havent file one yet, i'll do one for that issue 16:33:57 lx is not upstream yet right? 16:34:05 Right 16:34:40 OK, on github it is then 16:40:43 https://github.com/omniosorg/illumos-omnios/issues/1219 16:40:49 already did it seems 16:41:09 good because i forgot i had a dentist apt tomorrow so would not have been in the mood 16:52:00 There are a few ENOSYS, EFAULT en EINVAL 16:52:06 Not sure which one is the culpred 16:52:57 socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6) = -1 EACCES (Permission denied) 16:53:04 I'm guessing it's this one 16:54:11 or setsockopt(4, SOL_IPV6, IPV6_RECVERR, [1], 4) = -1 ENOPROTOOPT (Protocol not available) 16:54:15 well there are a lot of candidated 16:56:38 andyf the getaddrinfo stuff is not in bloody yet right? 16:56:59 Although I'm not sure Lx is just calling ours or doing some extra stuff for it 16:57:08 Because that might be an interesting one to try again after tha lands 17:27:45 Well I see no getaddrinfo calls in the strace output so I doubt it 19:43:07 i guess maybe we should also poke the mnx people about it, assuming SmartOS has the same problem? 20:40:34 andyf I guess we also still don't have the fix mentioned in https://github.com/omniosorg/illumos-omnios/issues/1211 from SmartOS ?