Hello, Oliver. I had the same problem when I moved from Linux to FreeBSD. To fix things, create a file named sysctl.conf in your /etc folder, and put the following line in it: kern.maxfiles=16384 This will ensure that your kernel can handle more open files the next time it boots. To make the change effective immediately, log in as a privileged user and enter: sysctl -w kern.maxfiles=16384 --- Chris -----Original Message----- From: oliver [mailto:oliver@mopa.at] Sent: Wednesday, July 25, 2001 4:07 AM To: zope@zope.org Subject: [Zope] Kernel message hmmm hello guys, i`ve installed zope with pcgi on freebsd 4.3 stable behind a apache server... when i wanna start it i become a kernel message : "file: table is full" how i can solve this problem? and i can`t connect to the zope management: access denied... hmm i had made a file named access with following parameters: admin:xxx and restarted zope but cant`t connect to zope management.. then i made a other file named inituser with user emergencyuser:xxx but nothing happens.. can anyone help me? thanks in advance Oliver Kaufmann