daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
68 stars 62 forks source link

File Permission Error in DaphneLib with Multiple Users on Same System #785

Open StoeckOverflow opened 4 months ago

StoeckOverflow commented 4 months ago

While conducting tests on a server, a permission error for the tmpdaphne.daphne file was encountered due to insufficient write permissions. This issue arises when multiple users are working with DaphneLib on the same system and sharing the tmp directory, leading to file permission conflicts.

An automated solution should be implemented to handle temporary file paths for DaphneLib dynamically, preventing permission issues and conflicts when multiple users are working simultaneously on the same system.