Question
Can't seem to load fuse module
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×ERROR: could not insert 'fuse': Unknown symbol in module, or unknown parameter (see dmesg) >> fuse: Unknown symbol nosteal_pipe_buf_ops (err 0)Kernel Info: 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux have rebooted and power cycled machine. We use s3ql to mount google cloud storage for backups -- so it's a pretty big deal to have this broken w/ machines filling up their disk space.
I was not aware of the fact that you can change the kernel in the Droplet control.
With “Debian 7.0 x64 vmlinuz-3.2.0-4-amd64 (3.2.57-3+deb7u2)” it finally works.
I’ve had this a couple of times, and its easy to fix (at least in debian 7 ( wheezy ) )
1) log into the digital ocean control panel
2) go to the droplet that has this issue.
3) go to settings, then kernel
4) change it to the latest kernel. i.e. for me its: * Debian 7.0 x64 vmlinuz-3.2.0-4-amd64 (3.2.60-1+deb7u3)
5) power down your droplet
6) power up.
then if you do modprobe fuse from the cmd line, there shouldnt be an error
I still have the problem, i updated the kernel, but no change. Got any advice?