Hello everybody,

First of all, I am new to Zenoss but I found it is a nice idea.

I am trying to set it up on a debian testing.
After successfully installation on my system I don't get the web interface up (Webserver=Apache2 tells me a 404)
and when I try to start zenoss with /usr/local/zenoss/bin# ./zenoss start
I get the following message:

Daemon: zeoctl . daemon process started, pid=7825
Daemon: zopectl . daemon process started, pid=7829
Daemon: zenmodeler zenmodeler.py starting...
Daemon: zenperfsnmp starting...
Daemon: zenping starting...
Daemon: zensyslog starting...
Daemon: zenstatus starting...
Daemon: zenactions starting...
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/DataCollector/zenmodeler.py", line 418, in ?
    dc = ZenModeler()
  File "/usr/local/zenoss/Products/DataCollector/zenmodeler.py", line 45, in __init__
    ZCmdBase.__init__(self, noopts, app, keeproot)
  File "/usr/local/zenoss/Products/ZenUtils/ZCmdBase.py", line 24, in __init__
    ZenDaemon.__init__(self, noopts, keeproot)
  File "/usr/local/zenoss/Products/ZenUtils/ZenDaemon.py", line 41, in __init__
    CmdBase.__init__(self, noopts)
  File "/usr/local/zenoss/Products/ZenUtils/CmdBase.py", line 36, in __init__
    self.setupLogging()
  File "/usr/local/zenoss/Products/ZenUtils/ZenDaemon.py", line 69, in setupLogging
    logdir = os.path.join(os.environ['ZENHOME'], "log")
  File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: 'ZENHOME'
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenRRD/zenperfsnmp.py", line 34, in ?
    from Products.ZenModel.PerformanceConf import performancePath
  File "/usr/local/zenoss/Products/ZenModel/PerformanceConf.py", line 41, in ?
    PERF_ROOT = os.path.join(os.environ['ZENHOME'], "perf")
  File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: 'ZENHOME'
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenStatus/zenping.py", line 22, in ?
    import Globals # make zope imports work
ImportError: No module named Globals
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zensyslog.py", line 10, in ?
    import Globals
ImportError: No module named Globals
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenStatus/zenstatus.py", line 181, in ?
    pm = ZenStatus()
  File "/usr/local/zenoss/Products/ZenStatus/zenstatus.py", line 28, in __init__
    ZCmdBase.__init__(self, keeproot=True)
  File "/usr/local/zenoss/Products/ZenUtils/ZCmdBase.py", line 24, in __init__
    ZenDaemon.__init__(self, noopts, keeproot)
  File "/usr/local/zenoss/Products/ZenUtils/ZenDaemon.py", line 41, in __init__
    CmdBase.__init__(self, noopts)
  File "/usr/local/zenoss/Products/ZenUtils/CmdBase.py", line 36, in __init__
    self.setupLogging()
  File "/usr/local/zenoss/Products/ZenUtils/ZenDaemon.py", line 69, in setupLogging
    logdir = os.path.join(os.environ['ZENHOME'], "log")
  File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: 'ZENHOME'
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 216, in ?
    za = ZenActions()
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 41, in __init__
    ZCmdBase.__init__(self)
  File "/usr/local/zenoss/Products/ZenUtils/ZCmdBase.py", line 24, in __init__
    ZenDaemon.__init__(self, noopts, keeproot)
  File "/usr/local/zenoss/Products/ZenUtils/ZenDaemon.py", line 41, in __init__
    CmdBase.__init__(self, noopts)
  File "/usr/local/zenoss/Products/ZenUtils/CmdBase.py", line 36, in __init__
    self.setupLogging()
  File "/usr/local/zenoss/Products/ZenUtils/ZenDaemon.py", line 69, in setupLogging
    logdir = os.path.join(os.environ['ZENHOME'], "log")
  File "/usr/lib/python2.4/UserDict.py", line 17, in __getitem__
    def __getitem__(self, key): return self.data[key]
KeyError: 'ZENHOME'

I am a little confused because I thought I did everything right after Reading the Install Manual.

Any suggestions ???

Thank you
Dominik Bethke
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to