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