(Please, remove the unnecessary notes, including this one.)
output of syslog-ng --version
(Name and version of OS)
Create a debug bundle on your system with the syslog-ng-debun script which is included in the syslog-ng package.
Overwiew of the CLI options of syslog-ng-debun: -r: run actual information gathering -d: run syslog-ng in debug mode -p: perform packet capture -s: do strace -t: timeout period for running debug/pcap/strace -w: wait period before starting debug mode -l: light information gathering (respects privacy) -R: alternate installation directory for syslog-ng
$ syslog-ng-debun -r
(Backtrace, error messages or detailed description of failure comes here.)
(To create debug bundles, use syslog-ng-debun
. Details of its usage can be found on the documentation page)
$ gdb syslog-ng
run
-
start syslog-ng
-
...
$ cat /path/to/syslog-ng.conf
(or gist URL)