Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: zbs888 on December 29, 2021, 04:24:03 AM
-
Dear sir,i can run 'modprobe ip_vs' to load the module.
But where is the ip_vs module in tinycode?
-
Ref: http://tinycorelinux.net/12.x/x86_64/release/src/kernel/config-5.10.3-tinycore64:
# CONFIG_IP_VS is not set
i.e. the module was not compiled.
-
Thanks for your replay ,sir.
I'll try to compile the module
-
Ref: http://tinycorelinux.net/12.x/x86_64/release/src/kernel/config-5.10.3-tinycore64: # CONFIG_IP_VS is not set
i.e. the module was not compiled.
Dear sir,i using the .config to add module ip_vs ,make modules,make modules_install
Copy the new ip_vs folder to /usr/local/lib/modules/5.4.3-tinycore64/kernel/net/netfilter/ipvs ,depmod
Then modprobe ip_vs ,i got the a lot of kernel panic error.
LIke 'invalid opcode: 0000 [#1] SMP NOPTI',COMM is snmpd,curl and so on.
Why this happens.Complie the new modules and add to the modules folder ,is something step i miss?