Talk:PCSC-Lite
From Gentoo Wiki
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using
~~~~
:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC) : A reply [[User:Sally|Sally]] 13:49, 5 November 2024 (UTC) :: Your reply ~~~~
Navigate to first
Issues with coolkey
Talk status
This discussion is still ongoing.
I think something needs to be updated in this process because after emerging app-crypt/coolkey along with dependencies, I had trouble running /etc/init.d/pcscd. I was able to start and detect my smartcard in "debugging" mode (pcscd -a -d -f) when run as root.. This problem has to do with updates to the package where it runs as user 'nobody' instead of as root. --Kodur (talk) 02:03, 7 March 2019 (UTC)
- Although the pcscd ebuild elog states that pcscd is run as
nobody:pcscd
, it's actually run aspcscd:pcscd
. I guess it's just a typo that should be corrected. Try addingEXTRA_OPTS="-ad"
to /etc/conf.d/pcscd and restart pcscd. Then check /var/log/messages for any clues as to why you are having troubles starting pcscd.--BT (talk) 06:08, 7 March 2019 (UTC)