-
hadfl
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
-
hadfl
your best bet currently is to move mm to an lx zone
-
sjorge
yeah removing is probably better
-
sjorge
i already tried switching to lx
-
sjorge
but i'm hitting a lot of ipv6 issues
-
sjorge
which is why I stopped using it in the past
-
sjorge
the current package at least still works well
-
sjorge
but it sucks it can't even be rebuild as is
-
sjorge
who made the initial build.sh? it seems atleast they had some go knweledge
-
andyf
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.
-
sjorge
i guess start filing issues for the lx ipv6 stuff I'm hitting then 😅
-
sjorge
mysql was also not working on debian bookworm
-
sjorge
not sure that one was related
-
andyf
I remember doing some work in that area (like adding flags to just disable ipv6 entirely in lx) but it was a while ago
-
sjorge
currently the biggest issue is only having ipv6 nameserver
-
sjorge
well having any listed before an ipv4 one really 😑
-
sjorge
if i havent file one yet, i'll do one for that issue
-
sjorge
lx is not upstream yet right?
-
andyf
Right
-
sjorge
OK, on github it is then
-
sjorge
-
sjorge
already did it seems
-
sjorge
good because i forgot i had a dentist apt tomorrow so would not have been in the mood
-
sjorge
There are a few ENOSYS, EFAULT en EINVAL
-
sjorge
Not sure which one is the culpred
-
sjorge
socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6) = -1 EACCES (Permission denied)
-
sjorge
I'm guessing it's this one
-
sjorge
or setsockopt(4, SOL_IPV6, IPV6_RECVERR, [1], 4) = -1 ENOPROTOOPT (Protocol not available)
-
sjorge
well there are a lot of candidated
-
sjorge
andyf the getaddrinfo stuff is not in bloody yet right?
-
sjorge
Although I'm not sure Lx is just calling ours or doing some extra stuff for it
-
sjorge
Because that might be an interesting one to try again after tha lands
-
sjorge
Well I see no getaddrinfo calls in the strace output so I doubt it
-
sjorge
i guess maybe we should also poke the mnx people about it, assuming SmartOS has the same problem?
-
sjorge
andyf I guess we also still don't have the fix mentioned in
omniosorg/illumos-omnios #1211 from SmartOS ?