Hi all

build 2.0.4 on solaris 10 from source, using python 2.3.6. Seeing these errors 
in the zenping.log:

2007-08-23 16:27:01 ERROR zen.Ping: receiving packet error: short format 
requires 0<=number<=USHRT_MAX
Traceback (most recent call last):
  File "/opt/local/zenoss/Products/ZenStatus/AsyncPing.py", line 149, in 
recvPackets
    ipreply = ip.disassemble(data)
  File "usr/local/zenoss/lib/python/ip.py", line 224, in disassemble
    packet._disassemble(buffer, cksum)
  File "usr/local/zenoss/lib/python/ip.py", line 190, in _disassemble
    packet = inetutils.net2iph(raw_packet)
  File "usr/local/zenoss/lib/python/inetutils.py", line 58, in net2iph
    return s[:2] + mks(len) + mks(id) + mks(off) + s[8:]
  File "usr/local/zenoss/lib/python/inetutils.py", line 46, in mks
    return struct.pack('H', h)
error: short format requires 0<=number<=USHRT_MAX

repeatedly.  Have not added any device to zenoss yet so I guess it is 
complaining about pinging the host zenoss is running on.

Is this a bug from zenoss or python or both?  If so what to do with it?

thanks




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

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

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



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

Reply via email to