[DPDK/DTS Bug 1557] dts: File permission issues for files copied to /tmp
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Oct 1 22:42:37 CEST 2024
https://bugs.dpdk.org/show_bug.cgi?id=1557
Bug ID: 1557
Summary: dts: File permission issues for files copied to /tmp
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: DTS
Assignee: dev at dpdk.org
Reporter: probb at iol.unh.edu
CC: juraj.linkes at pantheon.tech, probb at iol.unh.edu
Target Milestone: ---
At the Community Lab, some developers have noticed an "annoyance" like this:
User 1 with name User1 runs DTS, and it copies a DPDK tarball over to
/tmp/dpdk.tar.xz on the SUT system. It is extracted and owned by user 1. The
testrun completes without issue.
Later, User 2 tries to run DTS with a DPDK tarball of the same name. In doing
so, the framework tries to delete the previously existing /tmp/dpdk.tar.xz, and
fails as it is running from user User2.
This behavior was also noted today in copying dpdk-devbind.py to the tester
(/tmp/dpdk-devbind.py cannot be removed by all users).
So, then the user has to SSH onto the SUT system, and delete the artifact with
sudo.
Some simple solutions are like:
1. chmod the copied artifacts to allow for all users to delete them.
2. Delete the artifacts as a test run cleanup step.
3. copy all artifacts to something like /tmp/($my_user)/ instead of /tmp/
Or maybe there are some other ideas which are better... feedback is welcome.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20241001/736c9635/attachment.htm>
More information about the dev
mailing list