Comment 13 for bug 727220

Revision history for this message
Jesús Diéguez Fernández (jesusdf) wrote : Re: Command "fuse" returned error 1 (with TrueCrypt)

Thanks! This also worked for me!

In 10.04 the current working version is libfuse2_2.8.1-1.1ubuntu2.

I downloaded it from http://launchpadlibrarian.net/38427956/libfuse2_2.8.1-1.1ubuntu2_amd64.deb and installed as you said:

root@ubuntu:/var/cache/apt/archives# wget http://launchpadlibrarian.net/38427956/libfuse2_2.8.1-1.1ubuntu2_amd64.deb
--2011-03-09 22:30:50-- http://launchpadlibrarian.net/38427956/libfuse2_2.8.1-1.1ubuntu2_amd64.deb
Resolviendo launchpadlibrarian.net... 91.189.89.228, 91.189.89.229
Conectando a launchpadlibrarian.net|91.189.89.228|:80... conectado.
Petición HTTP enviada, esperando respuesta... 200 OK
Longitud: 146138 (143K) [application/x-debian-package]
Guardando en: «libfuse2_2.8.1-1.1ubuntu2_amd64.deb»

100%[======================================>] 146.138 130K/s en 1,1s

2011-03-09 22:30:52 (130 KB/s) - «libfuse2_2.8.1-1.1ubuntu2_amd64.deb» guardado [146138/146138]

root@ubuntu:/var/cache/apt/archives# dpkg -i --force-downgrade libfuse2_2.8.1-1.1ubuntu
libfuse2_2.8.1-1.1ubuntu2_amd64.deb libfuse2_2.8.1-1.1ubuntu3.1_amd64.deb
root@getsuga:/var/cache/apt/archives# dpkg -i --force-downgrade libfuse2_2.8.1-1.1ubuntu2_amd64.deb
dpkg: aviso: desactualizando libfuse2 de 2.8.1-1.1ubuntu3.1 a 2.8.1-1.1ubuntu2.
(Leyendo la base de datos ... 00%
448929 ficheros y directorios instalados actualmente.)
Preparando para reemplazar libfuse2 2.8.1-1.1ubuntu3.1 (usando libfuse2_2.8.1-1.1ubuntu2_amd64.deb) ...
Desempaquetando el reemplazo de libfuse2 ...
Configurando libfuse2 (2.8.1-1.1ubuntu2) ...

Procesando disparadores para libc-bin ...
ldconfig deferred processing now taking place
root@ubuntu:/var/cache/apt/archives#

And It works:

root@ubuntu:/var/cache/apt/archives# mount | grep truecrypt
truecrypt on /tmp/.truecrypt_aux_mnt1 type fuse.truecrypt (rw,nosuid,nodev,allow_other)
/dev/mapper/truecrypt1 on /media/truecrypt1 type vfat (rw,uid=1000,gid=1000,umask=077)
root@ubuntu:/var/cache/apt/archives#