Hello,

The upgrade of the VMWare appliance from 2.0.0 to 2.0.3 unfortunately has 
caused Zenping to generate the following error(s):

10.1.0.145 sendto error 'module' object has no attribute 'Echo'

Zenping log example:

2007-12-05 17:35:24 ERROR zen.Ping: receiving packet error: 'module' object has 
no attribute 'disassemble'
Traceback (most recent call last):
  File "/home/zenoss/Products/ZenStatus/AsyncPing.py", line 149, in recvPackets
    ipreply = ip.disassemble(data)
AttributeError: 'module' object has no attribute 'disassemble'
2007-12-05 17:35:40 WARNING zen.ZenPing: 10.1.0.145 sendto error 'module' 
object has no attribute 'Echo'
2007-12-05 17:35:40 INFO zen.ZenPing: Finished pinging 1 jobs in 0.27 seconds
2007-12-05 17:36:40 WARNING zen.ZenPing: 10.1.0.145 sendto error 'module' 
object has no attribute 'Echo'
2007-12-05 17:36:40 INFO zen.ZenPing: Finished pinging 1 jobs in 0.07 seconds
2007-12-05 17:37:40 WARNING zen.ZenPing: 10.1.0.145 sendto error 'module' 
object has no attribute 'Echo'
2007-12-05 17:37:40 INFO zen.ZenPing: Finished pinging 1 jobs in 0.06 seconds
2007-12-05 17:38:40 WARNING zen.ZenPing: 10.1.0.145 sendto error 'module' 
object has no attribute 'Echo'
2007-12-05 17:38:40 INFO zen.ZenPing: Finished pinging 1 jobs in 0.07 seconds
2007-12-05 17:39:40 WARNING zen.ZenPing: 10.1.0.145 sendto error 'module' 
object has no attribute 'Echo'
2007-12-05 17:39:40 INFO zen.ZenPing: Finished pinging 1 jobs in 0.06 seconds
2007-12-05 17:39:44 ERROR zen.Ping: receiving packet error: 'module' object has 
no attribute 'disassemble'
Traceback (most recent call last):
  File "/home/zenoss/Products/ZenStatus/AsyncPing.py", line 149, in recvPackets
    ipreply = ip.disassemble(data)
AttributeError: 'module' object has no attribute 'disassemble'


To stop the Zenping errors from being generated I followed the instructions as 
described in:

http://community.zenoss.com/forums/viewtopic.php?t=2871

by downloading and replacing the files ICMP related files as described from:

http://dev.zenoss.org/trac/changeset/6052

However, after restarting Zenoss, Zenping now fails to start altogether:

Daemon: zenping starting...
Traceback (most recent call last):
   File "/home/zenoss/Products/ZenStatus/zenping.py", line 30, in ?
      from AsyncPing import Ping
   File "/home/zenoss/Products/ZenStatus/AsyncPing.py", line 30, in ?
      import ip
ImportError: No module named ip

Does anyone know how to solve this?

Thanks in advance.

Richard




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

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

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



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

Reply via email to