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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: