You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just leaving some notes here in case it's helpful for someone.
After upgrading my system from Fedora 40 to Fedora 41 (Kinoite) I couldn't open my tombs. I use pass-tomb in an Ubuntu distrobox.
pass open -v produced the following error:
...
. tomb . This tomb is a valid LUKS encrypted device.
. tomb . Cipher is "aes" mode "xts-plain64" hash "sha512"
. tomb [E] No valid password supplied.
[x] Error: Unable to open the password tomb.
Not sure why this started after the upgrade, but it seems to be related to tty for gpg.
Entering into the distrobox and running export GPG_TTY=$(tty) before opening the tomb made pass open finally work.
The text was updated successfully, but these errors were encountered:
Just leaving some notes here in case it's helpful for someone.
After upgrading my system from Fedora 40 to Fedora 41 (Kinoite) I couldn't open my tombs. I use pass-tomb in an Ubuntu distrobox.
pass open -v
produced the following error:Not sure why this started after the upgrade, but it seems to be related to tty for gpg.
Entering into the distrobox and running
export GPG_TTY=$(tty)
before opening the tomb madepass open
finally work.The text was updated successfully, but these errors were encountered: