From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MlLWv-0004T6-Dk for garchives@archives.gentoo.org; Wed, 09 Sep 2009 11:40:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 822C0E0893; Wed, 9 Sep 2009 11:40:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 64544E0893 for ; Wed, 9 Sep 2009 11:40:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 02CAC651F0 for ; Wed, 9 Sep 2009 11:40:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.42 X-Spam-Level: X-Spam-Status: No, score=-3.42 required=5.5 tests=[AWL=-0.821, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cIZdI0VhkzYb for ; Wed, 9 Sep 2009 11:39:56 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 61012645CC for ; Wed, 9 Sep 2009 11:39:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MlLWf-000301-8l for gentoo-user@gentoo.org; Wed, 09 Sep 2009 13:39:49 +0200 Received: from adsl-69-234-186-75.dsl.irvnca.pacbell.net ([69.234.186.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Sep 2009 13:39:49 +0200 Received: from w41ter by adsl-69-234-186-75.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Sep 2009 13:39:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: Where are the following LVS kernel modules Date: Wed, 09 Sep 2009 04:39:21 -0700 Message-ID: References: <46d08bd30909082014s71ace455qb348d378b0ffb3b9@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-186-75.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090909 Shredder/3.0b4pre In-Reply-To: <46d08bd30909082014s71ace455qb348d378b0ffb3b9@mail.gmail.com> Sender: news X-Archives-Salt: 07658a6a-7844-457f-a024-ee9a5ee725da X-Archives-Hash: 5ab3ccecd4dc9a8e2a53b28bd89c9385 On 09/08/2009 08:14 PM, Nick Khamis wrote: > I have included in my kenrel configuration the following: > 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.