Comment 25 for bug 39414

Revision history for this message
rivode (bugs-launchpad-net-rivode) wrote :

These messages can be filtered out of syslog. The basic instructions are here:

http://www.giacintosblog.splinder.com/post/15040472/Ubuntu%3A+Palliativo+per+il+bug+

You need to install syslog-ng, and add to /etc/syslog-ng/syslog-ng.conf:

filter f_bluetooth_error {
    facility(kern) and match("hci_scodata_packet");
};

and change these lines:

filter f_auth { facility(auth, authpriv) and not filter(f_bluetooth_error); };
filter f_syslog { not facility(auth, authpriv) and not filter(f_bluetooth_error); };
filter f_kern { facility(kern) and not filter(f_bluetooth_error); };

It keeps the log lines out of /var/log, but they still show up with dmesg.