Closed ne-vlezay80 closed 1 year ago
Edit: Never mind, this is all wrong. Scroll down, please
~Jool is three modules: jool.ko
, jool_siit.ko
and jool_common.ko
. The latter is a dependency of the two former ones.~
~Those error messages mean that your kernel is missing jool_common.ko
.~
~I don't know how you're registering the modules on the kernel, but if you're doing something like~
sudo modprobe jool_siit
~Try registering jool_common.ko
first:~
sudo modprobe jool_common
sudo modprobe jool_siit
It seems your Jool modules were not compiled for the right kernel version.
How did you compile or install Jool?
It seems your Jool modules were not compiled for the right kernel version.
How did you compile or install Jool?
Install from:
apk add jool-tools
modules from repositorry.
the fixed after
apk update && apk upgrade
Can this be closed?
I'm going to assume this is fixed; closing for now.
Distribution: alpine linux 3.16