Actions
Bug #2909
closedsegfault on logrotation when the files cannot be opened
Affected Versions:
Effort:
Difficulty:
Label:
Description
To trigger this, I use have made following changes in a vanilla suricata.yaml:
run-as: user: emmanuel.roullit group: dev outputs: - eve-log: enabled: yes filetype: regular filename: eve.json rotate-interval: minute
Then I followed this procedure:
$ mkdir logs $ suricata -c suricata.yaml -l logs -i enp0s25 # in a seperate terminal $ sudo chown -R root:root logs $ kill -HUP $(pgrep Suricata)
Updated by Emmanuel Roullit over 5 years ago
Pull request on Github: https://github.com/OISF/suricata/pull/3753
Updated by Victor Julien over 5 years ago
- Status changed from New to Closed
- Target version changed from TBD to 5.0beta1
Actions