-
neuroserveanyone got dalai (github.com/cocktailpeanut/dalai) running on smartos or illumos?
-
neuroservelx zones fail with "request to registry.npmjs.org/dalai failed, reason: connect ENETUNREACH 2606:4700::6810:1223:443 - Local (::1:50067)"
-
neuroserveand I don't know how to switch off ipv6 in lx zones...
-
nbjoergneuroserve: try the gai settings
-
nbjoergit's not a lx problem at all
-
nbjoergbut f**king idiots not handling multiple DNS records correctly
-
nbjoergtry adding "precedence ::ffff:0:0/96 100
-
nbjoerg" to /etc/gai.conf
-
neuroservenbjoerg : I'll try that - base-64-trunk zone says btw "Could not find a version that satisfies the requirement torch (from versions: none)" while trying to install torch via pip3
-
neuroservenbjoerg : that helped - thank you
-
nbjoergthe error itself is not excusable, esp. since that kind of error can happen in a IPv4-only world just as well
-
neuroservecompiling on lx ubuntu 22.04 fails in ggml.c - let's see, whether it compiles in a bhyve instance...
-
bahamatCompilers aren't really using system calls, so if it succeeds in bhyve it's very likely an environmental factor.
-
nbjoergbahamat: oh boy, let me tell you a story
-
neuroservebahamat : if it is an environmental issue, I cannot see it - bhyve and lx both use ubuntu 20.04, cc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 and g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 - the compilation on lx seems to have problems compiling ggml.c with /usr/lib/gcc/x86_64-linux-gnu/9/include/immintrin.h and /usr/lib/gcc/x86_64-linux-gnu/9/include/f16cintrin.h - from what I can see, those are not different from those on the bhyve instance...
-
jperkinwhat's the actual error?
-
neuroservejperkin : here it is in all its glory: gist.github.com/neuroserve/bff6df651e9d7eb0bbabcd34572a033a
-
jperkinok I give up waiting for them to return, someone else can tell them that it'll be related to what gcc thinks is available on the host cpu and the selected options, most likely -mavx
-
jperkinprobably something we should look at fixing in what lx is exposing
-
neuroservejperkin : I came to the same conclusion - the bhyve and the lx vm do not run on the same CN - but I'll check whether the cpus differ. Or is bhyve emulating things here?
-
toastersonA small release for y'all crates.io/crates/imgapi very basic but can parse the files and makes a new manifest in preparation to upload but validation of the builder there is still missing