Hi, Is there a way to get more debugging information out of Fabric? I am having problems doing even simple commands, e.g.:
rob@robs-xubuntu2: [tools]$ python Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from fabric.api import * >>> with settings(warn_only=True,user='testuser01',password='TestPass01',prompt='assword',host_string='10.10.1.85'): ... results = sudo('w') ... [10.10.1.85] sudo: w rob@robs-xubuntu2: [tools]$ As you an see, when I execute the command it crashes and I don't know why. Thanks, Rob
_______________________________________________ Fab-user mailing list Fab-user@nongnu.org https://lists.nongnu.org/mailman/listinfo/fab-user