[Zope] Install problems
Chris McDonough
chrism@zope.com
09 Dec 2002 13:52:18 -0500
Zope is starting correctly. See
http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/InstallingZope.stx for information on how to proceed. If you want Zope to start in the background, remove the "-D" switch from the call to z2.py in the "start" script.
- C
On Mon, 2002-12-09 at 13:43, ken wrote:
>
>
>
> This is on RH 7.2, kernel version 2.4.7-10. Today I downloaded and
> installed Zope-2.5.0-linux2-x86 and then did as root in /usr/local/bin/Zope
>
> ./install -p /var/www/cgi-bin/zope -g root -u root
> ./start
>
> After getting the below output, it just hung. Running ./start a second
> time, resulted in the same:
>
> <output>
> ------
> 2002-12-09T17:06:26 INFO(0) ZODB Opening database for mounting:
> '142008640_1039452975.181482'
> ------
> 2002-12-09T17:06:26 INFO(0) ZODB Mounted database
> '142008640_1039452975.181482' at /temp_folder
> ------
> 2002-12-09T17:06:26 INFO(0) ZServer HTTP server started at Mon Dec 9
> 12:06:26 2002
> Hostname: heidegger.mousecar.net
> Port: 8080
> ------
> 2002-12-09T17:06:26 INFO(0) ZServer FTP server started at Mon Dec 9
> 12:06:26 2002
> Hostname: heidegger.mousecar.net
> Port: 8021
>
> Traceback (most recent call last):
> File "/usr/local/bin/Zope/z2.py", line 705, in ?
> asyncore.loop()
> File "/usr/local/bin/Zope/ZServer/medusa/asyncore.py", line 200, in
> loop
> poll_fun (timeout, map)
> File "/usr/local/bin/Zope/ZServer/medusa/asyncore.py", line 79, in
> poll
> r,w,e = select.select (r,w,e, timeout)
> KeyboardInterrupt
> Traceback (most recent call last):
> File "/usr/local/bin/Zope/z2.py", line 474, in ?
> zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid))
> File "/usr/local/bin/Zope/lib/python/zdaemon/Daemon.py", line 79, in
> run
> p,s = os.waitpid(pid, 0)
> </output>
>
> (The "KeyboardInterrupt" above is where I hit ^D to get the prompt
> back.)
>
> What is wrong here?
>
> Any recommendations as to how to proceed?
>
>
> tia,
> ken
>
>
>
> _______________________________________________
> 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 )