From: Alex S. <ml...@os...> - 2013-08-03 18:09:17
|
On 08/03/2013 11:14 AM, Ludovic Rousseau wrote: > It may be bug in OpenSC that do not free some PC/SC resources. > > Can you use PC/SC spy and generate a logfile file as documented in [1] > and send it? > To configure the spy with OpenSC you may have to edit /etc/opensc.conf and set: > provider_library = /usr/lib/libpcscspy.so This is now fixed in trunk, by recent commit. Problem was that default driver was trying to detect card and it was busy. PKCS11 plugin from non-OpenSC comptatible card was not trying to open card if it was with "IN USE" flag. Solution was to ignore unknown card in OpenSC with some exceptions. Commit 1a9729 works for me. |