Alireza Mortazavi
Alireza Mortazavi
libpcsclite1 is already the newest version (1.8.26-3). here is the log file content ``` {"source":"application","time":"2021-10-08T15:31:43.793Z","level":"info","message":"Starting","timestamp":"2021-10-08T15:31:43.798Z"} {"source":"application","version":"1.8.2","versionChrome":"87.0.4280.141","versionElectron":"11.4.7","versionNode":"12.18.3","level":"info","message":"Application info","timestamp":"2021-10-08T15:31:43.799Z"} {"source":"system","type":"Linux","platform":"linux","arch":"x64","cpus":4,"version":"5.13.0-7614-generic","totalmem":8338821120,"freemem":665067520,"level":"info","message":"System info","timestamp":"2021-10-08T15:31:43.817Z"} {"source":"system","width":1600,"height":900,"level":"info","message":"Screen size","timestamp":"2021-10-08T15:31:44.058Z"} {"source":"l10n","lang":"en","level":"info","message":"Change language","timestamp":"2021-10-08T15:31:44.060Z"} {"source":"ssl-service","status":"valid","level":"info","message":"Get certificate status","timestamp":"2021-10-08T15:31:44.083Z"} {"source":"nss","command":"\"certutil\" -L -d \"sql:/home/user/.mozilla/firefox/1r641hy8.default\"...
Here is the Log after installing libnss3-tools (sudo apt-get install libnss3-tools) ``` {"source":"application","time":"2021-10-11T22:22:46.865Z","level":"info","message":"Starting","timestamp":"2021-10-11T22:22:46.870Z"} {"source":"application","version":"1.8.2","versionChrome":"87.0.4280.141","versionElectron":"11.4.7","versionNode":"12.18.3","level":"info","message":"Application info","timestamp":"2021-10-11T22:22:46.871Z"} {"source":"system","type":"Linux","platform":"linux","arch":"x64","cpus":4,"version":"5.13.0-7614-generic","totalmem":8338837504,"freemem":4388839424,"level":"info","message":"System info","timestamp":"2021-10-11T22:22:46.891Z"} {"source":"system","width":1600,"height":900,"level":"info","message":"Screen size","timestamp":"2021-10-11T22:22:47.096Z"} {"source":"l10n","lang":"en","level":"info","message":"Change language","timestamp":"2021-10-11T22:22:47.097Z"} {"source":"ssl-service","status":"valid","level":"info","message":"Get certificate status","timestamp":"2021-10-11T22:22:47.120Z"} {"source":"nss","command":"\"certutil\" -L -d \"sql:/home/user/.mozilla/firefox/1r641hy8.default\" -h \"all\"","shell":"bash","level":"info","message":"Run...
After installing libpcsclite-dev and pcscd, now it opens without an error and I can access it in Firefox. ``` sudo apt-get install libusb-1.0-0-dev libpcsclite-dev pcscd pcsc-tools ```
On another system, I had to install libnss3-tools to get it working ``` sudo apt-get install libnss3-tools ``` After that, the certutil is available ``` $ which certutil /usr/bin/certutil ```