Created
December 27, 2014 16:59
-
-
Save noisy/d13c18f831bf1fc2c2d3 to your computer and use it in GitHub Desktop.
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
| $ fab all | |
| [localhost:20022] Executing task 'all' | |
| --- | |
| all | |
| --- | |
| ------- | |
| install | |
| ------- | |
| $ cat /etc/default/locale -> | |
| [localhost:20022] Login password for 'root': | |
| Fatal error: sudo() received nonzero return code 1 while executing! | |
| Requested: cat /etc/default/locale | |
| Executed: sudo -S -p 'sudo password:' /bin/bash -l -c "cat /etc/default/locale" | |
| ====================================================== Standard output ====================================================== | |
| cat: /etc/default/locale: No such file or directory | |
| ============================================================================================================================== | |
| Aborting. | |
| Disconnecting from localhost:20022... done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment