fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Fabric suddenly no longer working


From: Rob Marshall
Subject: [Fab-user] Fabric suddenly no longer working
Date: Mon, 23 Jul 2018 16:04:18 -0400

Hi,

Is there a way to get more debugging information out of Fabric? I am having problems doing even simple commands, e.g.:

address@hidden: [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

address@hidden: [tools]$ 

As you an see, when I execute the command it crashes and I don't know why.

Thanks,

Rob

reply via email to

[Prev in Thread] Current Thread [Next in Thread]