[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to debug this fuse problem



Hallo,
* Harry Putnam [Wed, Mar 18 2015, 07:48:54AM]:
> Running `jessie'
> 
> I've been using encfs, drawn from wheeze for months.  But following a
> `full upgrade' I can no longer mount an encfs file system.
> 
> The error message from mount attempt:
> 
> ,----
> | fuse: device not found, try 'modprobe fuse' first
> | fuse failed.  Common problems:
> |  - fuse kernel module not installed (modprobe fuse)
> |  - invalid options -- see usage message
> `----
> 
> Attempting to modprobe fuse gets this error:
> 
> ,----
> | root # modprobe fuse
> | modprobe: ERROR: could not insert 'fuse': Invalid argument

Something is wrong with your modules installation. Run "dmesg" to see
what happened there.
Run "depmod -a" once, it might help if some stupid tool damaged the
module database (I had that "fun" with old dkms before).
Check the installed files (debsums linux-image-3.16.0-4-586)
Reinstall if needed (apt-get --reinstall install linux-image-3.16.0-4-586)

> The upgrade log shows no upgrade for fuse at the last `full-upgrade'
> but does show something happening with the kernel. However, I don't
> understand what it means.
> 
> ,----
> | [UPGRADE] linux-compiler-gcc-4.8-x86:i386 3.16.7-ckt4-3 -> 3.16.7-ckt7-1
> | [UPGRADE] linux-headers-3.16.0-4-586:i386 3.16.7-ckt4-3 -> 3.16.7-ckt7-1
> | [UPGRADE] linux-headers-3.16.0-4-common:i386 3.16.7-ckt4-3 -> 3.16.7-ckt7-1
> | [UPGRADE] linux-image-3.16.0-4-586:i386 3.16.7-ckt4-3 -> 3.16.7-ckt7-1
> | [UPGRADE] linux-libc-dev:i386 3.16.7-ckt4-3 -> 3.16.7-ckt7-1

It's just the kernel from Jessie. See
https://packages.debian.org/jessie/linux-image-3.16.0-4-586

Regards,
Eduard.

-- 
Every great idea is worthless without someone to do the work. --Neil Williams


Reply to: