You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #295. I tried building this recipe and saw errors throughout the build process. I've attached a detailed transcript. Below is a summary. Briefly, errors appeared on the console during vagrant up, host_install.sh and make start-demo. My system is an x86 tower running Ubuntu 20.04 natively, 64G RAM, 500G SSD.
Looks like there is a permission issue. Can you please try with sudo?
Ex: sudo /git/ipdk/build/networking_ebpf/scripts/host_install.sh
Verified the build procedure vagrant native mentioned here https://github.com/ipdk-io/ipdk/tree/main/build/networking_ebpf
everything went well after adding "sudo". I will update the READEME to add the "sudo /git/ipdk/build/networking_ebpf/scripts/host_install.sh".
Follow-up to #295. I tried building this recipe and saw errors throughout the build process. I've attached a detailed transcript. Below is a summary. Briefly, errors appeared on the console during
vagrant up
,host_install.sh
andmake start-demo
. My system is an x86 tower running Ubuntu 20.04 natively, 64G RAM, 500G SSD.Repo version:
BUILD ATTEMPT
I followed instructions on https://github.com/ipdk-io/ipdk/blob/main/build/networking_ebpf/README_DOCKER.md
ON HOST
INSIDE VM:
*Note: Step 1 above is not listed in the instructions in README_DOCKER.md. When I first followed the instructions, this caused problems further on ("No docker") etc.
I read https://github.com/ipdk-io/ipdk/tree/main/build/networking_ebpf#vagrant and figured I should do "host_install.sh" See #295
SOME PARTICULARLY SUSPICIOUS SNIPPETS:
Detailed transcript: ipdk-ebpf-build.txt
The text was updated successfully, but these errors were encountered: