Hide Forgot
Description of problem: PCSCD filling /var/log/messages. Files grow till /var/log is full. Version-Release number of selected component (if applicable): pcsc-lite-ccid-1.4.3-1.fc15.x86_64 pcsc-perl-1.4.10-2.fc15.x86_64 pcsc-tools-1.4.17-2.fc15.x86_64 pcsc-lite-1.7.2-1.fc15.x86_64 pcsc-lite-libs-1.7.2-1.fc15.x86_64 How reproducible: Consistently. Steps to Reproduce: 1. Configured Firefox to use SmartCard for authentication 2. Started pcscd service 3. Excessive logging occurs. Actual results: High number of messages being sent from pcscd to /var/log/messages Expected results: PCSCD would only log to /var/log/messages for pertinent information. Additional info: --- /var/log/messages May 24 16:54:54 localhost pcscd: winscard.c:290:SCardConnect() Card Not Inserted May 24 16:54:54 localhost pcscd: winscard_svc.c:447:ContextThread() CONNECT rv=0x8010000C for client 4 May 24 16:54:55 localhost pcscd: winscard.c:290:SCardConnect() Card Not Inserted May 24 16:54:55 localhost pcscd: winscard_svc.c:447:ContextThread() CONNECT rv=0x8010000C for client 4 May 24 16:54:56 localhost pcscd: winscard.c:290:SCardConnect() Card Not Inserted May 24 16:54:56 localhost pcscd: winscard_svc.c:447:ContextThread() CONNECT rv=0x8010000C for client 4 May 24 16:54:57 localhost pcscd: winscard.c:290:SCardConnect() Card Not Inserted May 24 16:54:57 localhost pcscd: winscard_svc.c:447:ContextThread() CONNECT rv=0x8010000C for client 4
Thanks Vincent, we'll get this sorted out shortly.
Ludovic: In addition to the log level patch in bug #657658, could you also apply this one? I'll then backport both patches to Fedora. --- winscard.c (revision 5765) +++ winscard.c (working copy) @@ -287,7 +287,7 @@ { if (!(readerState & SCARD_PRESENT)) { - Log1(PCSC_LOG_ERROR, "Card Not Inserted"); + Log1(PCSC_LOG_DEBUG, "Card Not Inserted"); return SCARD_E_NO_SMARTCARD; }
Just on an added side note. When using VMware workstation on Fedora 15 and you present the card reader into the VM the system logs the same errors at an obnoxious level, almost to the point of completely taxing a SSD drive and freezing the system.
(In reply to comment #2) > Ludovic: In addition to the log level patch in bug #657658, could you also > apply this one? I'll then backport both patches to Fedora. Fixed in revision 5766. Thanks
pcsc-lite-1.7.2-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/pcsc-lite-1.7.2-2.fc15
pcsc-lite-1.6.4-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/pcsc-lite-1.6.4-4.fc14
Package pcsc-lite-1.7.2-2.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pcsc-lite-1.7.2-2.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/pcsc-lite-1.7.2-2.fc15 then log in and leave karma (feedback).
pcsc-lite-1.7.2-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
pcsc-lite-1.6.4-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.