-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tutorial not working out-of-the-box #695
Comments
Ruby errors that you see come from I don't know how to automatically generate values for virtual network card PCI ids. If they aren't correct for you, just edit line 5 in scripts.sh after you create VMs. For the last error, if you don't want to setup BPF library, build NFF-Go with environment variable |
@sitilge What is your Ruby and Vagrant version? |
Ruby version 2.7.0 |
Yes, that was how I built NFF-Go on my local machine. But this is about the VMs generated from Vagrant file. And lines 136 - 150 contain the lines for installing libbpf and NFF-Go with BPF. But the problem is, as described, that BPF is not available on the VMs. The respective lines (136 - 150) from Vagrantfile:
|
Hi,
I am trying to get started with this nice project but I'm stuck in early stages. I am currently trying to follow the examples/tutorial but getting of errors. First, as I read, is due to non-matching ruby version
The second is that the
bindports
is apparently pointing to different devices, e.g.00:08.0
as given bylspci
. Is there a convenient automatic way to set the device numbers?Finally, when running
genscripts
I get:The text was updated successfully, but these errors were encountered: