
Hi. I had the same problem some time ago; http://bugs.otrs.org/show_bug.cgi?id=465 Think the solution was to remove a leading digit in the IPCKey to make it work - dunno what the current OTRS default value for IPC key is (still running otrs 1.3) Tore H -----Opprinnelig melding----- Fra: Jordan Bracco [mailto:jordan@exmuros.net] Sendt: 14. februar 2006 18:45 Til: otrs@otrs.org Emne: [otrs] IPC problem ? Hello. I have installed a OTRS with apt-get install on Debian Sarge, but I have a problem: "Invalid argument at /usr/share/otrs/bin/cgi-bin/../../Kernel/System/Log.pm line 156." when i'm login. The block of code around line 156 is: # write shm cache log if ($Priority !~ /^debug/i && $Self->{IPC}) { $Priority = lc($Priority); my $Data = localtime().";;$Priority;;$Self->{LogPrefix};;$Subroutine2;;$Line1;;$Message;;\n"; my $String = $Self->GetLog(); shmwrite($Self->{Key}, $Data.$String, 0, $Self->{IPCSize}) || die $!; } return 1; } # -- Thanks :) _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support oder Consulting für Ihr OTRS System? => http://www.otrs.de/

Hi. I tested it, but it's not working :( The attached document in bug 465 return : woop IPCKeyMeta.: 44442110 IPCKey.....: 44442210 metadata...: 23298057 datasize.: 81920 Invalid argument at /etc/otrs/ipctest.pl line 78. When I remove a leading digit, I always have the same problem ... I'm running on debian Sarge with a kernel 2.6.14.6, OTRS 1.3 ... Help me please :D Jordan. Haugland, Tore:
Hi.
I had the same problem some time ago; http://bugs.otrs.org/show_bug.cgi?id=465
Think the solution was to remove a leading digit in the IPCKey to make it work - dunno what the current OTRS default value for IPC key is (still running otrs 1.3)
Tore H
-----Opprinnelig melding----- Fra: Jordan Bracco [mailto:jordan@exmuros.net] Sendt: 14. februar 2006 18:45 Til: otrs@otrs.org Emne: [otrs] IPC problem ?
Hello.
I have installed a OTRS with apt-get install on Debian Sarge, but I have a problem:
"Invalid argument at /usr/share/otrs/bin/cgi-bin/../../Kernel/System/Log.pm line 156."
when i'm login.
The block of code around line 156 is:
# write shm cache log if ($Priority !~ /^debug/i && $Self->{IPC}) { $Priority = lc($Priority); my $Data = localtime().";;$Priority;;$Self->{LogPrefix};;$Subroutine2;;$Line1;;$Message;;\n"; my $String = $Self->GetLog(); shmwrite($Self->{Key}, $Data.$String, 0, $Self->{IPCSize}) || die $!; } return 1; } # --
Thanks :)
_______________________________________________
participants (2)
-
Haugland, Tore
-
Jordan Bracco