On 3/30/07, Chris Harner <[EMAIL PROTECTED]> 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. _______________________________________________ LinuxVirtualServer.org mailing list - [email protected] Send requests to [EMAIL PROTECTED] or go to http://www.in-addr.de/mailman/listinfo/lvs-users
