[Zope] How to install hotfix?

Anton Rops anton.rops@autogrant.nl
Wed, 10 Apr 2002 09:46:26 +0200


I am running the linux binary v2.5.0 on a Redhat 7.1 box. When I start Zope
with the debug switch on I get the following messages:

2002-04-10T07:38:21 INFO(0) ZODB Opening database for mounting:
'141994464_1018168202.564063'
------
2002-04-10T07:38:21 INFO(0) ZODB Mounted database
'141994464_1018168202.564063' at /temp_folder
------
2002-04-10T07:38:21 INFO(0) ZServer FastCGI Server (V1.0) started at Wed Apr
10 09:38:21 2002
        IP          :
        Port        : None
        Socket path : /tmp/zope.soc

This is my startup script:

#! /bin/sh
reldir=`dirname $0`
INST_HOME=`cd $reldir; pwd`
export INST_HOME
exec /usr/local/zope/bin/python \
     $INST_HOME/z2.py \
     -Z /var/run/zwatchdog.pid \
     -F /tmp/zope.soc \
     -u zope \
     -l /var/log/zope.log \
     -w - -p - -f - -D "$@"

I have moved around my gunzipped Hotfix file through the following
directories: zope, zope/lib/python/Products, zope/lib/python2.2/Products,
zope/lib/python2.2/site-packages. There is no feedback however that the
hotfix has been applied.

Any idea what I do wrong?

Regards,
Anton

-----Oorspronkelijk bericht-----
Van: Roel Van den Bergh [mailto:roel@planetinterior.com]
Verzonden: dinsdag 9 april 2002 16:18
Aan: Anton Rops; Zope@Zope. Org
Onderwerp: RE: [Zope] How to install hotfix?


Are U running Zope under Windows as a service?
If so U should check the logfile.
If U start Zope with 'start.bat' U should have a 'DOSbox' on your screen
displaing the actions.
Under linux U can follow the actions in the shellbox U started Zope with

If U're running Zope as a service and want to have a 'live' overview of the
actions, stop your service (under Administrative Tools/Services) and start
Zope with the 'start.bat' in your Zope directory


> -----Oorspronkelijk bericht-----
> Van: Anton Rops [mailto:anton.rops@autogrant.nl]
> Verzonden: dinsdag 9 april 2002 15:23
> Aan: roel@planetinterior.com; zope@zope.org
> Onderwerp: RE: [Zope] How to install hotfix?
>
>
> Thanks Roel for the answer.
>
> Maybe a stupid question, but what do you mean by runbox? I see nothing
> happen, even not with the debug switch turned on (-D).
>
> Should the package be put in Zope/lib/python2.1/site-packages ?
>
> Regards,
> Anton
>
> -----Oorspronkelijk bericht-----
> Van: Roel Van den Bergh [mailto:roel@planetinterior.com]
> Verzonden: dinsdag 9 april 2002 14:58
> Aan: Anton Rops; zope@zope.org
> Onderwerp: RE: [Zope] How to install hotfix?
>
>
> unpack in your Zope/lib/python/Products/ directory and restart Zope
>
> After restarting Zope you should see the Hotfix applied in the 'runbox'
>
> > -----Oorspronkelijk bericht-----
> > Van: zope-admin@zope.org [mailto:zope-admin@zope.org]Namens Anton Rops
> > Verzonden: dinsdag 9 april 2002 14:46
> > Aan: zope@zope.org
> > Onderwerp: [Zope] How to install hotfix?
> >
> >
> > I have downloaded and unzipped the Hotfix file into the Zope
> > directory. What
> > do I need to do further to install this hotfix, or is this it?
> >
> > I have been looking for an answer on the website and also browsed
> > through a
> > pile of documents and READMEs but could not find anything better than:
> > "Hotfix products are installed just as you would install any other Zope
> > product." But how is this done?
> >
> > FYI: I'm running 2.5.0 now.
> >
> > Thanks in advance.
> >
> > Best regards,
> > Anton
> >
> >
> >
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://lists.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists -
> >  http://lists.zope.org/mailman/listinfo/zope-announce
> >  http://lists.zope.org/mailman/listinfo/zope-dev )
> >
>
>