"netstat -n -a" will tell you if there is something LISTENING on that port. Try it before you start zope, the port may already be busy. If not, try it after and make sure it is listening. I'm pretty sure Zope makes it abundantly clear on startup if it can or can't get the ports it wants. There is also a bug with zope and ftp that you may be running into. If you run in debug mode, zope prints to the console when it gets an incoming connection. If stdout is not dumped someplace (a file, tty, or /dev/null), zope will hang. The work around is to put stdout someplace useful or run in production mode. You might also want to try another ftp client. HTH, Charlie
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of beno Sent: Tuesday, October 01, 2002 8:14 AM To: zope@zope.org Subject: [Zope] Port 8021 Malfunction
Hi; Easy question to answer: I can't connect via port 8021, even when I reboot Zope. How do I trouble-shoot this? Using RH72. TIA, beno