Ecryptfs Erro de retorno no Ubuntu 18.04

0

Quando instalei os ecrypts após a instalação, como descrito aqui: link tudo funcionou bem no Ubuntu 16.04 até 17.10. Quando eu faço a mesma coisa no Ubuntu 18.04, isso não funciona mais.

Eu tenho um usuário admin que executa o seguinte:

sudo adduser mytest
sudo ecryptfs-migrate-home -u mytest

O segundo comando retorna:

INFO:  Checking disk space, this may take a few moments.  Please be patient.
INFO:  Checking for open files in /home/mytest
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1001/gvfs
      Output information may be incomplete.
Enter your login passphrase [mytest]: 

************************************************************************
YOU SHOULD RECORD YOUR MOUNT PASSPHRASE AND STORE IT IN A SAFE LOCATION.
  ecryptfs-unwrap-passphrase ~/.ecryptfs/wrapped-passphrase
THIS WILL BE REQUIRED IF YOU NEED TO RECOVER YOUR DATA AT A LATER TIME.
************************************************************************


Done configuring.

chown: Zugriff auf '/dev/shm/.ecryptfs-mytest' nicht möglich: Datei oder Verzeichnis nicht gefunden
INFO:  Encrypted home has been set up, encrypting files now...this may take a while.
sending incremental file list
./
.bash_logout
            220 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=2/4)
.bashrc
          3,771 100%    3.60MB/s    0:00:00 (xfr#2, to-chk=1/4)
.profile
            807 100%  788.09kB/s    0:00:00 (xfr#3, to-chk=0/4)
Could not unlink the key(s) from your keying. Please use 'keyctl unlink' if you wish to remove the key(s). Proceeding with umount.

========================================================================
Some Important Notes!

 1. The file encryption appears to have completed successfully, however,
    mytest MUST LOGIN IMMEDIATELY, _BEFORE_THE_NEXT_REBOOT_,
    TO COMPLETE THE MIGRATION!!!

 2. If mytest can log in and read and write their files, then the migration is complete,
    and you should remove /home/mytest.xV7hjQyx.
    Otherwise, restore /home/mytest.xV7hjQyx back to /home/mytest.

 3. mytest should also run 'ecryptfs-unwrap-passphrase' and record
    their randomly generated mount passphrase as soon as possible.

 4. To ensure the integrity of all encrypted data on this system, you
    should also encrypt swap space with 'ecryptfs-setup-swap'.
========================================================================

Depois, o primeiro login sem reinicialização funciona, mas depois de uma reinicialização, eu não consigo mais logar.

Se eu tentar entrar, a tela congela. Eu posso voltar a fazer o login com Ctrl + Alt + F1, mas não é possível terminar o processo de login.

Eu vou o erro chown: Zugriff auf '/dev/shm/.ecryptfs-mytest' nicht möglich está de alguma forma relacionado ao problema, mas eu não tenho idéia de como superar isso. Eu já estou logado como um usuário diferente, então sugestões como em Ubuntu 14.04.1 criptografar o diretório inicial infelizmente não funciona.

Este é um problema conhecido ou existe uma solução / solução para isso?

    
por David Georg Reichelt 02.05.2018 / 16:08

0 respostas