-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Describe the bug
Not all tmp files are eliminated when running the pipeline, hence they get try to get overwritten if a different user runs zairachem in the same workstation without a restart. As they are created by another user, they cannot be overwritten.
To Reproduce
Steps to reproduce the behavior:
- Use a workstation with two users
- Run Zairachem with user 1
- Change user
- Run Zairachem with user 2
Expected behavior
If all tmp files were deleted after running zairachem both users could use it without need to reboot. Probably not super prioriotary to solve
Screenshots
PermissionError: [Errno 13] Permission denied: '/tmp/ersilia-3g2uz61d'
In particular, there were 2 files still existing without global edit permissions:
drwx------ 2 gturon gturon 4096 feb 19 12:53 ersilia-3g2uz61d
Desktop (please complete the following information):
- Ubuntu 22.04