Hi MARTIN,
The issue you’re experiencing with sudo
requiring a password when AzCopy is running isn’t inherent to AzCopy itself but likely related to how your system handles processes and permissions. AzCopy might be locking resources or altering session management, affecting sudo
. To troubleshoot(Would be great if you share the OS version, Kernel informaiton), ensure your system has enough resources, review AzCopy and system logs, and consider updating AzCopy. Additionally, examining environment variables set by AzCopy and creating a new key management session with keyctl new_session
might help isolate the issue.
References:
- https://learn.microsoft.com/en-us/troubleshoot/azure/azure-storage/blobs/connectivity/storage-use-azcopy-troubleshoot
- https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-configure
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Regards,
Luis