Since some days (actually from /var/log messages it started on 29/01/ after an upgrade with Rigo), I see, that there is some process writing permanently on my ssd. So, when I start to watch /var/log/messages as root with command:
- Code: Select all
tail -f /var/log/messages
then I see the following:
- Code: Select all
Feb 1 22:37:10 localhost sudo: pam_unix(sudo:auth): conversation failed
Feb 1 22:37:10 localhost sudo: pam_unix(sudo:auth): auth could not identify password for [linuxfluesterer]
Feb 1 22:37:11 localhost sudo: pam_unix(sudo:auth): conversation failed
Feb 1 22:37:10 localhost sudo: pam_unix(sudo:auth): auth could not identify password for [linuxfluesterer]
Feb 1 22:37:11 localhost sudo: pam_unix(sudo:auth): conversation failed
Feb 1 22:37:10 localhost sudo: pam_unix(sudo:auth): auth could not identify password for [linuxfluesterer]
Feb 1 22:37:11 localhost sudo: pam_unix(sudo:auth): conversation failed
Feb 1 22:37:10 localhost sudo: pam_unix(sudo:auth): auth could not identify password for [linuxfluesterer]
Feb 1 22:37:11 localhost sudo: pam_unix(sudo:auth): conversation failed
.
.
.
These messages are repeated about 3 times per second and written into my /var/log/messages file. In between there are thousand of the same messages.
But these messages appear only, when I am logged in into my GUI (KDE 4.9.5). When I leave the GUI session, these messages stop.
So, what can I do to find out is the origin for auth failure? (Which process works in my name as 'sudo')?
And how can I stop it?
As all I remember, I haven't installed a new program or plasmoid...
The only script I launch with a 'sudo', is an rsync script for my backups.
I'd really appreciate your help. Thank you in advance.
-Linuxfluesterer (I love KDE ...)
Core i5, 8GB Ram, 240 GB ssd, NVidia GT630M, with Kernel 3.7.4 and KDE 4.9.5.
