On 09/08/2009 08:14 PM, Nick Khamis wrote:
I have included in my kenrel configuration the following:
<M> IP virtual server support
-> [*] TCP load balancing
-> [*] UDP load balancing
I have added to /etc/modules.autoload.d/kernel-2.6 the follwing
#lvs
ip_vs
ip_vs_rr
ip_vs_wrr
ip_vs_lc
ip_vs_wlc
ip_vs_lblc
ip_vs_lblcr
ip_vs_dh
ip_vs_sh
ip_vs_sed
ip_vs_nq
ip_vs_ftp
When I modprobe any of them I recieve module not found.
Normally the 'make install modules_install' step runs depmod automatically,
but if you install your kernel some other way maybe depmod is omitted.
Anyway, try running depmod from a command prompt and see what happens.