* [gentoo-user] Where are the following LVS kernel modules
@ 2009-09-09 3:14 Nick Khamis
2009-09-09 3:26 ` Albert Hopkins
2009-09-09 11:39 ` [gentoo-user] " walt
0 siblings, 2 replies; 6+ messages in thread
From: Nick Khamis @ 2009-09-09 3:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 494 bytes --]
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.
What am I doing wrong.
Your help is greatly apprecated,
Thanks In Advanced,
Ninus.
[-- Attachment #2: Type: text/html, Size: 682 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Where are the following LVS kernel modules
2009-09-09 3:14 [gentoo-user] Where are the following LVS kernel modules Nick Khamis
@ 2009-09-09 3:26 ` Albert Hopkins
2009-09-09 11:39 ` [gentoo-user] " walt
1 sibling, 0 replies; 6+ messages in thread
From: Albert Hopkins @ 2009-09-09 3:26 UTC (permalink / raw
To: gentoo-user
On Wed, 2009-09-09 at 03:14 +0000, 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.
>
> What am I doing wrong.
$ find /lib/modules/`uname -r` -name ip_vs*.ko
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-user] Re: Where are the following LVS kernel modules
2009-09-09 3:14 [gentoo-user] Where are the following LVS kernel modules Nick Khamis
2009-09-09 3:26 ` Albert Hopkins
@ 2009-09-09 11:39 ` walt
2009-09-09 12:08 ` Nick Khamis
1 sibling, 1 reply; 6+ messages in thread
From: walt @ 2009-09-09 11:39 UTC (permalink / raw
To: gentoo-user
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.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-09-10 2:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 3:14 [gentoo-user] Where are the following LVS kernel modules Nick Khamis
2009-09-09 3:26 ` Albert Hopkins
2009-09-09 11:39 ` [gentoo-user] " walt
2009-09-09 12:08 ` Nick Khamis
2009-09-10 2:35 ` Nick Khamis
2009-09-10 2:43 ` Nick Khamis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox