We recently installed Zope 2.6.1 on a RH Linux 7.2 server. When we attempt to start Zope on this server, we get the following message: ------ 2003-08-25T16:07:40 INFO(0) zdaemon Started subprocess: pid 5635 ------ 2003-08-25T16:07:43 INFO(0) ZODB Opening database for mounting: '144205064_1059403198.767560' ------ 2003-08-25T16:07:43 INFO(0) ZODB Mounted database '144205064_1059403198.767560' at /temp_folder ------ 2003-08-25T16:07:43 INFO(0) ZServer HTTP server started at Mon Aug 25 16:07:43 2003 Hostname: xxxxxxxx Port: 8080 ------ 2003-08-25T16:07:43 INFO(0) ZServer FTP server started at Mon Aug 25 16:07:43 2003 Hostname: xxxxxxxx Port: 8021 ------ 2003-08-25T16:07:43 PANIC(300) z2 Startup exception Traceback (innermost last): File /local/home/Zope-2.6.1-linux2-x86/z2.py, line 748, in ? File /local/home/Zope-2.6.1-linux2-x86/ZServer/PCGIServer.py, line 273, in __init__ File /local/home/Zope-2.6.1-linux2-x86/ZServer/PCGIServer.py, line 287, in create_socket File /local/home/Zope-2.6.1-linux2-x86/ZServer/medusa/asyncore.py, line 254, in create_socket error: (12, 'Cannot allocate memory') [root@app]/etc/rc.d/rc3.d# Can anyone point us in the direction to fix this? Thanks