Hello All,
I recently noticed that logging stopped working (and the last changes were only in Firewall Aliases or the Proxy) and I need your assistance to debug it.
Could it be related to the latest update (20.7.4) ?
I have restarted syslog-ng service serveral times and I also rebooted the system , yet no logs are generated in many files - especially in system.log
When I restart syslog-ng I got the following:
Starting syslog_ng.
[2020-11-19T07:03:07.684086] Connection failed; fd='21', server='AF_UNIX(/var/run/legacy_log)', local='AF_UNIX(anonymous)', error='Connection refused (61)'
[2020-11-19T07:03:07.684122] Initiating connection failed, reconnecting; time_reopen='60'
So far I haven't touched any of the configuration files of syslog-ng.
Any ideas ?
I just did a reset of the log files (UI -> Settings -> Logging -> Reset Log Files) and it seems that the logs are back working.
Yet, rsyslogd is coredumping:
```
Nov 19 22:24:48 firewall1 kernel: pid 69361 (syslogd), jid 0, uid 0: exited on signal 11 (core dumped)
Nov 19 22:24:48 firewall1 kernel: pid 38244 (syslogd), jid 0, uid 0: exited on signal 11 (core dumped)
Nov 19 22:24:48 firewall1 kernel: pflog0: promiscuous mode disabled
Nov 19 22:24:48 firewall1 kernel: pflog0: promiscuous mode enabled
Nov 19 22:24:48 firewall1 kernel: pid 94808 (syslogd), jid 0, uid 0: exited on signal 11 (core dumped)
```
Any idea how to fix it ?
Did I set too much Log File Size (Bytes) (currently it's 500001) ?