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:[EMAIL PROTECTED]
Sendt: 14. februar 2006 18:45
Til: [email protected]
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/
_______________________________________________
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/

Reply via email to