tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

qdigidocclient does not run (Ubuntu 10.04) #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open console
2. type qdigidocclient
3. press enter

What is the expected output? What do you see instead?
I expected, that qdigidocclient GUI will be opened
But I see the message: Illegal instruction
Does not matter if card reader with ID-card is connected to computer or not.

What version of the product are you using? On what operating system?
Installed at 29.08.2010

Please provide any additional information below.
I followed the installing instructions at 
http://code.google.com/p/esteid/wiki/Ubuntu and also 
http://ideelabor.ee/opensource/wiki/IdKaardiTarkvara/UbuntuLinux
OS: Ubuntu 10.04.1 LTS, 32-bit
Kernel: 2.6.32-24-generic

$ openssl version
OpenSSL 0.9.8k 25 Mar 2009

ID-kaardi haldusvahendi versioon: 0.1.0.2878
Operatsioonisüsteem: Ubuntu 10.04.1 LTS (32)

Teegi otsing: /usr/lib/qt4/plugins;/usr/bin
Teegid
pcsclite (/lib/libpcsclite.so.1.0.0)
ssl - viga versiooniinfo lugemisel
crypto - viga versiooniinfo lugemisel
opensc-pkcs11 (/usr/lib/opensc-pkcs11.so)
QT (4.6.2)

PCSC teenuse staatus: Töötab

Kaardilugejad
* OmniKey CardMan 1021 00 00

Original issue reported on code.google.com by edmund.l...@gmail.com on 29 Aug 2010 at 6:58

GoogleCodeExporter commented 9 years ago
This issue should be critical, because qdigidocclient won't start. If you could 
change the status, I would be thankful:)

But at the same time qdigidoccrypto WILL start!

At the same time opensc-tool -l will correctly list the reader and pkcs15-tool 
-c will correctly list PIN1 and PIN2 certificates.

Authentication and digital signing in Firefox did NOT succeeded in eesti.ee and 
digidoc.sk.ee

Then I removed packages:
sudo apt-get remove --purge qdigidoc qesteidutil mozilla-esteid 
thunderbird-esteid openoffice.org-digidoc

...and then used 
http://viki.pingviin.org/ID-kaardi_tarkvara_automaatne_seadistamine
It did install again the same packages back BUT then also the authentication 
and digital signing in Firefox succeeded in eesti.ee and digidoc.sk.ee

So - currently client can give digital signature in web-based environment but 
not in DigiDoc3 Client at PC.

Original comment by edmund.l...@gmail.com on 29 Aug 2010 at 8:54

GoogleCodeExporter commented 9 years ago
Tested this in Ubuntu 10.04-32 myself, too.
It worked fine when I used only the instructions from 
http://code.google.com/p/esteid/wiki/Ubuntu. 

Let's try to find out what's the problem here. To do that, I need you to write 
the following lines to terminal one by one and copy-paste the results here:
dpkg-query -l qdigidoc
dpkg-query -l libdigidoc2
dpkg-query -l libdigidocpp0
dpkg-query -l *opensc*

The result to the first line should be like this: 
ii  qdigidoc                 0.3.0-38svnr2935.10.04   Qt based Digidoc client

If you don't see the "10.04"  in the end of the version, please make your 
terminal window  bigger and retype the line.

Original comment by erkko.kb@gmail.com on 30 Aug 2010 at 7:54

GoogleCodeExporter commented 9 years ago
I have similar problem - exatly as described above. The result of executing the 
commands above yields.

dpkg-query -l qdigidoc
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nimi           Versioon       Kirjeldus
+++-==============-==============-============================================
ii  qdigidoc       0.4.0-0esteid1 Qt based Digidoc client
merike@merike-desktop:~$ dpkg-query -l libdigidoc2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nimi           Versioon       Kirjeldus
+++-==============-==============-============================================
ii  libdigidoc2    2.7.0-0esteid1 old digidoc library
merike@merike-desktop:~$ dpkg-query -l libdigidocpp0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nimi           Versioon       Kirjeldus
+++-==============-==============-============================================
ii  libdigidocpp0  0.3.0-0esteid3 BDoc C++ library
merike@merike-desktop:~$ dpkg-query -l *opensc*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Nimi           Versioon       Kirjeldus
+++-==============-==============-============================================
un  libopensc2     <puudub>       (kirjeldus pole saadaval)
ii  libopensc3     0.12.0-1~estei SmartCard library with support for PKCS#15 c
ii  opensc         0.12.0-1~estei SmartCard utilities with support for PKCS#15

Original comment by jaanus.f...@gmail.com on 30 Oct 2010 at 1:33