OpenPGP card not available

2024-04-08 Thread Dan Fandrich
Running "gpg --card-status" with a configured Yubikey plugged in on an x86_64 Linux machine just gives me these errors when running 2.4.5: gpg: selecting card failed: No such device gpg: OpenPGP card not available: No such device However, leaving everything else the same and just running 2.2.42 (

Re: Can not import private key (Not enough space)

2024-04-08 Thread Moses via Gnupg-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I tried the command you gave and the results are as follows: C:\> gpg-connect-agent -v > getinfo version D 2.4.5 OK > gpgconf -L ERR 67109139 Unknown IPC command I downloaded and installed gpg4win from the official website, and the signature/

Re: Can not import private key (Not enough space)

2024-04-08 Thread Werner Koch via Gnupg-users
Hi! On Mon, 8 Apr 2024 02:38, Moses said: > gpg: key xxx: error sending to agent: Not enough space That is a ENOMEM which is commonly returned for a failed malloc call. Could happen at a lot of places. Try: gpg-connect-agent -v and tehre a command like "getinfo version"