When I've installed the Zenoss-Plugins RPM, I've had to: touch /usr/lib/python2.3/site-packages/zenoss/plugins/__init__.py
After that it was able to find the plugins. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Snider Sent: Saturday, December 30, 2006 7:09 PM To: [email protected] Subject: [zenoss-users] Initial install: RHEL4 x86_64 system I've managed to recompile and get Zenoss running by recompiling the RHEL4 Zenoss RPM for x86_64. This went without issue, once a few needed dependencies not listed in the spec file (zlib-devel, subversion) were installed. All dependencies were pulled from either RH sources, RPMForge, or MySQL in the case of MySQL5. The only issue I've run into (so far) is with the Zenoss-Plugins RPM. After installing, and trying to add a new SNMP device (localhost), I get the following errors: === 2006-12-30 19:59:51 INFO zen.ZenModeler loading collector plugins from:/opt/zenoss/Products/DataCollector/plugins 2006-12-30 19:59:51 ERROR zen.ZenModeler problem loading plugin:zenoss.snmp.NewDeviceMap Traceback (most recent call last): File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 82, in loadPlugins const = importClass(modpath) File "/opt/zenoss/Products/ZenUtils/Utils.py", line 158, in importClass mod = __import__(modulePath, globals(), locals(), classname) ImportError: No module named snmp.NewDeviceMap 2006-12-30 19:59:51 ERROR zen.ZenModeler problem loading plugin:zenoss.snmp.HRSWInstalledMap Traceback (most recent call last): File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 82, in loadPlugins const = importClass(modpath) File "/opt/zenoss/Products/ZenUtils/Utils.py", line 158, in importClass mod = __import__(modulePath, globals(), locals(), classname) ImportError: No module named snmp.HRSWInstalledMap 2006-12-30 19:59:51 ERROR zen.ZenModeler problem loading plugin:zenoss.snmp.DeviceMap Traceback (most recent call last): File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 82, in loadPlugins const = importClass(modpath) File "/opt/zenoss/Products/ZenUtils/Utils.py", line 158, in importClass mod = __import__(modulePath, globals(), locals(), classname) ImportError: No module named snmp.DeviceMap === ..and so on. Further, running zenplugin.py --list-plugins nets me: "platform 'linux2' supports the following plugins:" (with no plugins listed). I've tried compiling from the spec file (which pulls them from svn), but no luck. Any thoughts? -- Ken Snider _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
