Não é possível montar o eCryptfs

1

Eu tentei instalar o eCryptfs no meu servidor para abrir um eCryptfs que eu fiz no meu computador pessoal.

Eu tenho esses erros.

$ sudo mount -t ecryptfs /home/(place)/enc/ /home/(place)/enc/

Unable to get the version number of the kernel module. Please make sure that you have the eCryptfs kernel module loaded, you have sysfs mounted, and the sysfs mount point is in /etc/mtab. This is necessary so that the mount helper knows which kernel options are supported.

Make sure that your system is set up to auto-load your filesystem kernel module on mount.

Enabling passphrase-mode only for now.

Unable to link the KEY_SPEC_USER_KEYRING into the KEY_SPEC_SESSION_KEYRING; there is something wrong with your kernel keyring. Did you build key retention support into your kernel?

Eu não tenho ideia do que isso significa. Meu servidor tem o Debian nele. Eu deveria fazer alguma coisa?

    
por Karel Bílek 14.06.2013 / 16:44

3 respostas

1

Parece que o OpenVZ é o problema (novamente). O OpenVZ usa o kernel pai e não posso fazer nada com isso.

    
por 14.06.2013 / 17:33
0

Tente comentar a seguinte linha em /etc/pam.d/sshd

sessionoptional pam_keyinit.so force revoke

se você comentar, novas sessões virtuais devem permitir que o ecryptfs mount funcione. Isso funcionou para mim com sessões de tela. Veja esta postagem .

    
por 07.07.2015 / 22:05
0

É possivelmente porque você estava tentando montar na tela ou no tmux. Veja: link

Tente apenas um login simples no ssh.

    
por 09.03.2016 / 13:38