Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gpg: error reading symlink '/proc/curproc/file': No such file or directory

Every time I sign something, it display the next error:

➜  ~ echo "test" | gpg --clearsign
gpg: error reading symlink '/proc/curproc/file': No such file or directory
gpg: using "8D5850D90161A3C94B9985084F40757FE4E85476" as default secret key for signing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

test
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQSNWFDZAWGjyUuZhQhPQHV/5OhUdgUCYXWvIwAKCRBPQHV/5OhU
dgTpAQCvVt1M/nu5lIZ92fDO1FvNG1j/m3jLwuifaat4SqOVbgD+I2+Qu54blco6
4YXzVYyr0xpSJYzh9a2m0WmrG08v4AI=
=LZsF
-----END PGP SIGNATURE-----

My ~/.gnupg/gpg-agent.conf seems in order and it's working properly.

Anyone knows what's going on here?

like image 466
ofou Avatar asked Oct 24 '21 19:10

ofou


2 Answers

According to this bugreport, the error message seems to be a harmless bug introduced in version 2.3.3 on macOS. The report states it can safely be ignored.

like image 182
Tor G Avatar answered Oct 24 '22 10:10

Tor G


The bug is now solved with 2.3.3_1

like image 3
Mike Liu Avatar answered Oct 24 '22 11:10

Mike Liu