I get tons or errors installing RHEL 4. Below is a transaction log of my
installation. Can someone please help me understand the problem. I also tried
to install the beta version of zenoss and received similar results.
# rpm -Uvh zenoss-2.0.6-0.el4.i386.rpm
error: failed to stat /net/tcfs2/vol/san: Permission denied
Preparing... ########################################### [100%]
useradd: user zenoss exists
1:zenoss ########################################### [100%]
# mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6 to server version: 5.0.22-standard
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> quit
Bye
# /etc/init.d/zenoss start
Zenoss not initialized. Performing first-boot initialization...
Stopping snmpd: [ OK ]
Starting snmpd: [ OK ]
Shutting down MySQL... [ OK ]
Starting MySQL [ OK ]
Wrote file /opt/zenoss/etc/zeo.conf
Wrote file /opt/zenoss/bin/zeoctl
Changed mode for /opt/zenoss/bin/zeoctl to 755
Wrote file /opt/zenoss/bin/runzeo
Changed mode for /opt/zenoss/bin/runzeo to 755
Starting Zope Object Database
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
unable to start Zeo object database
Zenoss initialization complete.
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 engine
warnings.warn("Using python-based snmp engine")
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
--15:45:53--
http://localhost.localdomain:8080/zport/dmd/DeviceLoader/loadDevice?deviceName=localhost.localdomain&devicePath=/Server/Linux
=> `/dev/null'
Resolving localhost.localdomain... 127.0.0.1
Connecting to localhost.localdomain|127.0.0.1|:8080... failed: Connection
refused.
#
------------------------
Jamie Bohr
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=11242#11242
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users