-
Notifications
You must be signed in to change notification settings - Fork 62
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
Why is the ping failing on Debian 12? #83
Comments
try about this, |
this fixed it for me |
Fixed it for me too. Thanks @unmurphy. |
@crazyoptimist The The default setting of |
Hello, I did not meet any issue with this command but I have one with library. However, it's the same process (golang binary) that performs both. So why with exec command it works while library needs allowance from system? |
@Tchoupinax Most modern Linux distros set capabilities on the
Prior to the capabilities feature, and on various other *nixes, You can of course set capabilities on Go applications which use the pro-bing library (e.g. |
Hi, I found a blog post about the problem. It also can be fixed by installing the
|
The following code works fine on Windows, Ubuntu 22.04, MacOS, and some others. But it fails on Debian 12.
I've tried running it as root vs a user with the same result.
I've also tried SetPrivileges and the same result.
How to resolve this?
Thanks
The text was updated successfully, but these errors were encountered: