Skip to content
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

ping: permission denied #44

Open
marian-babik opened this issue Jan 7, 2025 · 0 comments
Open

ping: permission denied #44

marian-babik opened this issue Jan 7, 2025 · 0 comments

Comments

@marian-babik
Copy link

In the latest docker.io/perfsonar/testpoint:systemd (5.1.4-1) I get:

root:/# ping
bash: /usr/bin/ping: Operation not permitted
root@psb02-gva:/# sudo !!
sudo ping
sudo: unable to send audit message: Operation not permitted
sudo: unable to execute /bin/ping: Operation not permitted
root:/# ll /usr/bin/ping
-rwxr-xr-x. 1 root root 76672 Feb 5 2022 /usr/bin/ping*

This prevents rtt tests to work. The container runs on Alma 9.3 in podman using:
docker run -td --name ps --net=host --tmpfs /run --tmpfs /run/lock --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:rw --cgroupns host perfsonar/testpoint:systemd

Perhaps --cap-add=CAP_AUDIT_WRITE is missing ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant