Gentoo Archives: gentoo-user

From: Nick Khamis <symack@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Gentoo LVS
Date: Wed, 09 Sep 2009 22:02:17
Message-Id: 46d08bd30909091502g1c44f1cfgf90be709694281e6@mail.gmail.com
1 Hello everyone I am having problems with using LVS in Gentoo, I needed the
2 following modules built into the kernel:
3 ip_vs
4 ip_vs_rr
5 ip_vs_wrr
6 ip_vs_lc
7 ip_vs_wlc
8 ip_vs_lblc
9 ip_vs_lblcr
10 ip_vs_dh
11 ip_vs_sh
12 ip_vs_sed
13 ip_vs_nq
14 ip_vs_ftp
15
16
17 How I recompile the kernel is select the module that I need
18
19 <M> IP virtual server support
20 >> -> [*] TCP load balancing
21 >> -> [*] UDP load balancing
22 >>
23 > then do a make followed by a make modules_install.
24
25 ip_vs is in my list of modules (the only ip_vs*) and does not return an
26 error when I modprobe it but these are not there:
27
28 #lvs
29 ip_vs
30 ip_vs_rr
31 ip_vs_wrr
32 ip_vs_lc
33 ip_vs_wlc
34 ip_vs_lblc
35 ip_vs_lblcr
36 ip_vs_dh
37 ip_vs_sh
38 ip_vs_sed
39 ip_vs_nq
40 ip_vs_ftp
41
42
43 I am using kernel 2.6.30r5
44
45 Thanks for you Help,
46 Ninus.

Replies

Subject Author
Re: [gentoo-user] Gentoo LVS Xavier Parizet <xav@×××××××××.com>