
Hi Jim, On Thu, Apr 17, 2003 at 06:04:49PM +0100, Jim Wight wrote:
I've made a completely fresh start with 1.1.0-RC1 on a different machine. It is running the same version of Linux, but I've installed the latest versions of MySQL (4.0.12 v 3.23.55) and Apache (2.0.45 v 2.0.44).
Whenever I access index.pl or customer.pl I get a server error, and the server error log contains the following:
Premature end of script headers: index.pl Died at .../bin/cgi-bin/../../Kernel/System/Log.pm line 61.
Line 61 is the last line of this block:
# ipc stuff # -- if (eval "require IPC::SysV") { $Self->{IPC} = 1; $Self->{SystemID} = $Param{ConfigObject}->Get('SystemID'); $Self->{IPCKey} = "444423$Self->{SystemID}"; $Self->{IPCSize} = 4*1024; # init session data mem $Self->{Key} = shmget($Self->{IPCKey}, $Self->{IPCSize}, 0777 | 0001000) || die $!;
which looks pretty much the same as in 1.0.1
What does it mean is going wrong?
That's strange! You use RH8 right? I can reproduce it. If OTRS is used the first time a shm with id 0 is created and then the "Died at..." error appears. Enter "ipcrm -m 0" (remove shm id 0) and it will work fine. I don't know why this is!
Jim
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson