On Dec 18, 2008, at 9:34 AM, MAGnUm wrote: > I am receiving an error when attempting to look at the software tab: > > ValueError: timestamp out of range for platform time_t > > this looks to be a 32bit vs 64bit issue for the length of the time > string on Unix, or in my case AIX... > > it looks like its stemming from this template: > > URL: file:ZenModel/skins/zenmodel/deviceSoftwareDetail.pt > Line 26, Column 6 > Expression: standard:'soft/getInstallDate' > > where can I edit: soft/getInstallDate to change it to 64bit to see > if that fixes it?
You can find this in $ZENHOME/Products/ZenModel/Software.py. I think we've seen issues similar to this from AIX systems in the past during the modeling of the installed software. It's possible that when we fixed that we simply moved the problem from modeling to display. Please report back what you find as this should be applicable to anyone trying to model the installed software for AIX systems. _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
