No, it lets you run nondaemonized. That's still useful. On Tue, 2003-11-11 at 11:03, robert wrote:
Thanks, now I am happy. What is runzope for ? should that not be eliminated ?
Robert
Am Dienstag, 11. November 2003 00:25 schrieb Chris McDonough:
runzope never detaches from the terminal... use "zopectl start" instead. Unlike previous versions of Zope, 2.7 doesn't handle its own daemonizing. Instead it relies on an external program to do its daemonizing (Guido's zdaemon, which is invoked by zopectl).
On Mon, 2003-11-10 at 14:57, robert wrote:
Thank you very much, it worked perfectly.
Now I have a problem/question: setting
debug-mode off
does not detach runzope from the terminal from which it was started.
Is there some more settings I have to do?
thanks Robert
Am Montag, 10. November 2003 17:18 schrieb Tres Seaver:
On Mon, 2003-11-10 at 11:15, robert wrote:
great news. give him my congratulations .
Is there a description someplace how to install 2.7 from CVS.
$ cd /tmp $ cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository \ co -r Zope-2_7-branch -d Zope-2.7-head Zope $ cd Zope-2.7-head $ ./configure && make && make inplace
Tres.