Created
August 2, 2012 07:03
-
-
Save jayd3e/3234660 to your computer and use it in GitHub Desktop.
Fabric error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [localhost] put: <file obj> -> /etc/nginx/sites-enabled/clusterflunk | |
| Fatal error: sudo() received nonzero return code 1 while executing! | |
| Requested: mv "aa8f798a2bd5000dbc79ec6b84c40b4569e757a7" "/etc/nginx/sites-enabled/clusterflunk" | |
| Executed: sudo -S -p 'sudo password:' /bin/bash -l -c "mv \"aa8f798a2bd5000dbc79ec6b84c40b4569e757a7\" \"/etc/nginx/sites-enabled/clusterflunk\"" | |
| ============================================================================================= Standard output ============================================================================================= | |
| mv: cannot stat `aa8f798a2bd5000dbc79ec6b84c40b4569e757a7': No such file or directory | |
| ============================================================================================================================================================================================================ | |
| Aborting. | |
| SystemExit: SystemExit(1,) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment