public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [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

* Re: [gentoo-user] Re: Where are the following LVS kernel modules
  2009-09-09 11:39 ` [gentoo-user] " walt
@ 2009-09-09 12:08   ` Nick Khamis
  2009-09-10  2:35     ` Nick Khamis
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Khamis @ 2009-09-09 12:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

How I recompile the kernel is select the module that I need

<M> IP virtual server support
>>             -> [*] TCP load balancing
>>             -> [*] UDP load balancing
>>
> then do a make followed by a make modules_install.

ip_vs is in my list of modules (the only ip_vs*) and does not return an
error when I modprobe it but these are not there:

#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


I am using kernel 2.6.30r5

Thanks for you Help,
Ninus.

[-- Attachment #2: Type: text/html, Size: 1005 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Where are the following LVS kernel modules
  2009-09-09 12:08   ` Nick Khamis
@ 2009-09-10  2:35     ` Nick Khamis
  2009-09-10  2:43       ` Nick Khamis
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Khamis @ 2009-09-10  2:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

Hey Albert,

When issuing a "find /lib/modules/`uname -r` -name ip_vs*.ko" I see only

"/lib/modules/2.6.30-gentoo-r6/kernel/net/netfilter/ip_vs.ko"

I do not see the rest

#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

Thanks in Advanced,
Ninus

[-- Attachment #2: Type: text/html, Size: 427 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Re: Where are the following LVS kernel modules
  2009-09-10  2:35     ` Nick Khamis
@ 2009-09-10  2:43       ` Nick Khamis
  0 siblings, 0 replies; 6+ messages in thread
From: Nick Khamis @ 2009-09-10  2:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

Hey Walt,

I build the kernel via:

make menuconfig
make
make modules_install
cp arch/... /boot/...

I did issue a depmod and still just:

/lib/modules/2.6.30-gentoo-r6/kernel/net/netfilter/ip_vs.ko"

when issuing a "find /lib/modules/`uname -r` -name ip_vs*.ko"

Thanks in Adnvanced,
Ninus

[-- Attachment #2: Type: text/html, Size: 359 bytes --]

^ 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