LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: LVS Newbie install

To: "LinuxVirtualServer.org users mailing list." <lvs-users@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: LVS Newbie install
From: "Tomas Hoger" <tomas.hoger@xxxxxxxxx>
Date: Sat, 31 Mar 2007 10:05:38 +0200
On 3/30/07, Chris Harner <chris.harner@xxxxxxxxx> wrote:
ipvsadm-1.24-6.src.rpm was downloaded.

You should probably try to find binary, not source, package on install
CDs or in package repositories for your distro.

I ran this:
# cat /proc/net/ip_vs

And got this:
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
  -> RemoteAddress:Port Forward Weight ActiveConn InActConn

What did you expect?  ipvsadm is just tool used to feed IP_VS
component of kernel with proper configuration.  Very similar to
iptables + netfilter.

I also tried this:
# rpmbuild --rebuild ipvsadm-1.24-6.src.rpm

But got this:
Installing ipvsadm-1.24-6.src.rpm
error: Legacy syntax is unsupported: copyright
error: line 7: Unknown tag: Copyright: GNU General Public Licence

Edit .spec file and replace Copyright in header with License.  Or try
asking google, it surely knows the right answer. ;)

th.

<Prev in Thread] Current Thread [Next in Thread>