DelTurbo1 0 Posted February 17, 2022 Hi, in OverbyteIcsSysLogServer.pas is a little error. Example: Debian send <30>Feb 15 17:46:02 mailserver /etc/mysql/debian-start[826]: Triggering myisam-recover for all MyISAM tables and aria-recover for all Aria tables then crashed the application. I have changed the line 209 in OverbyteIcsSysLogServer.pas From: (RawMessage[Index] = '_') To: (RawMessage[Index] = '_') or (RawMessage[Index] = '/') Share this post Link to post
Angus Robertson 574 Posted February 17, 2022 Thanks, not sure why the content checking is so strict, but added your fix to my copy, will be in SVN with the next batch of updates next week. Angus Share this post Link to post