Skip to content

Instantly share code, notes, and snippets.

@noisy
Created December 27, 2014 16:59
Show Gist options
  • Select an option

  • Save noisy/d13c18f831bf1fc2c2d3 to your computer and use it in GitHub Desktop.

Select an option

Save noisy/d13c18f831bf1fc2c2d3 to your computer and use it in GitHub Desktop.
$ 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