You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent will call def transmit_job_outcome(self, rundir) to clean up the folder of results. However, there are some files owned by root that might be created during the different phase such as PermissionError: [Errno 13] Permission denied: 'checkbox_ng-0.0.0-py3.8.egg' to make the agent crash and left the garbage remains.
The workaround is adding on the top of tf-cleanup. However, the better way should be handle by agent itself.
sudo chown -R ubuntu:ubuntu ~/testflinger/
The text was updated successfully, but these errors were encountered:
The agent will call def transmit_job_outcome(self, rundir) to clean up the folder of
results
. However, there are some files owned by root that might be created during the different phase such asPermissionError: [Errno 13] Permission denied: 'checkbox_ng-0.0.0-py3.8.egg'
to make the agent crash and left the garbage remains.The workaround is adding on the top of tf-cleanup. However, the better way should be handle by agent itself.
sudo chown -R ubuntu:ubuntu ~/testflinger/
The text was updated successfully, but these errors were encountered: