Hi Oliver, I run lots of "Zope"s on FreeBSD and I've never seen this message prevent Zope from starting. FreeBSD uses a kernel configuration parameter to set the size of the file table. /usr/src/sys/i386/YOURKERNENCONFIGURATIONFILE has a line: maxusers 32 I set mine to 64 (then rebuild/reinstall the kernel). If you are running stable, you know all about building kernels ;->. There are lots of posts about this in the FreeBSD mailing list archives. I've had a lot better luck on FreeBSD with ProxyPass and VirtualHostMonster than the pcgi route.. but pcgi does work, mostly ;->. take care, -steve On Wednesday, July 25, 2001, at 04:07 AM, oliver wrote:
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