User Details
User Details
- User Since
- Mar 27 2017, 4:49 PM (399 w, 5 d)
- Availability
- Available
Nov 23 2020
Nov 23 2020
goeran added a comment to T5080: Gpg-agent gets confused when a homedir is moved.
Killing the daemon using gpgconf is fine if you are aware you need to do it. We weren't, and I suspect few other users would be either.
Nov 4 2020
Nov 4 2020
goeran added a comment to T5080: Gpg-agent gets confused when a homedir is moved.
I'm pretty sure what happens, but apparently I haven't been able to explain it clear enough. To reproduce you can do like this:
- On an old machine having GnuPG version 1, e.g. Red Hat Enterprise 5:
- gpg --homedir $PWD/homedir --gen-key
- tar cf homedir.tar homedir/pubring.gpg homedir/secring.gpg
- On a more modern machine having GnuPG version 2, e.g. Red Hat Enterprise 8:
- tar xf homedir.tar
- touch apa bepa
- gpg --homedir $PWD/homedir --sign apa # Does the migration, and signs "apa"
- mv homedir homedir.moved # Don't remove, just move
- tar xf homedir.tar
- gpg --homedir $PWD/homedir --sign bepa # This will fail as explaine in point 5 of the initial description
Sep 22 2020
Sep 22 2020
goeran updated the task description for T5080: Gpg-agent gets confused when a homedir is moved.
May 7 2007
May 7 2007
goeran added a comment to T795: gpg2/pinentry fails in non-UTF-8 locale.
Neither gtk nor qt, I'm trying to run the curses version. (Would it help if I
tried the gtk and/or qt version?)
May 5 2007
May 5 2007
goeran set Version to pinentry 0.7.2 on T795: gpg2/pinentry fails in non-UTF-8 locale.