[quote="crosse"]I'm not sure what all repercussions this may have, but this diff to $ZENHOME/Products/ZenEvents/zenactions.py solves my problem:
Code: [EMAIL PROTECTED] ZenEvents]$ diff zenactions.py zenactions.py.orig 69c69 < if code == 0: --- > if self.data and code == 0: After making that change to zenactions.py, I had to recreate the zenactions.pyo file like so: Code: [EMAIL PROTECTED] ZenEvents]$ python -O /usr/lib64/python2.4/py_compile.py zenactions.py (Please note I'm in a 64-bit environment, hence the path including /usr/lib64 and not /usr/lib.) /quote] hi: i know nothing about python. but your fix save my day. the command is working without timeout now. thanks a lot!! -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=12767#12767 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
