Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Boot failed because of fuse

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
PascalTurbo
Posts: 2
Joined: 2017-01-30 13:26

Boot failed because of fuse

#1 Post by PascalTurbo »

Hi There,

after a reboot my server won't come up anymore.

The main-message is "Failed to start load kernel modules". After some investigation I found out, that fuse won't come up.

Code: Select all

# modprobe fuse
modprobe: ERROR: could not insert `fuse`: Unknown symbol in module, or unknown parameter (see dmesg)
See https://postimg.org/image/qiibi2cjr/ for a screenshot of dmesg output.

I'm running Kernel 3.16.0-4-amd64 but have also tried 3.2.0-4-amd64

Any suggestions how to get my system up and running again?

Bests
Chris


PascalTurbo
Posts: 2
Joined: 2017-01-30 13:26

Re: Boot failed because of fuse

#3 Post by PascalTurbo »

Am I right that this solution would be to recompile the ext4 module?

I have no Idea where to start. The first question would be: Where to get the source?
And then, as far as I know, I will have to recompile the whole kernel. Right?

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Boot failed because of fuse

#4 Post by debiman »

i don't know.
the error message doesn't seem to be specific, i.e. it looks like it can come up in many different contexts.

i couldn't see anything for the exact error message:
"fuse: Unknown symbol setattr_prepare (err 0)"
try entering that as a search term, with the quotes ... :-(

but take a step back:

- what hardware (pref. with lspci ouput)
- what exactly have you installed - tell us everything, and anything out of the ordinary
- when have you installed and since when does boot fail
- what happened prior to error? i.e. before the last reboot?

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: Boot failed because of fuse

#5 Post by Segfault »

I started rolling my own kernels in 1997, I have to say the only reason I've ever seen for "unknown symbol" error when inserting modules is the offending module is not compiled against running kernel. Either the version does not match or kernel configuration has been changed and kernel rebuilt without rebuilding the modules.
In other words, your kernel and modules are "out of sync".

Post Reply