running ./start doesn't go into background
I started zope using the "./start" command. It starts everything, but doesn't go into the background. Is that normal. should I start it like: "./start &" to put it into the background. I also have two "z2.py -D" processes running one has UID of nobody, and the other has UID of root. I would think there should only be one, and it should have the UID of nobody. thanks, Geoff Nordli
On Wed, 27 Oct 1999, Geoff Nordli wrote:
I started zope using the "./start" command.
It starts everything, but doesn't go into the background. Is that normal.
should I start it like: "./start &" to put it into the background.
The default behavior is to start in "Debug" mode (the "-D" flag in the 'start' script). Remove the "-D", and Zope will detach from the terminal. Assuming you do "./start &", that is. -Tim -- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
You shouldn't need the & if the debug flag is removed, at least you don't on a linux box. Zope automatically detaches if not in debug mode.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tim Wilson Sent: 27 October 1999 22:43 To: Geoff Nordli Cc: Zope List (E-mail) Subject: Re: [Zope] running ./start doesn't go into background
On Wed, 27 Oct 1999, Geoff Nordli wrote:
I started zope using the "./start" command.
It starts everything, but doesn't go into the background. Is that normal.
should I start it like: "./start &" to put it into the background.
The default behavior is to start in "Debug" mode (the "-D" flag in the 'start' script). Remove the "-D", and Zope will detach from the terminal. Assuming you do "./start &", that is.
-Tim
-- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
That works. Thanks for everyone that helped. It is now a running system on linux. Now I just have to figure out how to use it!!!!
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tim Wilson Sent: Wednesday, October 27, 1999 2:43 PM To: Geoff Nordli Cc: Zope List (E-mail) Subject: Re: [Zope] running ./start doesn't go into background
On Wed, 27 Oct 1999, Geoff Nordli wrote:
I started zope using the "./start" command.
It starts everything, but doesn't go into the background. Is that normal.
should I start it like: "./start &" to put it into the background.
The default behavior is to start in "Debug" mode (the "-D" flag in the 'start' script). Remove the "-D", and Zope will detach from the terminal. Assuming you do "./start &", that is.
-Tim
-- Timothy Wilson | "The faster you | Check out: Henry Sibley H.S. | go, the shorter | http://slashdot.org/ W. St. Paul, MN, USA | you are." | http://linux.com/ wilson@chem.umn.edu | -Einstein | http://www.mn-linux.org/
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Geoff Nordli -
Phil Harris -
Tim Wilson