Every time a user uses su I get the following error messages in /var/log/messages:
Code:
Nov 23 04:24:55 <REMOVED> abrt[26142]: saved core dump of pid 26141 (/usr/libexec/fprintd) to /var/spool/abrt/ccpp-1322018695-26141.new/coredump (753664 bytes)
Nov 23 04:24:55 <REMOVED> abrtd: Directory 'ccpp-1322018695-26141' creation detected
Nov 23 04:24:55 <REMOVED> abrtd: Crash is in database already (dup of /var/spool/abrt/ccpp-1321472106-28445)
Nov 23 04:24:55 <REMOVED> abrtd: Deleting crash ccpp-1322018695-26141 (dup of ccpp-1321472106-28445), sending dbus signal
Nov 23 05:24:55 <REMOVED> abrt[26295]: saved core dump of pid 26294 (/usr/libexec/fprintd) to /var/spool/abrt/ccpp-1322022295-26294.new/coredump (753664 bytes)
Nov 23 05:24:55 <REMOVED> abrtd: Directory 'ccpp-1322022295-26294' creation detected
I have a few physical servers and a few virtual servers all running RHEL 6.1. All of the servers were installed the same way with the same packages, but I'm only receiving these messages on the virtual servers.
I've searched google, and found a few answers, but nothing I have been able to use. From what I understand the fprintd daemon is used for a fingerprint reader which I have no use for on my virtual servers.
One solution I read on another site stated
Quote:
|
fprintd is a daemon that allows the function of libfprint over DBUS. Which is to support fingerprint scanner authentication. I am assuming that your vm does not have a fingerprint scanner so this is probably not a big deal for you. If you want the errors to quit I would remove fprintd unless you plan to use fingerprint scanning
|
Can someone tell me how to remove fprintd or some other way to get these messages to stop? Thanks in advance
-Jake