Stephan Eicher
Stephan Eicher
Quick & dirty workaround for debian bullseye: ``` # sqlite3 /var/lib/rasdaemon/ras-mc_event.db CREATE TABLE devlink_event (id INTEGER PRIMARY KEY, timestamp TEXT, bus_name TEXT, dev_name TEXT, driver_name TEXT, reporter_name TEXT, msg TEXT);...
We also experience segfaults. Currently we check if it's related to having xdebug and blackfire. Any chance that you also run other debugging extensions?
+1 for 1. which probably solves the problem. Today all our development / integration maschines failed at automatic upgrade to 6.6.0 because of this problem.
We use filebeat 7.x modules just fine by https://github.com/pcfens/puppet-filebeat/blob/master/manifests/init.pp#L117 e.g.: ``` filebeat::modules: mysql: error: enabled: true var.paths: - /var/log/mysql/error.log slowlog: enabled: true var.paths: - /var/log/mysql/slow.log nginx: access: enabled: true error:...