problem with zenoss on CentOS4.4 i followed instructions on RPM install manual @zenoss.com
SELinux is disabled, zenoss creates mysql tables correctly (at lease it looks so) zenoss deps installs ok. actually everything installs withou a problem but when i try to run zenoss i got following output: this line seems strange: ZConfig.SchemaResourceError: could not load package ZODB: /opt/zenoss/lib/python/persistent/cPersistence.so: cannot open shared object file: No such file or directory it says that it cant open this file, but there is such file and it is accessible(rwx) by zenoss user. the same with this file: ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so here is full output: [EMAIL PROTECTED] service zenoss start Daemon: zeoctl Traceback (most recent call last): File "/opt/zenoss/lib/python/ZEO/zeoctl.py", line 20, in ? main() File "/opt/zenoss/lib/python/ZEO/zeoctl.py", line 16, in main zdaemon.zdctl.main(args, options) File "/opt/zenoss/lib/python/zdaemon/zdctl.py", line 577, in main options.realize(args) File "/opt/zenoss/lib/python/zdaemon/zdctl.py", line 94, in realize RunnerOptions.realize(self, *args, **kwds) File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 363, in realize ZDOptions.realize(self, *args, **kwds) File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 273, in realize self.load_schema() File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 321, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 31, in loadSchema return SchemaLoader().loadURL(url) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 65, in loadURL return self.loadResource(r) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 159, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/usr/lib64/python2.3/xml/sax/__init__.py", line 33, in parse parser.parse(source) File "/usr/lib64/python2.3/xml/sax/expatreader.py", line 107, in parse xmlreader.IncrementalParser.parse(self, source) File "/usr/lib64/python2.3/xml/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/usr/lib64/python2.3/xml/sax/expatreader.py", line 207, in feed self._parser.Parse(data, isFinal) File "/usr/lib64/python2.3/xml/sax/expatreader.py", line 300, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 103, in startElement getattr(self, "start_" + name)(attrs) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 306, in start_import src = self._loader.schemaComponentSource(pkg, file) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 181, in schemaComponentSource package=package) ZConfig.SchemaResourceError: could not load package ZODB: /opt/zenoss/lib/python/persistent/cPersistence.so: cannot open shared object file: No such file or directory Package name: 'ZODB' File name: 'component.xml' Package path: None Daemon: zopectl Traceback (most recent call last): File "/opt/zenoss/lib/python/Zope2/Startup/zopectl.py", line 322, in ? main() File "/opt/zenoss/lib/python/Zope2/Startup/zopectl.py", line 280, in main options.realize(args) File "/opt/zenoss/lib/python/Zope2/Startup/zopectl.py", line 91, in realize ZDOptions.realize(self, *args, **kw) File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 273, in realize self.load_schema() File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 321, in load_schema self.schema = ZConfig.loadSchema(self.schemafile) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 31, in loadSchema return SchemaLoader().loadURL(url) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 65, in loadURL return self.loadResource(r) File "/opt/zenoss/lib/python/ZConfig/loader.py", line 159, in loadResource schema = ZConfig.schema.parseResource(resource, self) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 27, in parseResource xml.sax.parse(resource.file, parser) File "/usr/lib64/python2.3/xml/sax/__init__.py", line 33, in parse parser.parse(source) File "/usr/lib64/python2.3/xml/sax/expatreader.py", line 107, in parse xmlreader.IncrementalParser.parse(self, source) File "/usr/lib64/python2.3/xml/sax/xmlreader.py", line 123, in parse self.feed(buffer) File "/usr/lib64/python2.3/xml/sax/expatreader.py", line 207, in feed self._parser.Parse(data, isFinal) File "/usr/lib64/python2.3/xml/sax/expatreader.py", line 300, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 99, in startElement getattr(self, "start_" + name)(attrs) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 475, in start_schema keytype, valuetype, datatype = self.get_sect_typeinfo(attrs) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 201, in get_sect_typeinfo datatype = self.get_datatype(attrs, "datatype", "null", base) File "/opt/zenoss/lib/python/ZConfig/schema.py", line 194, in get_datatype return self._registry.get(dtname) File "/opt/zenoss/lib/python/ZConfig/datatypes.py", line 398, in get t = self.search(name) File "/opt/zenoss/lib/python/ZConfig/datatypes.py", line 423, in search package = __import__(n, g, g, component) File "/opt/zenoss/lib/python/Zope2/Startup/datatypes.py", line 20, in ? from ZODB.config import ZODBDatabase File "/opt/zenoss/lib/python/ZODB/__init__.py", line 21, in ? from persistent import TimeStamp File "/opt/zenoss/lib/python/persistent/__init__.py", line 19, in ? from cPersistence import Persistent, GHOST, UPTODATE, CHANGED, STICKY ImportError: /opt/zenoss/lib/python/persistent/cPersistence.so: cannot open shared object file: No such file or directory Daemon: zenxevent starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenEvents/zenxevent.py", line 19, in ? from EventServer import EventServer File "/opt/zenoss/Products/ZenEvents/EventServer.py", line 25, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenmodeler starting... Traceback (most recent call last): File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 14, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenperfsnmp starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenRRD/zenperfsnmp.py", line 27, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenperfxmlrpc starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenRRD/zenperfxmlrpc.py", line 28, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenprocess starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenRRD/zenprocess.py", line 28, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenping starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenStatus/zenping.py", line 22, in ? import Globals # make zope imports work File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zensyslog starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenEvents/zensyslog.py", line 24, in ? from EventServer import EventServer File "/opt/zenoss/Products/ZenEvents/EventServer.py", line 25, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenstatus starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenStatus/zenstatus.py", line 15, in ? import Globals # make zope imports work File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zenactions starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenEvents/zenactions.py", line 22, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zentrap starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenEvents/zentrap.py", line 25, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory Daemon: zencommand starting... Traceback (most recent call last): File "/opt/zenoss/Products/ZenRRD/zencommand.py", line 23, in ? import Globals File "/opt/zenoss/lib/python/Globals.py", line 23, in ? import Acquisition, ComputedAttribute, App.PersistentExtra, os File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ? from _Acquisition import * ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so: cannot open shared object file: No such file or directory [EMAIL PROTECTED] persistent]# _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
