Zenoss Port Web-UI seems incomplete

Kaya Saman kayasaman at gmail.com
Thu Jun 7 08:20:18 UTC 2012


[...]
>
> If there is no issue after this, please send us a unified diff of the
> zone.conf files.
>
> The reason I ask to do this, is that I changed nothing and it worked
> out-of-the-box.
>
> Thanks,
> Jason
>
>
> --
> Jason Helfman
> System Administrator
> experts-exchange.com
> http://www.experts-exchange.com/M_4830110.html
> E4AD 7CF1 1396 27F6 79DD  4342 5E92 AD66 8C8C FBA5


Here is the diff of the zope.conf and zope.conf.in file:



# diff zope.conf zope.conf.in
0a1,2
> # This is the proposed version for SC / Zope 2.12.1
>
25c27,31
< %define INSTANCE /usr/local/zenoss
---
> %define INSTANCE <<INSTANCE_HOME>>
>
> # this needs to match the encoding in the sitecustomize.py file
> # in $ZENHOME/lib/python
> default-zpublisher-encoding utf-8
148c154
< #    effective-user chrism
---
> effective-user zenoss
929a936
> conflict-error-log-level debug
1019,1027c1026,1034
< <zodb_db main>
<     # Main FileStorage database
<     <filestorage>
<       # See .../ZODB/component.xml for directives (sectiontype
<       # "filestorage").
<       path $INSTANCE/var/Data.fs
<     </filestorage>
<     mount-point /
< </zodb_db>
---
> #<zodb_db main>
> #    # Main FileStorage database
> #    <filestorage>
> #      # See .../ZODB/component.xml for directives (sectiontype
> #      # "filestorage").
> #      path $INSTANCE/var/Data.fs
> #    </filestorage>
> #    mount-point /
> #</zodb_db>
1042,1065c1049,1063
< # <zodb_db main>
< #   # The full mount-point syntax is:
< #   #
< #   # mount-point <localpath>[:<remotepath>]
< #   #
< #   # localpath - the path where the storage is mounted in this instance
< #   # remotepath - is the path to the object in the storage where it
is mounted
< #   #              from. This defaults to whatever is supplied for localpath.
< #   mount-point /
< #   # ZODB cache, in number of objects
< #   cache-size 5000
< #   <zeoclient>
< #     # See .../ZODB/component.xml for directives (sectiontype
< #     # "zeoclient").
< #     server localhost:8100
< #     storage 1
< #     name zeostorage
< #     var $INSTANCE/var
< #     # ZEO client cache, in bytes
< #     cache-size 20MB
< #     # Uncomment to have a persistent disk cache
< #     #client zeo1
< #   </zeoclient>
< # </zodb_db>
---
> <zodb_db main>
>   mount-point /
>   # ZODB cache, in number of objects
>   cache-size 5000
>   <zeoclient>
>     server localhost:8100
>     storage 1
>     name zeostorage
>     var $INSTANCE/var
>     # ZEO client cache, in bytes
>     cache-size 20MB
>     # Uncomment to have a persistent disk cache
>     #client zeo1
>   </zeoclient>
> </zodb_db>



Regards,


Kaya


More information about the freebsd-ports mailing list