fab-user
[Top][All Lists]
Advanced

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

[Fab-user] No handlers could be found for logger "ssh.transport"


From: Brown, Rodrick
Subject: [Fab-user] No handlers could be found for logger "ssh.transport"
Date: Mon, 6 Feb 2012 12:24:12 -0500

Hi everyone I thought I would give fab a run and I’m running into some issues when executing fab as a non root user.

 

->  fab -f example.py get_host_type

 

[jc1ladmin1] Executing task 'host_type'

Testing.......

[jc1ladmin1] run: uname

No handlers could be found for logger "ssh.transport"

 

Any know what’s going on?

 

-> cat example.py

from fabric.api import *

from fabric.colors import green

 

env.password = ['D1ablo23w']

env.hosts = ['jc1ladmin1']

def get_host_type():

    print(green('Testing.......'))

    run('uname')

 

--

RB  


Please visit our website for important disclaimers/disclosures regarding Knight’s products and services:

http://knight.com/KnightEmailDisclaimer.html


reply via email to

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