Arc-Compute / LibVF.IO

A vendor neutral GPU multiplexing tool driven by VFIO & YAML.
GNU Affero General Public License v3.0
822 stars 39 forks source link

install-libvfio.sh hangs while at choosenim step #52

Closed dontreallycodebutwhatever closed 2 years ago

dontreallycodebutwhatever commented 2 years ago

image

Installer hangs at this step. I've tried installing choosenim separately after the fact to see if it was an issue specifically with the scripts in this repo, and it still failed.

So it sounds like choosenim is a tad broken, but I've been asked to open an issue so we can explore alternatives. Choosenim doesn't seem to have much activity on their repo so I'm unsure if this an issue that will get solved quickly on their end.

Running Ubuntu 20.04 fresh install with just Steam, Discord, and Chromium loaded.

arthurrasmusson commented 2 years ago

I think we're going to switch to installing binaries rather than compiling on install. Choosenim has been problematic for folks a few times so it seems like ditching it may be the best way to improve reliability during install.

dontreallycodebutwhatever commented 2 years ago

If anyone runs across this problem, it's something to do with IPv6. You can disable on Ubuntu (where this seems to happen) with

sudo sysctl net.ipv6.conf.all.disable_ipv6=1

then run the install again.

This isn't an issue with the software here, or at nim