Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2012 09:20:17 +0100
From:      Kaya Saman <kayasaman@gmail.com>
To:        Jason Helfman <jhelfman@e-e.com>
Cc:        zenoss@experts-exchange.com, freebsd-ports <freebsd-ports@freebsd.org>, Ruslan Mahmatkhanov <cvs-src@yandex.ru>, pphillips@experts-exchange.com
Subject:   Re: Zenoss Port Web-UI seems incomplete
Message-ID:  <CAPj0R5JrjmsQTB=EK6y5vSX7o-qggn7u4PcGbSkD_KO=MNew9Q@mail.gmail.com>
In-Reply-To: <20120606182734.GJ56582@dormouse.experts-exchange.com>
References:  <4FCF36C7.5030204@yandex.ru> <CAPj0R5JS0upTA8Xf6boLHJojwpBJ-cQ_BB_KPFU5yPGMZHeY-w@mail.gmail.com> <20431.18365.904242.704538@jerusalem.litteratus.org> <CAPj0R5LjKx2XqN=nSK2E9fuB2TPvS1Hw%2BjFsF7HMMbqrsKS=Gw@mail.gmail.com> <CAPj0R5K2EPRM_dO=aL89fFVG6ALGNgasoqrG5KGpWiJVYvvPqQ@mail.gmail.com> <4FCF5424.3050600@yandex.ru> <CAPj0R5K8CznwBRDbx5VFt4GreB8jB6RLz_z%2Bqe7hO3tFSaFT1Q@mail.gmail.com> <20120606172201.GB41786@dormouse.experts-exchange.com> <4FCF998A.5030608@gmail.com> <4FCF9B68.2080807@yandex.ru> <20120606182734.GJ56582@dormouse.experts-exchange.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[...]
>
> 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 =A04342 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 localp=
ath.
< #   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPj0R5JrjmsQTB=EK6y5vSX7o-qggn7u4PcGbSkD_KO=MNew9Q>