
6 Apr
2004
6 Apr
'04
2:27 p.m.
2Robert Kehl: Thank you for support! Sorry, yesterday my name was written in cyrillic so you saw it as asterisks. Unfortunately, your advice didn't help. I'm still getting that error. The section of Kernel/System/Log.pm on which error message points 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 $!; } BTW, the packet 'perl-IPC-Signal' is installed on my system. WBR, Andrej