Ubuntu 12.04 Keyring broken "signature not found in user keyring perhaps try the

9,388

This happened to me tonight. It happens when you change your user password, but not your encryption passphrase. They are usually in sync.

To fix this, simply run:

ecryptfs-rewrap-passphrase /home/.ecryptfs/$USER/.ecryptfs/wrapped-passphrase

It will prompt you for your old passphrase, then allow you to enter a new one. Then, you will be able to log in normally.

Share:
9,388

Related videos on Youtube

Matthew
Author by

Matthew

Updated on September 18, 2022

Comments

  • Matthew
    Matthew over 1 year

    So, for some reason i cant suddenly log into my main account, so i did alt+ctrl+f1 and saw the message "signature not found in user keyring perhaps try the interactive 'ecryptfs-mount-private'"

    I can log into another account such as root without any issue how would i fix this issue?

  • 谈 超
    谈 超 about 9 years
    For me it worked, but only if the new passphrase was the same as the password I set for the user account.
  • XavierStuvw
    XavierStuvw over 7 years
    ecryptfs-rewrap-passphrase caused me some troubles. See description unix.stackexchange.com/questions/329661 for your consideration