Hi again well, I am it seems at a disadvantage not having root access. bash-2.05b$ cd ../ -bash-2.05b$ find -name zopectl -bash-2.05b$ ps-ef|grep python -bash: ps-ef: command not found -bash-2.05b$ killall python but killall python did the trick. maybe zopectl is only in the 2.7.0 release? will ./start & keep the server running after I exit ssh? Thanks Aaron On Fri, 2004-04-23 at 12:13, Jorge de Velasco Oria de Rueda wrote:
Hi El vie, 23-04-2004 a las 10:41, Aaron escribió:
on linux it is usually 'zopectl stop',
Yes Linux sorry.
I am using Zope-2.6.3-linux2-x86 and I gather I need to find zopectl. In the root of Zope is start and stop but zopectl isn't to be found. Is zopectl the process? Also how do I check what is running?
zopectl use to be in your zope instance directory. /zope-instance-directory/bin/zopectl
What is happening is I try starting Zope and I get an error that it can't start on the default port because zope is already running there.
try to do ps-ef|grep python and you'll see the process:
/usr/bin/python /directory-software-zope/lib/python/Zope/Startup/run.py ... if you can stop the process you could kill it ... killall python or kill -9 process
I can start zope with the -w -f switches but I would like more control over whats happening.
Also I access the remote host through ssh. When I run Zope I tie up the ssh command line, I can run it with ./start & but won't Zope die when I log out of ssh?
If you don't find zopectl, you could start zope with
./start &,
but I recommend you using zopectl
Thanks Aaron
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )