Modules busted all of a sudden

So I run this vpn software called Hamachi. It's really awesome. Anyway, it requires the tun_tap module. I had it working just fine, no problems. All of a sudden today it is broken on my Linode. Still works just fine everywhere else. I tried to turn it back on, but /dev/net/tun is missing.

Now, if I try to do any module-related activities such as depmod, lsmod, modprobe, etc. it says
> QW_MODULES: Function not implemented
What happened?

1 Reply

modules are not "busted." the linodes kernels do not and never have supported modules.

@Apreche:

So I run this vpn software called Hamachi. It's really awesome. Anyway, it requires the tun_tap module. I had it working just fine, no problems. All of a sudden today it is broken on my Linode. Still works just fine everywhere else. I tried to turn it back on, but /dev/net/tun is missing.

you need to create the /dev/net/tun device file, but you do not need to load any kernel modules. the linode kernel has the TUN/TAP driver statically compiled.

> Now, if I try to do any module-related activities such as depmod, lsmod, modprobe, etc. it says

> QW_MODULES: Function not implemented
What happened?

that is normal for a static kernel which does not support modules.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct