Было две ошибки. Одну исправил, но что то кажется не верно. Т.к. у меня на домашней тачке эта строчка есть.
Configuration file format is too old, syslog-ng is running in compatibility mode Please update it to use the syslog-ng 3.6 format at your time of convinience, compatibility mode can operate less efficiently in some cases. To upgrade the configuration, please review the warnings about incompatible changes printed by syslog-ng, and once completed change the @version header at the top of the configuration file.;: 2 Time(s)
Как поднять версию 3.2 до 3.6?
Что я сделал, это закоментировал
Код: Выделить всё
#source src { system(); internal(); };
Вместо нее
Код: Выделить всё
source src {
unix-stream("/dev/log");
file("/proc/kmsg");
};