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 1MlDpA-0000uk-5q for garchives@archives.gentoo.org; Wed, 09 Sep 2009 03:26:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F4F4E0869; Wed, 9 Sep 2009 03:26:23 +0000 (UTC) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by pigeon.gentoo.org (Postfix) with ESMTP id 0C567E0869 for ; Wed, 9 Sep 2009 03:26:23 +0000 (UTC) Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id B9D7569262 for ; Tue, 8 Sep 2009 23:26:22 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Tue, 08 Sep 2009 23:26:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:content-transfer-encoding; s=smtpout; bh=Nj94RZMhYYmLjLOpBId8ME8c4j0=; b=QxySPYXhVhBPjcwgNqr/aIKlRXiWeJaaNVe1fLOi291Xn5dhJY82uneFtJUKRPPO8PMF/0G4Lm+HVuJa8KNFaggzy4d2tp8LiXrN0sbIfyOt6/0GYLpkYRdbYwKJzGRamr331w6vcX53HQJQNOBwHh2u72gCnnQVgGe6RJEqbiw= X-Sasl-enc: PrNSddgXpDCekPCaBCnYH1LWniQCw/vhiy2YcZIR5nyj 1252466782 Received: from [192.168.31.10] (cpe-024-211-156-075.nc.res.rr.com [24.211.156.75]) by www.fastmail.fm (Postfix) with ESMTPSA id 592FE1DEB0 for ; Tue, 8 Sep 2009 23:26:22 -0400 (EDT) Subject: Re: [gentoo-user] Where are the following LVS kernel modules From: Albert Hopkins To: gentoo-user@lists.gentoo.org In-Reply-To: <46d08bd30909082014s71ace455qb348d378b0ffb3b9@mail.gmail.com> References: <46d08bd30909082014s71ace455qb348d378b0ffb3b9@mail.gmail.com> Content-Type: text/plain Date: Tue, 08 Sep 2009 23:26:21 -0400 Message-Id: <1252466781.5546.0.camel@blackwidow.nbk> 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 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3e393029-7b41-4f1c-91cd-29c5c2a0a849 X-Archives-Hash: 907db83e2fb82c7275a2d9e445d5a652 On Wed, 2009-09-09 at 03:14 +0000, 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. > > What am I doing wrong. $ find /lib/modules/`uname -r` -name ip_vs*.ko