Hi Dominik!

interface up (Webserver=Apache2 tells me a 404)

There is some confusion here because Zope has its own web server and you should not see anything from Apache.

Do you presently have something running on port 8080? If so, you will need to edit the Zope configuration to run on a different port.

and when I try to start zenoss with /usr/local/zenoss/bin# ./zenoss start
I get the following message:
> ...
KeyError: 'ZENHOME'
> ...
Traceback (most recent call last):
I am a little confused because I thought I did everything right after Reading the Install Manual.

Any suggestions ???

You don't appear to have ZENHOME in your environment. Assuming you have bash as your shell, you need to add:

        export ZENHOME=/usr/local/zenhome

Or, if you used a different location:

        export ZENHOME=/some/other/directory

To your $HOME/.bashrc file.

-Eric

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

Reply via email to