After the latest EOS update, Cryptomator is crashing. Cannot update or reinstall

yay -R cryptomator-bin
yay -S cryptomator-bin

:: (1/1) Parsing SRCINFO: cryptomator-bin
gpg: Note: database_open 134217901 waiting for lock (held by 3020) …
gpg: Note: database_open 134217901 waiting for lock (held by 3020) …
gpg: keydb_search failed: Connection timed out
gpg: error reading key: Connection timed out

This is after I uninstalled Cryptomator. If i try to install using the Arch64 image from the Cryptomator website, it says execvp: Exec format error

Plasma is on encrypted ext4

I do not know about you but I changed my hostname two days ago. Since then, without seeing any relationship, I have been having quite a few warnings about pgp and later realized I also could not install packages which require installing pgp keys.

gpg: Note: database_open 134217901 waiting for lock (held by 217818)

After trying dozens of commands from old forums and deleting a directory I probably should not have, I stumbled on this :
https://dev.gnupg.org/T6838

I just ran :

gpgconf --unlock pubring.db

Which told me something I already knew (locked by the folowing pid) but at least I was on the right track.

gpgconf: release_dotlock: not our lock (pid=217818)

Then I ran this command which fixed everything !

gpgconf --kill keyboxd
1 Like