I used a lot of SSH modeling for most of external servers and the same error 
came into place whenever I run zenmodeler run -d <device name> -v 10. My error 
are shown below:


Code:


DEBUG:zen.SshClient:dome1.lcalink.com host fingerprint: 
e7:bf:89:74:87:d5:60:e8:9d:1a:eb:aa:6a:c1:b2:f3
DEBUG:zen.SshClient:Creating new SSH connection...
DEBUG:zen.SshClient:Sorted list of authentication methods: ['publickey']
DEBUG:zen.SshClient:Attempting method publickey
DEBUG:zen.SshClient:Expanded SSH public key path from zKeyPath 
/home/zenoss/.ssh/id_dsa to /home/zenoss/.ssh/id_dsa
/usr/local/zenoss/Products/DataCollector/SshClient.py:300: 
[b]DeprecationWarning: getPublicKeyString is deprecated since Twisted Conch 
0.9.  Use Key.fromString().[/b]
  return keys.getPublicKeyString( path + '.pub' )
DEBUG:zen.ZenModeler:Running 2 clients
DEBUG:zen.SshClient:Expanded SSH private key path from zKeyPath 
/home/zenoss/.ssh/id_dsa to /home/zenoss/.ssh/id_dsa
/usr/local/zenoss/Products/DataCollector/SshClient.py:393: DeprecationWarning: 
getPrivateKeyObject is deprecated since Twisted Conch 0.9.  Use 
Key.fromString().
  passphrase=self.factory.password))
Traceback (most recent call last):
  File "usr/local/zenoss/lib/python/twisted/internet/selectreactor.py", line 
146, in _doReadOrWrite
    
  File "usr/local/zenoss/lib/python/twisted/internet/tcp.py", line 362, in 
doRead
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/transport.py", line 314, 
in dataReceived
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/transport.py", line 336, 
in dispatchMessage
    
--- <exception caught here> ---
  File "usr/local/zenoss/lib/python/twisted/python/log.py", line 51, in 
callWithLogger
    
  File "usr/local/zenoss/lib/python/twisted/python/log.py", line 36, in 
callWithContext
    
  File "usr/local/zenoss/lib/python/twisted/python/context.py", line 59, in 
callWithContext
    
  File "usr/local/zenoss/lib/python/twisted/python/context.py", line 37, in 
callWithContext
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/service.py", line 44, in 
packetReceived
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/userauth.py", line 274, 
in ssh_USERAUTH_PK_OK
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/userauth.py", line 370, 
in signData
    
  File "/usr/local/zenoss/Products/DataCollector/SshClient.py", line 393, in 
getPrivateKey
    passphrase=self.factory.password))
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/keys.py", line 700, in 
getPrivateKeyObject
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/keys.py", line 60, in 
fromFile
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/keys.py", line 88, in 
fromString
    
  File "usr/local/zenoss/lib/python/twisted/conch/ssh/keys.py", line 191, in 
_fromString_PRIVATE_OPENSSH
    
[b]exceptions.ValueError: need more than 1 value to unpack[/b]
DEBUG:zen.ZenModeler:Running 2 clients
DEBUG:zen.ZenModeler:Running 2 clients





Using SSH modeling so far working alright with zenoss version up until 2.3.3 
before 2.4.0 borked it up.

Help please? 

Thanks!




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=34699#34699

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to