Circa un mese fa ho aggiornato il mio server 16.04 LTS a 18.04.1 LTS. L'aggiornamento è andato bene. Tuttavia, dopo l'aggiornamento, ogni volta che un utente accede, viene visualizzato un messaggio nella dmesg
o sulla console locale (ma non alla sessione SSH dell'utente) che dice:
[890802.820519] Could not find key with description: [HEXSTRING]
[890802.820537] process_request_key_err: No key
[890802.820538] Could not find valid key in user session keyring for sig specified in mount option: [HEXSTRING]
[890802.820557] One or more global auth toks could not properly register; rc = [-2]
[890802.820558] Error parsing options; rc = [-2]
Dopo molto tempo su Google, ho trovato questa domanda correlata e sono riuscito a capire che si tratta di un backup dell'unità domestica dell'utente effettuato quando si è verificato l'aggiornamento.
Devo notare che gli utenti hanno ancora accesso alle loro unità domestiche e non hanno problemi di accesso, questo è solo un messaggio di fastidio che sto cercando di ripulire.
Ho tentato di aggiungere la passphrase al portachiavi utilizzando la risposta accettata nella domanda collegata:
$ /usr/bin/ecryptfs-manager
eCryptfs key management menu
-------------------------------
1. Add passphrase key to keyring
2. Add public key to keyring
3. Generate new public/private keypair
4. Exit
Make selection: 1
Mount-wide passphrase:
Confirm passphrase:
Using the default salt value
That key was already in the keyring.
Quindi, la chiave è già nel portachiavi ma ricevo ancora il messaggio di errore quando un utente accede.
Come posso evitare che si verifichi questa notifica / errore?
/home/.ecryptfs/user/.ecryptfs/Private.sig
?