From owner-freebsd-cluster@FreeBSD.ORG Tue Jul 14 12:59:36 2009 Return-Path: Delivered-To: freebsd-cluster@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 942A7106566C for ; Tue, 14 Jul 2009 12:59:36 +0000 (UTC) (envelope-from andrei.manescu@ivorde.ro) Received: from mail.ivorde.ro (ivorde.ro [82.137.33.36]) by mx1.freebsd.org (Postfix) with ESMTP id A02728FC1E for ; Tue, 14 Jul 2009 12:59:35 +0000 (UTC) (envelope-from andrei.manescu@ivorde.ro) Received: (qmail 29735 invoked by uid 0); 14 Jul 2009 15:32:53 +0300 Received: from mail.ivorde.ro (andrei.manescu@ivorde.ro@mail.ivorde.ro) by mail.ivorde.ro (envelope-from , uid 1001) with qmail-scanner-2.06st (clamdscan: 0.94.2/8872. spamassassin: 3.2.5. perlscan: 2.05st. Clear:RC:1(192.168.1.11):. Processed in 2.010712 secs); 14 Jul 2009 12:32:53 -0000 Received: from mail.ivorde.ro (andrei.manescu@ivorde.ro@192.168.1.11) by mail.ivorde.ro with SMTP; 14 Jul 2009 15:32:50 +0300 Received: from 62.168.56.1 (SquirrelMail authenticated user andrei.manescu@ivorde.ro) by mail.ivorde.ro with HTTP; Tue, 14 Jul 2009 14:32:50 +0200 (CEST) Message-ID: <9e14d0e4b66c7a971d62489670fac611.squirrel@mail.ivorde.ro> In-Reply-To: <20090714120018.34E3D10656A7@hub.freebsd.org> References: <20090714120018.34E3D10656A7@hub.freebsd.org> Date: Tue, 14 Jul 2009 14:32:50 +0200 (CEST) From: "Andrei Manescu - Ivorde" To: freebsd-cluster@freebsd.org User-Agent: SquirrelMail/1.4.17 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: freebsd-cluster Digest, Vol 127, Issue 1 X-BeenThere: freebsd-cluster@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: andrei.manescu@ivorde.ro List-Id: Clustering FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2009 12:59:37 -0000 It's still in the ports in 7.0 and 6.0 so I guess it's still under development. > Send freebsd-cluster mailing list submissions to > freebsd-cluster@freebsd.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > or, via email, send a message with subject or body 'help' to > freebsd-cluster-request@freebsd.org > > You can reach the person managing the list at > freebsd-cluster-owner@freebsd.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of freebsd-cluster digest..." > > > Today's Topics: > > 1. lvs on freebsd setup problem, (wenew zhang) > 2. Re: lvs on freebsd setup problem, (Lasse Johnsen) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 14 Jul 2009 16:06:49 +0800 > From: wenew zhang > Subject: lvs on freebsd setup problem, > To: freebsd-cluster@freebsd.org > Message-ID: > <4eaa09eb0907140106k7424e495j40f9359c3b1ecc44@mail.gmail.com> > Content-Type: text/plain; charset=GB2312 > > i have three freebsd 7.0 server,every server have 10M bandwidth,first i use > nginx proxy,all the data through the nginx proxy, > so,np is the bottleneck, > i don't need master-slave host redundancy,so don't need carp,that's right? > i try install ipvs as follow steps: > > 1install freebsd source ,base and sys, > 2.cd /usr/ports/net/ipvs make patch-system (i suppose that will patch the > kernel,right?) > 3.make depend > make > make install > reboot > > 4./usr/ports/net/ipvs make > £º===> Building for ipvs-0.4.0_2 > ===> ipvs > Warning: Object directory not changed from original > /usr/ports/net/ipvs/work/ipvs-0.4.0_2/ipvs > cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 > -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 -fno-common > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow > -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c > ip_vs_core.c > In file included from ip_vs.h:246, > from ip_vs_core.c:33: > @/sys/socketvar.h:391: error: field 'cv' has incomplete type > @/sys/socketvar.h:406: error: redefinition of 'struct nf_sockopt_ops' > @/sys/socketvar.h:422: error: field 'cv' has incomplete type > @/sys/socketvar.h:426: warning: redundant redeclaration of > 'nf_register_sockopt' > @/sys/socketvar.h:395: warning: previous declaration of > 'nf_register_sockopt' was here > @/sys/socketvar.h:427: warning: redundant redeclaration of > 'nf_unregister_sockopt' > @/sys/socketvar.h:396: warning: previous declaration of > 'nf_unregister_sockopt' was here > @/sys/socketvar.h:428: warning: redundant redeclaration of 'nf_sockopt_init' > @/sys/socketvar.h:397: warning: previous declaration of 'nf_sockopt_init' > was here > what' wrong with it? > > > any reply is very appreciated! > > > ------------------------------ > > Message: 2 > Date: Tue, 14 Jul 2009 09:42:39 +0100 > From: Lasse Johnsen > Subject: Re: lvs on freebsd setup problem, > To: wenew zhang > Cc: freebsd-cluster@freebsd.org > Message-ID: <0272734C-6F5B-4A7E-98F7-B955F5FCC8D7@freebsdcluster.org> > Content-Type: text/plain; charset=GB2312; format=flowed; delsp=yes > > Hi, > > As far as I know, LVS support on FreeBSD has not been available since > FreeBSD 5.4. It's no longer maintained. > > /Lasse > > > On 14 Jul 2009, at 09:06, wenew zhang wrote: > >> i have three freebsd 7.0 server,every server have 10M >> bandwidth,first i use >> nginx proxy,all the data through the nginx proxy, >> so,np is the bottleneck, >> i don't need master-slave host redundancy,so don't need carp,that's >> right? >> i try install ipvs as follow steps: >> >> 1install freebsd source ,base and sys, >> 2.cd /usr/ports/net/ipvs make patch-system (i suppose that will >> patch the >> kernel,right?) >> 3.make depend >> make >> make install >> reboot >> >> 4./usr/ports/net/ipvs make >> £º===> Building for ipvs-0.4.0_2 >> ===> ipvs >> Warning: Object directory not changed from original >> /usr/ports/net/ipvs/work/ipvs-0.4.0_2/ipvs >> cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 >> -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param >> inline-unit-growth=100 --param large-function-growth=1000 -fno-common >> -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx - >> mno-3dnow >> -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls >> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer- >> arith >> -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c >> ip_vs_core.c >> In file included from ip_vs.h:246, >> from ip_vs_core.c:33: >> @/sys/socketvar.h:391: error: field 'cv' has incomplete type >> @/sys/socketvar.h:406: error: redefinition of 'struct nf_sockopt_ops' >> @/sys/socketvar.h:422: error: field 'cv' has incomplete type >> @/sys/socketvar.h:426: warning: redundant redeclaration of >> 'nf_register_sockopt' >> @/sys/socketvar.h:395: warning: previous declaration of >> 'nf_register_sockopt' was here >> @/sys/socketvar.h:427: warning: redundant redeclaration of >> 'nf_unregister_sockopt' >> @/sys/socketvar.h:396: warning: previous declaration of >> 'nf_unregister_sockopt' was here >> @/sys/socketvar.h:428: warning: redundant redeclaration of >> 'nf_sockopt_init' >> @/sys/socketvar.h:397: warning: previous declaration of >> 'nf_sockopt_init' >> was here >> what' wrong with it? >> >> >> any reply is very appreciated! >> _______________________________________________ >> freebsd-cluster@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-cluster >> To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@freebsd.org >> " > > > > ------------------------------ > > _______________________________________________ > freebsd-cluster@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > To unsubscribe, send any mail to "freebsd-cluster-unsubscribe@freebsd.org" > > > End of freebsd-cluster Digest, Vol 127, Issue 1 > *********************************************** > -- Kind regards, Andrei Manescu