Nick Khamis a écrit :
> Hey Xavier,
> 
> I do appologize for the two messages, it will not happen again. When
> issuing a "find /lib/modules/`uname -r` -name ip_vs*.ko" I see only
> 
<snip>

Ok so, under Networking support -> Networking options -> Network packet
filtering support (Netfilter), you enabled <M> IP virtual server support, then,
under <M> IP virtual server support, you said earlier that you enabled :

  [*]   TCP load balancing support

  [*]   UDP load balancing support

but, you're looking for ip_vs_* modules, so it seems you did not enabled theses
items :

        *** IPVS scheduler ***
  <M>   round-robin scheduling (which is ip_vs_rr.ko)
  <M>   weighted round-robin scheduling (which is ip_vs_wrr.ko)
  <M>   least-connection scheduling (which is ip_vs_lc.ko)
  <M>   weighted least-connection scheduling (which is ip_vs_wlc.ko)
  <M>   locality-based least-connection scheduling (which is ip_vs_lblc.ko)
  <M>   locality-based least-connection with replication scheduling (which is
ip_vs_lblcr.ko)
  <M>   destination hashing scheduling (which is ip_vs_dh.ko)
  <M>   source hashing scheduling (which is ip_vs_sh.ko)
  <M>   shortest expected delay scheduling (which is ip_vs_sed.ko)
  <M>   never queue scheduling (which is ip_vs_nq.ko)
        *** IPVS application helper ***
  <M>   FTP protocol helper (which is ip_vs_ftp.ko)

did you ? And, yes, next time you are looking for something in the kernel
config, please do a search using menuconfig (simply issue make menuconfig in the
kernel tree, and when the menu shows up, then use the '/' key, and enter the
<name> of the CONFIG_ item you're looking for)

HTH.

> Thanks in Advanced,
> Ninus


-- 
      Xavier Parizet
YaGB :   http://gentooist.com
GPG  :    C7DC B10E FC21 63BE
B453 D239 F6E6 DF65 1569 91BF


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to