I'm seeing the same thing - downloaded the RPM's and installed them
using these directions:
http://www.zenoss.com/community/docs/install-guides/install-on-centos/
and when I run zenoss I get :
[EMAIL PROTECTED] RPMs]# /etc/init.d/zenoss start
Your default context is user_u:system_r:unconfined_t.
Do you want to choose a different one? [n]
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/site-packages/_xmlplus/sax/__init__.py", line 31,
in parse
parser.parse(filename_or_stream)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/expatreader.py", line
109, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/xmlreader.py", line
123, in parse
self.feed(buffer)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/expatreader.py", line
216, in feed
self._parser.Parse(data, isFinal)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/expatreader.py", line
311, 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/site-packages/_xmlplus/sax/__init__.py", line 31,
in parse
parser.parse(filename_or_stream)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/expatreader.py", line
109, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/xmlreader.py", line
123, in parse
self.feed(buffer)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/expatreader.py", line
216, in feed
self._parser.Parse(data, isFinal)
File "/usr/lib64/python2.3/site-packages/_xmlplus/sax/expatreader.py", line
311, 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: zenhub starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenHub/zenhub.py", line 36, 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 28, 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 31, in ?
from EventServer import EventServer
File "/opt/zenoss/Products/ZenEvents/EventServer.py", line 32, 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 20, 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 29, 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 32, 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 19, 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...
/opt/zenoss/Products/ZenRRD/zenperfsnmp.py:38: UserWarning: Using python-based
snmp enging
warnings.warn("Using python-based snmp enging")
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenRRD/zenperfsnmp.py", line 45, 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 30, 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...
/opt/zenoss/Products/ZenRRD/zenprocess.py:38: UserWarning: Using python-based
snmp enging
warnings.warn("Using python-based snmp enging")
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenRRD/zenprocess.py", line 42, 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: zenwin starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenWin/zenwin.py", line 19, in ?
from wmiclient import WMI
File "/opt/zenoss/Products/ZenWin/wmiclient.py", line 15, in ?
import win32com.client
File "/opt/zenoss/lib/python/win32com/client.py", line 14, in ?
import pywmi
File "/opt/zenoss/lib/python/pywmi.py", line 5, in ?
import _pywmi
ImportError: /opt/zenoss/lib/python/_pywmi.so: cannot open shared object file:
No such file or directory
Daemon: zeneventlog starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenWin/zeneventlog.py", line 22, in ?
import wmiclient
File "/opt/zenoss/Products/ZenWin/wmiclient.py", line 15, in ?
import win32com.client
File "/opt/zenoss/lib/python/win32com/client.py", line 14, in ?
import pywmi
File "/opt/zenoss/lib/python/pywmi.py", line 5, in ?
import _pywmi
ImportError: /opt/zenoss/lib/python/_pywmi.so: cannot open shared object file:
No such file or directory
Daemon: zenwinmodeler starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenWin/zenwinmodeler.py", line 18, in ?
import wmiclient
File "/opt/zenoss/Products/ZenWin/wmiclient.py", line 15, in ?
import win32com.client
File "/opt/zenoss/lib/python/win32com/client.py", line 14, in ?
import pywmi
File "/opt/zenoss/lib/python/pywmi.py", line 5, in ?
import _pywmi
ImportError: /opt/zenoss/lib/python/_pywmi.so: cannot open shared object file:
No such file or directory
[EMAIL PROTECTED] RPMs]#
[EMAIL PROTECTED] RPMs]# su - zenoss
[EMAIL PROTECTED] ~]$ uname -a
Linux logserver.wgresorts.com 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:29:47 EST 2005
x86_64 x86_64 x86_64 GNU/Linux
[EMAIL PROTECTED] ~]$ echo $PYTHONPATH
/opt/zenoss/lib/python
[EMAIL PROTECTED] ~]$ python -c "import Globals"
Traceback (most recent call last):
File "<string>", line 1, in ?
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
------------------------
Jay
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=8162#8162
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users