DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/DTS Bug 1557] dts: File permission issues for files copied to /tmp
@ 2024-10-01 20:42 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2024-10-01 20:42 UTC (permalink / raw)
  To: dev

[-- Attachment #1: Type: text/plain, Size: 1621 bytes --]

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@dpdk.org
          Reporter: probb@iol.unh.edu
                CC: juraj.linkes@pantheon.tech, probb@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.

[-- Attachment #2: Type: text/html, Size: 3584 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-01 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-01 20:42 [DPDK/DTS Bug 1557] dts: File permission issues for files copied to /tmp bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).