Re: New beta

2014-09-23 Thread Werner Koch
On Mon, 22 Sep 2014 21:12, robe...@broadcom.com said: This might be off topic, but the thread mentions Fedora. Can you please tell me how easy it would be to produce a GPG2 stable RPM for Fedora? Currently they only supply GPG1 as an option from Yum. I would really like to get them to produce

smartcards : bad link on howto page

2014-09-23 Thread Philip Jackson
I've finally received my smartcard from Kernel-concepts and I have a USB reader SCT3512 from SCM. I am trying to follow the howto on this page : https://www.gnupg.org/howtos/card-howto/en/smartcard-howto-single.html and I've reached step 2.3.1 CCID The file gnupg-ccid.rules downloaded ok from

help with installing a smartcard

2014-09-23 Thread Philip Jackson
I'm using UbuntuStudio1404. Working from : https://www.gnupg.org/howtos/card-howto/en/smartcard-howto-single.html I completed the steps in 2.3.1 using the section With udev (preferred installation). I took it that the following stuff under the heading With hotplug (deprecated in modern

Re: help with installing a smartcard

2014-09-23 Thread Paulo Lopes
Hi Philip, If ubuntu studio 14.04 is like ubuntu 14.04 this is what i did and works for me, btw this works for me on both ubuntu and gnomeubuntu 14.04 it might stop working with 14.10 since the init system is switching from upstart to systemd: # Install the cardsudo apt-get install gnupg2

help: state machine is DEAD. Reset the card first.

2014-09-23 Thread Paulo Lopes
Hi everyone, For a while i've been using a gnupg card with success and today I tryed to also use it for openid authentication, so i followed the scute documentation and got it to work, until i decided to import the certificate X509 to the card... so i got my pem file and did what was on many

Re: help: state machine is DEAD. Reset the card first.

2014-09-23 Thread Paulo Lopes
so with the reseted card i converted the X509 to der format and imported it, gpg2 did not report any error but my syslog states: [ 4792.299961] xhci_hcd :00:14.0: WARN Event TRB for slot 6 ep 4 with no TDs queued? lots and lots of times Then i thought, it is saved so lets read it...

Re: help: state machine is DEAD. Reset the card first.

2014-09-23 Thread Werner Koch
On Tue, 23 Sep 2014 16:14, pmlo...@gmail.com said: Sep 23 14:34:03 WLT000113 pcscd: openct/proto-t1.c:170:t1_transceive() T=1 state machine is DEAD. Reset the card first. Sep 23 14:34:03 WLT000113 pcscd: ifdwrapper.c:527:IFDTransmit() Card not transacted: 612 card not transacted used to be a

Re: help: state machine is DEAD. Reset the card first.

2014-09-23 Thread Damien Goutte-Gattat
Hi, On 09/23/2014 04:14 PM, Paulo Lopes wrote: so i got my pem file and did what was on many websites: gpg2 --edit-card admin writecert 3 file.crt You must first encode the PEM certificate in DER format: $ openssl x509 -inform PEM -in file.crt -outform DER -out file.der Then you can

Re: New beta

2014-09-23 Thread Jens Lechtenboerger
On 2014-09-18, Werner Koch wrote: To quickly build all required software without installing it, the Speedo method may be used: make -f build-aux/speedo.mk native I get this: --8---cut here---start-8--- autogen.sh: cross compiler kit not installed

RE: New beta

2014-09-23 Thread Bob (Robert) Cavanaugh
Hi Werner, OK, thanks. I was using the wrong yum search string gpg not gnupg. It showed up and I installed it. Looking forward to setting up the beta. Danke! Thanks, Bob Cavanaugh Broadcom Corporation 16340 West Bernardo Drive San Diego CA 92127 Work:858-521-5562 Fax: 858-385-8810

Re: help: state machine is DEAD. Reset the card first.

2014-09-23 Thread Werner Koch
On Tue, 23 Sep 2014 17:31, pmlo...@gmail.com said: gpg (GnuPG) 2.0.22 I case your certificate (DER format) is larger than 1024 bytes, you are affected by this bug: Date: Fri Jul 18 18:22:26 2014 +0200 scd: Allow for certificates 1024 with PC/SC. * scd/pcsc-wrapper.c

RE: help: state machine is DEAD. Reset the card first.

2014-09-23 Thread pmlopes
I just reseted the card, i will load the keys again and see how it goes, btw i am using 2.0.22, is that too old? My main issue with this is that everything has been working fine until i imported de certificate, now even gpg agent fails to do ssh authentication, which has been working fine for

Re: New beta

2014-09-23 Thread Werner Koch
On Tue, 23 Sep 2014 17:29, lech...@wi.uni-muenster.de said: make -f build-aux/speedo.mk native I get this: autogen.sh: cross compiler kit not installed You seem to be building for Windows but I wonder how you did this given that TARGETOS=native WHAT=release WITH_GUI=0 all TARGETOS is