We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I'm having issues while trying to load BPF program that defines a BPF_MAP_TYPE_ARRAY. I'm getting the following error when trying to call
BPF_MAP_TYPE_ARRAY
gobpf/elf/elf.go
Line 497 in 2289761
error while loading map "maps/count_map": operation not permitted
I'm running on Ubuntu machine on GCP:
cat /etc/os-release NAME="Ubuntu" VERSION="20.04.2 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.2 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
I can provide more info if needed but wondering if this is something obvious that I'm missing on my system.
Thanks!
The text was updated successfully, but these errors were encountered:
Update:
It seems that it fails at
Line 94 in b5e5715
ulimit -a unlimited
sudo
Sorry, something went wrong.
No branches or pull requests
Hi!
I'm having issues while trying to load BPF program that defines a
BPF_MAP_TYPE_ARRAY
. I'm getting the following error when trying to callgobpf/elf/elf.go
Line 497 in 2289761
I'm running on Ubuntu machine on GCP:
I can provide more info if needed but wondering if this is something obvious that I'm missing on my system.
Thanks!
The text was updated successfully, but these errors were encountered: