Re: [Zope] Having to keep typing "./start &"
Assuming you have followed: http://www.zope.org/Members/mcdonc/HowTos/zopeinstall/ZOPE-INSTALL-HOWTO the next thing to look at is http://www.zope.org/Members/jens/docs/newbie_caveats I think your problem may be to do with the fact that the Zope binaries for Linux ship with the -D (=debug) option in the start script enabled by default. With this enabled, when you close the terminal you started zope in, you stop zope. If I am right, then this is an FAQ. Each time I answer it, I plaintively wonder aloud why the -D flag would be the default, but I am generally ignored. Good luck with it anyways. D.
I just installed zope yesterday (running on linux) and found that I could use the area mysite.com:8080/manage for a little while, and then the process would be killed. i.e I'd have to keep typing "./start &" every few minutes to be able to continue doing the tutorial.
I found some info that says that I should change the port from 8080 (I'm running cpanel under that port anyways), so I changed it to 9080 as suggested. However, the problem still exists.
Can anyone tell me how to fix this problem? (See my shell record below)
Thanks *so* much, Rachel
bash$ ./start & ------ 2002-03-29T23:41:16 INFO(0) ZODB Opening database for mounting: '142013944_1017373373.101104' ------ 2002-03-29T23:41:16 INFO(0) ZODB Mounted database '142013944_1017373373.101104' at /temp_folder ------ 2002-03-29T23:41:17 INFO(0) ZServer HTTP server started at Fri Mar 29 18:41:17 2002 Hostname: rome Port: 9080 ------ 2002-03-29T23:41:17 INFO(0) ZServer FTP server started at Fri Mar 29 18:41:17 2002 Hostname: rome.dnsvault.com Port: 8021 ------ 2002-03-29T23:41:17 INFO(0) ZServer PCGI Server started at Fri Mar 29 18:41:17 2002 Unix socket: /home/cellsite/zope/var/pcgi.soc Killed
_______________________________________________ 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 )
-- Douglas Carnall tel:+44 (0)20 7241 1255 fax:08700 557879 mob:07900 212881 http://www.carnall.org/ dougie@carnall.org -- Douglas Carnall tel:+44 (0)20 7241 1255 fax:08700 557879 mob:07900 212881 http://www.carnall.org/ dougie@carnall.org
On Friday 29 March 2002 04:40 pm, Douglas Carnall wrote:
Assuming you have followed:
http://www.zope.org/Members/mcdonc/HowTos/zopeinstall/ZOPE-INSTALL-HOWTO
the next thing to look at is
http://www.zope.org/Members/jens/docs/newbie_caveats
I think your problem may be to do with the fact that the Zope binaries for Linux ship with the -D (=debug) option in the start script enabled by default. With this enabled, when you close the terminal you started zope in, you stop zope.
If I am right, then this is an FAQ. Each time I answer it, I plaintively wonder aloud why the -D flag would be the default, but I am generally ignored.
because it signifies debug, and thus will present useful error messages to the console which can be used to debug a development setup. a newbie setup going straight into production might have problems with this.... but that seems unlikely. another option is to use nohup -kapil
participants (2)
-
Douglas Carnall -
kapil thangavelu