-
/usr/local/include/boost/archive/detail/interface_iarchive.hpp: In instantiation of ‘Archive& boost::archive::detail::interface_iarchive::operator>>(T&) [with T = boost::archive::tracking_type; Archiv…
-
```
Why the ACR38 smart card reader is not working with eid-viewer? When i use
lsusb and pcsc_scan it detects the card in my Linux box.
See screen shot of eid-viewer not detecting it at all:
http:/…
-
I am using smart card to do authentication, when I switch from user A to user B(A and B are non-root user) via ‘su’ command, I found p11_child’s uids are all 0:
[root@redhat83sc ~]# ps -o uid,gid,e…
-
I was debugging an [OpenSC feature to cope with multiple applets on a single token](https://github.com/OpenSC/OpenSC/pull/1243). Unfortunately the card (i.e. token) hangs while pcscd is expecting a re…
-
In gitlab.freedesktop.org by kostap8 on Oct 19, 2020, 18:13
Link to the original issue: https://gitlab.freedesktop.org/polkit/polkit/-/issues/130
OS:
- centos 8
- fedora 32
My test code (`tpol.c`):
…
-
Chrome does not pickup attached smart card/PIV devices attached and working via the host. Tested on Fedora 38 with a functioning p11-kit, opensc and pcsc daemon. ~~Flatpak might be missing pcsc?~~ Sin…
-
In GitLab by @kostap8 on Oct 19, 2020, 18:13
OS:
- centos 8
- fedora 32
My test code (`tpol.c`):
```
#include
int main(int argc, char *argv[])
{
int i;
for (i = 0; i < 60; i++)
{
PolkitA…
-
In gitlab.freedesktop.org by kostap8 on Oct 19, 2020, 18:13
Link to the original issue: https://gitlab.freedesktop.org/polkit/polkit/-/issues/130
OS:
- centos 8
- fedora 32
My test code (`tpol.c`):
…
-
with commit 742bc61fbe38ed11af6b48408cb5e3e78053cb79
and pcsc-lite-devel-1.8.26-1.fc31.x86_64 on fedora 31
$ ykman info
Device type: YubiKey 4
Firmware version: 4.3.7
Enabled USB interfaces: FI…
-
Update: From what I understand, based on comments below, xrdp builds it's own libpcsclite.so but the real library supports letting an environment variable (PCSCLITE_CSOCK_NAME) point back at xrdp whic…