Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Where are the following LVS kernel modules
Date: Wed, 09 Sep 2009 03:26:24
Message-Id: 1252466781.5546.0.camel@blackwidow.nbk
In Reply to: [gentoo-user] Where are the following LVS kernel modules by Nick Khamis
1 On Wed, 2009-09-09 at 03:14 +0000, Nick Khamis wrote:
2 > I have included in my kenrel configuration the following:
3 > <M> IP virtual server support
4 > -> [*] TCP load balancing
5 > -> [*] UDP load balancing
6 >
7 >
8 > I have added to /etc/modules.autoload.d/kernel-2.6 the follwing
9 > #lvs
10 > ip_vs
11 > ip_vs_rr
12 > ip_vs_wrr
13 > ip_vs_lc
14 > ip_vs_wlc
15 > ip_vs_lblc
16 > ip_vs_lblcr
17 > ip_vs_dh
18 > ip_vs_sh
19 > ip_vs_sed
20 > ip_vs_nq
21 > ip_vs_ftp
22 > When I modprobe any of them I recieve module not found.
23 >
24 > What am I doing wrong.
25
26 $ find /lib/modules/`uname -r` -name ip_vs*.ko