Re: [Zope-dev] Restart button and Products dir in Zope 2.7 beta 1

2003-07-28 Thread Sidnei da Silva
On Mon, Jul 28, 2003 at 12:13:22AM -0400, Chris McDonough wrote:
| I just fixed the debug-mode switch (it was indeed broken).
| 
| I need to look into the instance home product situation a bit more.

Great! Thanks for looking into it.

-- 
Sidnei da Silva [EMAIL PROTECTED]
dreamcatching :: making your dreams come true
http://dreamcatcher.homeunix.org

Memory fault -- core...uh...um...core... Oh dammit, I forget!

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Restart button and Products dir in Zope 2.7 beta 1

2003-07-27 Thread Sidnei da Silva
On Sun, Jul 27, 2003 at 01:22:59AM +0200, PieterB wrote:
 Hi,
 
 I tested todays Zope CVS checkout on Python 2.2.3 on FreeBSD 5.0. I
 noticed the following issues:
 
 (1) I noticed that the restart button is missing on the Control
 Panel. Is this intended behaviour for Zope 2.7? Or did I encounter
 a bug? There is still a Shutdown button, BTW.

You probably started it with 'runzope', which doesnt run the
daemon. You should use 'zopectl start'.

 (2) I also tried to install some products in the INSTANCE_HOME/Products
 directory. There was a README.txt there telling:
 
   Additional products for your Zope instance should be
   installed in this directory.  A freshly created instance
   should only contain this README.txt file in this directory.
 
 I tried adding a product to this directory (Formulator from CVS),
 but it didn't loaded when I restarted the Zope instance (from
 commandline because of (1)). It loads fine if I move it to
 SOFTWARE_HOME/Products.

I noticed that as well, and I had to modify runzope/zopectl to 'export
INSTANCE_HOME' to make it work. Also, enabling debug mode on zope.conf
doesnt seem to be working, and as there is an instance home setting on
zope.conf, I guess there is some major problem with the scripts right
now that are preventing it from getting the sets from the
configuration file. Other settings like enabling webdav and disabling
ftp work just fine.

-- 
Sidnei da Silva [EMAIL PROTECTED]
dreamcatching :: making your dreams come true
http://dreamcatcher.homeunix.org

Disclaimer: These opinions are my own, though for a small fee they be
yours too.
-- Dave Haynie

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Restart button and Products dir in Zope 2.7 beta 1

2003-07-27 Thread Chris McDonough
On Sun, 2003-07-27 at 23:31, Sidnei da Silva wrote:
 I noticed that as well, and I had to modify runzope/zopectl to 'export
 INSTANCE_HOME' to make it work. Also, enabling debug mode on zope.conf
 doesnt seem to be working, and as there is an instance home setting on
 zope.conf, I guess there is some major problem with the scripts right
 now that are preventing it from getting the sets from the
 configuration file. Other settings like enabling webdav and disabling
 ftp work just fine.

I just fixed the debug-mode switch (it was indeed broken).

I need to look into the instance home product situation a bit more.
-- 
Chris McDonough [EMAIL PROTECTED]


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Restart button and Products dir in Zope 2.7 beta 1

2003-07-26 Thread PieterB
Hi,

I tested todays Zope CVS checkout on Python 2.2.3 on FreeBSD 5.0. I
noticed the following issues:

(1) I noticed that the restart button is missing on the Control
Panel. Is this intended behaviour for Zope 2.7? Or did I encounter
a bug? There is still a Shutdown button, BTW.

(2) I also tried to install some products in the INSTANCE_HOME/Products
directory. There was a README.txt there telling:

Additional products for your Zope instance should be
installed in this directory.  A freshly created instance
should only contain this README.txt file in this directory.

I tried adding a product to this directory (Formulator from CVS),
but it didn't loaded when I restarted the Zope instance (from
commandline because of (1)). It loads fine if I move it to
SOFTWARE_HOME/Products.

Can anybody comment on these issues? Should I create bugreports in
the collector?

PieterB

-- 
http://zwiki.org/PieterB

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Restart button and Products dir in Zope 2.7 beta 1

2003-07-26 Thread Chris McDonough
On Sat, 2003-07-26 at 19:22, PieterB wrote:
 Hi,
 
 I tested todays Zope CVS checkout on Python 2.2.3 on FreeBSD 5.0. I
 noticed the following issues:
 
 (1) I noticed that the restart button is missing on the Control
 Panel. Is this intended behaviour for Zope 2.7? Or did I encounter
 a bug? There is still a Shutdown button, BTW.

You must start zope under the control of the zopectl script to be able
to restart it from the control panel.  This is part of the zdaemon
refactoring that was done by Guido.

 (2) I also tried to install some products in the INSTANCE_HOME/Products
 directory. There was a README.txt there telling:
 
   Additional products for your Zope instance should be
   installed in this directory.  A freshly created instance
   should only contain this README.txt file in this directory.
 
 I tried adding a product to this directory (Formulator from CVS),
 but it didn't loaded when I restarted the Zope instance (from
 commandline because of (1)). It loads fine if I move it to
 SOFTWARE_HOME/Products.

That's odd.  I could swear I tested this.

Please add this line to your config file:

products $INSTANCE/Products

It should start to work then...

- C




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )