Hi, I am running Zope 2.5.1 on Slackware 8. Whenever a user ftp's into the zope ftp server (running on port 8021) zope dies. Any ideas? Thanks - Dan Jacobs
Make sure all zope output is captured. Run it under screen or use "start > zope.out 2>&1" (bourne shell syntax). Zope, when run in debug mode, prints to the console when it gets an FTP connection. This can cause some funky behavior if its output is closed. This doesn't happen when you run in production mode. And you may have some other problem, of course. But try this first since it's easy.
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Dan Jacobs Sent: Monday, July 22, 2002 11:12 AM To: zope@zope.org Subject: [Zope] crash's when we ftp in.
Hi,
I am running Zope 2.5.1 on Slackware 8. Whenever a user ftp's into the zope ftp server (running on port 8021) zope dies.
Any ideas?
Thanks
- Dan Jacobs
_______________________________________________ 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 )
participants (2)
-
Charlie Reiman -
Dan Jacobs