salmon-planet-80683
09/21/2021, 10:17 PM./pants
as root to execute a test.
When I then try and do a ./pants
as <my own user> i, understandably, get something along the lines of
pants.pantsd.process_manager.ProcessManager.MetadataError: failed to purge metadata directory /ROOT_TO_MY_PANTS?PROJECT/.pids/26629ce97d56/pantsd: PermissionError(13, 'Permission denied')
Would there be a way for me to execute the purge_metadata_by_name
stuff as root so that it's not screwed up for my normal user?witty-crayon-22786
09/21/2021, 10:23 PM/ROOT_TO_MY_PANTS?PROJECT/.pids
directorypantsd
will shutdown and restart on the next accesssalmon-planet-80683
09/21/2021, 11:15 PM