tags:

views:

24

answers:

0

When i am running the below command on one of the remote machine via fabric it is getting hanged.

def execute_lmo_scripts():
    print "preparing to execute lmo scripts................"    
    output = run("sudo suwww ; ")  # or this command  sudo("suwww",shell=False)

If i manually run the command on the remote server it is being executed probably. Can any one please guide me on how to resolve this problem?