Hi there, there was talk about a 2.7 b3. I would like to test it out. We are going do deploy a new server by end of this month and I would like to have it running 2.7 (reckless I know, but that is how I am) -- mit freundlichen Grüssen Robert Rottermann www.redCOR.ch
On Mon, 10 Nov 2003 10:27:10 +0100 robert <robert@redcor.ch> wrote:
Hi there, there was talk about a 2.7 b3. I would like to test it out. We are going do deploy a new server by end of this month and I would like to have it running 2.7 (reckless I know, but that is how I am)
Obi-wan would say, "So was I, if you remember." I personally prefer the term "leading edge" over "reckless" ;^). As for beta 3, Brian Lloyd, our fearless release meister became the father of a new child over the weekend. He had originally promised to do the beta 3 release this week, but I'm not sure whether that will go forward or not at this point. I'm sure he will respond in email when he becomes "available" (sometime in 2008 ;^). -Casey
great news. give him my congratulations . Is there a description someplace how to install 2.7 from CVS. Robert Am Montag, 10. November 2003 15:30 schrieb Casey Duncan:
On Mon, 10 Nov 2003 10:27:10 +0100
robert <robert@redcor.ch> wrote:
Hi there, there was talk about a 2.7 b3. I would like to test it out. We are going do deploy a new server by end of this month and I would like to have it running 2.7 (reckless I know, but that is how I am)
Obi-wan would say, "So was I, if you remember." I personally prefer the term "leading edge" over "reckless" ;^).
As for beta 3, Brian Lloyd, our fearless release meister became the father of a new child over the weekend. He had originally promised to do the beta 3 release this week, but I'm not sure whether that will go forward or not at this point. I'm sure he will respond in email when he becomes "available" (sometime in 2008 ;^).
-Casey
-- mit freundlichen Grüssen Robert Rottermann www.redCOR.ch
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. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
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.
-- mit freundlichen Grüssen Robert Rottermann www.redCOR.ch
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.
On Mon, Nov 10, 2003 at 06:25:20PM -0500, Chris McDonough wrote:
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).
I have to say, I am really REALLY happy about this :-) thank you oh great lords of zope! -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's QUASI-NUTLESS MANTICORE! (random hero from isometric.spaceninja.com)
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.
-- mit freundlichen Grüssen Robert Rottermann www.redCOR.ch
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.
participants (5)
-
Casey Duncan -
Chris McDonough -
Paul Winkler -
robert -
Tres Seaver