https://bugs.dpdk.org/show_bug.cgi?id=1439 Bug ID: 1439 Summary: Unmounting hugepages doesn't have admin privileges Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: DTS Assignee: dev@dpdk.org Reporter: juraj.linkes@pantheon.tech CC: juraj.linkes@pantheon.tech, probb@iol.unh.edu Target Milestone: --- The error: 2024/05/13 17:05:08 - execution_setup - dts.SUT 1 - INFO - Re-mounting Hugepages. 2024/05/13 17:05:08 - execution_setup - dts.SUT 1 - INFO - Sending: 'umount $(awk '/hugetlbfs/ { print $2 }' /proc/mounts)' 2024/05/13 17:05:08 - execution_setup - dts.SUT 1 - DEBUG - Received from 'umount $(awk '/hugetlbfs/ { print $2 }' /proc/mounts)': stdout: '' stderr: 'umount: /dev/hugepages: must be superuser to unmount.' return_code: '32' The unmounting doesn't do anything without superuser privileges. -- You are receiving this mail because: You are the assignee for the bug.