When I run fabric as a certain user (root or my main sudo login), everything runs fine. However, when running as another user (tried both sudo and not sudo), I get the following message:
Fatal error: run() encountered an error (return code 1) while executing <MY_COMMAND_HERE> The way I specify which user it runs as is with 'env.user' in the fabfile. I run the fabfile like so: fab -H localhost -f myFabFile.py FunctionToRun Is there some sort of permission issue here? Do I need to grant certain users permission to run fab? Thanks, Edgar
_______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
