Re: Piranha-list Digest, Vol 41, Issue 1
R R <[email protected]> Tue, 3 Nov 2009 21:15:53 +0200
| Newsgroups | gmane.linux.redhat.piranha |
|---|---|
| Message-ID | <[email protected]> |
--===============1224365164== Content-Type: multipart/alternative; boundary=0016e6d7eb48a9badb04777c525f --0016e6d7eb48a9badb04777c525f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Try adding: *send* =3D "GET / HTTP/1.0\r\n\r\n" before expect =3D "HTTP" -- Z On Tue, Nov 3, 2009 at 7:00 PM, <[email protected]> wrote: > Send Piranha-list mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://www.redhat.com/mailman/listinfo/piranha-list > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Piranha-list digest..." > > Today's Topics: > > 1. nanny "Read Timed Out" Errors (mojorising) > 2. Re: nanny "Read Timed Out" Errors (Tapan Thapa) > 3. Re: nanny "Read Timed Out" Errors (Fernando A. P. Gomes) > > > ---------- Forwarded message ---------- > From: mojorising <[email protected]> > To: [email protected] > Date: Mon, 2 Nov 2009 16:39:59 -0800 > Subject: nanny "Read Timed Out" Errors > Hello! > > I have set up a test load balancer with IPVS and Piranha-GUI. For some > reason, when I attempt to connect to one of the two web servers I have > set-up via the load balancer's virtual IP, the load balancer does not > seem to pass those requests on to the real servers. > > The firewall on the Piranha box is off and I can successfully > establish HTTP sessions with netcat and telnet from the Piranha box as > well as from my workstation. So the web services are running and > connectivity to them is good. > > The error I'm getting in /var/log/messages is (public IP changed for > privacy): > > Nov 2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out > Nov 2 14:28:10 omsbuild nanny[13582]: READ to 192.168.18.29:80 timed out > > It looks like nanny can't talk to the web servers but I can't figure > out why. That may not be the only problem I have here but it's > probably one of them. All the other services are up and seem to be > running fine. > > I've googled around quite a bit and checked the documentation but I > haven't found anything in those places that gets me to a solution. > > Can anyone out there give me a little push in the right direction as > to what the problem might be? > > > Thank you! > > Mike > > > My lvs.conf file: > > serial_no =3D 76 > primary =3D 192.168.3.28 > service =3D lvs > backup =3D 0.0.0.0 > heartbeat =3D 1 > heartbeat_port =3D 539 > keepalive =3D 6 > deadtime =3D 18 > network =3D direct > debug_level =3D NONE > virtual test1 { > active =3D 1 > address =3D 192.168.0.69 eth0:1 > vip_nmask =3D 255.255.248.0 > port =3D 3128 > expect =3D "HTTP" > use_regex =3D 0 > load_monitor =3D none > scheduler =3D lc > protocol =3D tcp > timeout =3D 6 > reentry =3D 15 > quiesce_server =3D 0 > server Speedy { > address =3D 192.168.18.29 > active =3D 1 > port =3D 80 > weight =3D 1 > } > server test1 { > address =3D 65.39.169.xxx > active =3D 1 > port =3D 80 > weight =3D 1 > } > > > > > ---------- Forwarded message ---------- > From: Tapan Thapa <[email protected]> > To: "Piranha clustering/HA technology" <[email protected]> > Date: Tue, 3 Nov 2009 08:57:57 +0530 > Subject: Re: nanny "Read Timed Out" Errors > Hello Mike, > > I am not an expert in IPVS but recently i have setup IPVS with the help o= f > Piranha and i am quite comfortable with IPVS. > > Please let me know your Network diagram and also the output of below > mentioned command. > > ipvsadm -L -n > > ---------------------------------------- > I think your network diagram should be--- > > Linux Director ----(One NIC)--->First Real Server (One NIC) > --->Second Real Server (One NIC) > ---------------------------------------------- > > Your Linux Director and Your real server should be on the same network > segment. Please also post your Linux Director's (Where you have installed > Piranha) Network cards ip information. > > > Regards > Tapan Thapa > India > > On Tue, Nov 3, 2009 at 6:09 AM, mojorising <[email protected]> wrote: > >> Hello! >> >> I have set up a test load balancer with IPVS and Piranha-GUI. For some >> reason, when I attempt to connect to one of the two web servers I have >> set-up via the load balancer's virtual IP, the load balancer does not >> seem to pass those requests on to the real servers. >> >> The firewall on the Piranha box is off and I can successfully >> establish HTTP sessions with netcat and telnet from the Piranha box as >> well as from my workstation. So the web services are running and >> connectivity to them is good. >> >> The error I'm getting in /var/log/messages is (public IP changed for >> privacy): >> >> Nov 2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed ou= t >> Nov 2 14:28:10 omsbuild nanny[13582]: READ to 192.168.18.29:80 timed ou= t >> >> It looks like nanny can't talk to the web servers but I can't figure >> out why. That may not be the only problem I have here but it's >> probably one of them. All the other services are up and seem to be >> running fine. >> >> I've googled around quite a bit and checked the documentation but I >> haven't found anything in those places that gets me to a solution. >> >> Can anyone out there give me a little push in the right direction as >> to what the problem might be? >> >> >> Thank you! >> >> Mike >> >> >> My lvs.conf file: >> >> serial_no =3D 76 >> primary =3D 192.168.3.28 >> service =3D lvs >> backup =3D 0.0.0.0 >> heartbeat =3D 1 >> heartbeat_port =3D 539 >> keepalive =3D 6 >> deadtime =3D 18 >> network =3D direct >> debug_level =3D NONE >> virtual test1 { >> active =3D 1 >> address =3D 192.168.0.69 eth0:1 >> vip_nmask =3D 255.255.248.0 >> port =3D 3128 >> expect =3D "HTTP" >> use_regex =3D 0 >> load_monitor =3D none >> scheduler =3D lc >> protocol =3D tcp >> timeout =3D 6 >> reentry =3D 15 >> quiesce_server =3D 0 >> server Speedy { >> address =3D 192.168.18.29 >> active =3D 1 >> port =3D 80 >> weight =3D 1 >> } >> server test1 { >> address =3D 65.39.169.xxx >> active =3D 1 >> port =3D 80 >> weight =3D 1 >> } >> >> _______________________________________________ >> Piranha-list mailing list >> [email protected] >> https://www.redhat.com/mailman/listinfo/piranha-list >> > > > > ---------- Forwarded message ---------- > From: "Fernando A. P. Gomes" <[email protected]> > To: [email protected] > Date: Tue, 3 Nov 2009 10:58:10 +0000 > Subject: Re: nanny "Read Timed Out" Errors > Can you send your configuration? > > Regards, > Fernando Gomes > > On Tuesday 03 November 2009, mojorising wrote: > > Hello! > > > > I have set up a test load balancer with IPVS and Piranha-GUI. For some > > reason, when I attempt to connect to one of the two web servers I have > > set-up via the load balancer's virtual IP, the load balancer does not > > seem to pass those requests on to the real servers. > > > > The firewall on the Piranha box is off and I can successfully > > establish HTTP sessions with netcat and telnet from the Piranha box as > > well as from my workstation. So the web services are running and > > connectivity to them is good. > > > > The error I'm getting in /var/log/messages is (public IP changed for > > privacy): > > > > Nov 2 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed o= ut > > Nov 2 14:28:10 omsbuild nanny[13582]: READ to 192.168.18.29:80 timed > out > > > > It looks like nanny can't talk to the web servers but I can't figure > > out why. That may not be the only problem I have here but it's > > probably one of them. All the other services are up and seem to be > > running fine. > > > > I've googled around quite a bit and checked the documentation but I > > haven't found anything in those places that gets me to a solution. > > > > Can anyone out there give me a little push in the right direction as > > to what the problem might be? > > > > > > Thank you! > > > > Mike > > > > > > My lvs.conf file: > > > > serial_no =3D 76 > > primary =3D 192.168.3.28 > > service =3D lvs > > backup =3D 0.0.0.0 > > heartbeat =3D 1 > > heartbeat_port =3D 539 > > keepalive =3D 6 > > deadtime =3D 18 > > network =3D direct > > debug_level =3D NONE > > virtual test1 { > > active =3D 1 > > address =3D 192.168.0.69 eth0:1 > > vip_nmask =3D 255.255.248.0 > > port =3D 3128 > > expect =3D "HTTP" > > use_regex =3D 0 > > load_monitor =3D none > > scheduler =3D lc > > protocol =3D tcp > > timeout =3D 6 > > reentry =3D 15 > > quiesce_server =3D 0 > > server Speedy { > > address =3D 192.168.18.29 > > active =3D 1 > > port =3D 80 > > weight =3D 1 > > } > > server test1 { > > address =3D 65.39.169.xxx > > active =3D 1 > > port =3D 80 > > weight =3D 1 > > } > > > > _______________________________________________ > > Piranha-list mailing list > > [email protected] > > https://www.redhat.com/mailman/listinfo/piranha-list > > > -- > Fernando Alexandre Peixoto Gomes <[email protected]> > Microsoft Certified Systems Engineer > Eurotux Inform=E1tica, S.A. [http://eurotux.com] > Rua Rosalvo de Almeida, 5. 4710-429 BRAGA PORTUGAL > Tel: (+351) 253 257395 - Fax: (+351) 253 257396 > > _______________________________________________ > Piranha-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/piranha-list > --0016e6d7eb48a9badb04777c525f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Try adding:<br><br><span style=3D"visibility: visible;" id=3D"main"><span s= tyle=3D"visibility: visible;" id=3D"search"><em>send</em> =3D "GET / H= TTP/1.0\r\n\r\n"<br><br>before<br><br>expect =3D "HTTP"<br><= br>--<br> <br>Z<br></span></span><br><div class=3D"gmail_quote">On Tue, Nov 3, 2009 a= t 7:00 PM, <span dir=3D"ltr"><<a href=3D"mailto:piranha-list-request@re= dhat.com">[email protected]</a>></span> wrote:<br><blockqu= ote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, 204, 204= ); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Send Piranha-list mailing list submissions to<br> =A0 =A0 =A0 =A0<a href=3D"mailto:[email protected]">piranha-list@red= hat.com</a><br> <br> To subscribe or unsubscribe via the World Wide Web, visit<br> =A0 =A0 =A0 =A0<a href=3D"https://www.redhat.com/mailman/listinfo/piranha-= list" target=3D"_blank">https://www.redhat.com/mailman/listinfo/piranha-lis= t</a><br> or, via email, send a message with subject or body 'help' to<br> =A0 =A0 =A0 =A0<a href=3D"mailto:[email protected]">piranha-= [email protected]</a><br> <br> You can reach the person managing the list at<br> =A0 =A0 =A0 =A0<a href=3D"mailto:[email protected]">piranha-li= [email protected]</a><br> <br> When replying, please edit your Subject line so it is more specific<br> than "Re: Contents of Piranha-list digest..."<br> <br>Today's Topics:<br> <br> =A0 1. nanny "Read Timed Out" Errors (mojorising)<br> =A0 2. Re: nanny "Read Timed Out" Errors (Tapan Thapa)<br> =A0 3. Re: nanny "Read Timed Out" Errors (Fernando A. P. Gomes)<= br> <br><br>---------- Forwarded message ----------<br>From:=A0mojorising <<= a href=3D"mailto:[email protected]">[email protected]</a>><br>To:=A0<a= href=3D"mailto:[email protected]">[email protected]</a><br>Dat= e:=A0Mon, 2 Nov 2009 16:39:59 -0800<br> Subject:=A0nanny "Read Timed Out" Errors<br>Hello!<br> <br> I have set up a test load balancer with IPVS and Piranha-GUI. For some<br> reason, when I attempt to connect to one of the two web servers I have<br> set-up via the load balancer's virtual IP, the load balancer does not<b= r> seem to pass those requests on to the real servers.<br> <br> The firewall on the Piranha box is off and I can successfully<br> establish HTTP sessions with netcat and telnet from the Piranha box as<br> well as from my workstation. So the web services are running and<br> connectivity to them is good.<br> <br> The error I'm getting in /var/log/messages is (public IP changed for pr= ivacy):<br> <br> Nov =A02 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out= <br> Nov =A02 14:28:10 omsbuild nanny[13582]: READ to <a href=3D"http://192.168.= 18.29:80" target=3D"_blank">192.168.18.29:80</a> timed out<br> <br> It looks like nanny can't talk to the web servers but I can't figur= e<br> out why. That may not be the only problem I have here but it's<br> probably one of them. All the other services are up and seem to be<br> running fine.<br> <br> I've googled around quite a bit and checked the documentation but I<br> haven't found anything in those places that gets me to a solution.<br> <br> Can anyone out there give me a little push in the right direction as<br> to what the problem might be?<br> <br> <br> Thank you!<br> <br> Mike<br> <br> <br> My lvs.conf file:<br> <br> serial_no =3D 76<br> primary =3D 192.168.3.28<br> service =3D lvs<br> backup =3D 0.0.0.0<br> heartbeat =3D 1<br> heartbeat_port =3D 539<br> keepalive =3D 6<br> deadtime =3D 18<br> network =3D direct<br> debug_level =3D NONE<br> virtual test1 {<br> =A0 =A0 active =3D 1<br> =A0 =A0 address =3D 192.168.0.69 eth0:1<br> =A0 =A0 vip_nmask =3D 255.255.248.0<br> =A0 =A0 port =3D 3128<br> =A0 =A0 expect =3D "HTTP"<br> =A0 =A0 use_regex =3D 0<br> =A0 =A0 load_monitor =3D none<br> =A0 =A0 scheduler =3D lc<br> =A0 =A0 protocol =3D tcp<br> =A0 =A0 timeout =3D 6<br> =A0 =A0 reentry =3D 15<br> =A0 =A0 quiesce_server =3D 0<br> =A0 =A0 server Speedy {<br> =A0 =A0 =A0 =A0 address =3D 192.168.18.29<br> =A0 =A0 =A0 =A0 active =3D 1<br> =A0 =A0 =A0 =A0 port =3D 80<br> =A0 =A0 =A0 =A0 weight =3D 1<br> =A0 =A0 }<br> =A0 =A0 server test1 {<br> =A0 =A0 =A0 =A0 address =3D 65.39.169.xxx<br> =A0 =A0 =A0 =A0 active =3D 1<br> =A0 =A0 =A0 =A0 port =3D 80<br> =A0 =A0 =A0 =A0 weight =3D 1<br> =A0 =A0 }<br> <br> <br> <br><br>---------- Forwarded message ----------<br>From:=A0Tapan Thapa <= <a href=3D"mailto:[email protected]">[email protected]</a>&= gt;<br>To:=A0"Piranha clustering/HA technology" <<a href=3D"ma= ilto:[email protected]">[email protected]</a>><br> Date:=A0Tue, 3 Nov 2009 08:57:57 +0530<br>Subject:=A0Re: nanny "Read T= imed Out" Errors<br>Hello Mike,<br><br>I am not an expert in IPVS but = recently i have setup IPVS with the help of Piranha and i am quite comforta= ble with IPVS.<br> <br>Please let me know your Network diagram and also the output of below me= ntioned command.<br> <br>ipvsadm -L -n<br><br>----------------------------------------<br>I thin= k your network diagram should be---<br><br>Linux Director ----(One NIC)---&= gt;First Real Server (One NIC)<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= --->Second Real Server (One NIC)<br> ----------------------------------------------<br><br>Your Linux Director a= nd Your real server should be on the same network segment. Please also post= your Linux Director's (Where you have installed Piranha) Network cards= ip information.<br> <br><br>Regards<br>Tapan Thapa<br>India<br><br><div class=3D"gmail_quote">O= n Tue, Nov 3, 2009 at 6:09 AM, mojorising <span dir=3D"ltr"><<a href=3D"= mailto:[email protected]" target=3D"_blank">[email protected]</a>></sp= an> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, = 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hello!<br> <br> I have set up a test load balancer with IPVS and Piranha-GUI. For some<br> reason, when I attempt to connect to one of the two web servers I have<br> set-up via the load balancer's virtual IP, the load balancer does not<b= r> seem to pass those requests on to the real servers.<br> <br> The firewall on the Piranha box is off and I can successfully<br> establish HTTP sessions with netcat and telnet from the Piranha box as<br> well as from my workstation. So the web services are running and<br> connectivity to them is good.<br> <br> The error I'm getting in /var/log/messages is (public IP changed for pr= ivacy):<br> <br> Nov =A02 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 timed out= <br> Nov =A02 14:28:10 omsbuild nanny[13582]: READ to <a href=3D"http://192.168.= 18.29:80" target=3D"_blank">192.168.18.29:80</a> timed out<br> <br> It looks like nanny can't talk to the web servers but I can't figur= e<br> out why. That may not be the only problem I have here but it's<br> probably one of them. All the other services are up and seem to be<br> running fine.<br> <br> I've googled around quite a bit and checked the documentation but I<br> haven't found anything in those places that gets me to a solution.<br> <br> Can anyone out there give me a little push in the right direction as<br> to what the problem might be?<br> <br> <br> Thank you!<br> <br> Mike<br> <br> <br> My lvs.conf file:<br> <br> serial_no =3D 76<br> primary =3D 192.168.3.28<br> service =3D lvs<br> backup =3D 0.0.0.0<br> heartbeat =3D 1<br> heartbeat_port =3D 539<br> keepalive =3D 6<br> deadtime =3D 18<br> network =3D direct<br> debug_level =3D NONE<br> virtual test1 {<br> =A0 =A0 active =3D 1<br> =A0 =A0 address =3D 192.168.0.69 eth0:1<br> =A0 =A0 vip_nmask =3D 255.255.248.0<br> =A0 =A0 port =3D 3128<br> =A0 =A0 expect =3D "HTTP"<br> =A0 =A0 use_regex =3D 0<br> =A0 =A0 load_monitor =3D none<br> =A0 =A0 scheduler =3D lc<br> =A0 =A0 protocol =3D tcp<br> =A0 =A0 timeout =3D 6<br> =A0 =A0 reentry =3D 15<br> =A0 =A0 quiesce_server =3D 0<br> =A0 =A0 server Speedy {<br> =A0 =A0 =A0 =A0 address =3D 192.168.18.29<br> =A0 =A0 =A0 =A0 active =3D 1<br> =A0 =A0 =A0 =A0 port =3D 80<br> =A0 =A0 =A0 =A0 weight =3D 1<br> =A0 =A0 }<br> =A0 =A0 server test1 {<br> =A0 =A0 =A0 =A0 address =3D 65.39.169.xxx<br> =A0 =A0 =A0 =A0 active =3D 1<br> =A0 =A0 =A0 =A0 port =3D 80<br> =A0 =A0 =A0 =A0 weight =3D 1<br> =A0 =A0 }<br> <br> _______________________________________________<br> Piranha-list mailing list<br> <a href=3D"mailto:[email protected]" target=3D"_blank">Piranha-list@r= edhat.com</a><br> <a href=3D"https://www.redhat.com/mailman/listinfo/piranha-list" target=3D"= _blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br> </blockquote></div><br> <br><br>---------- Forwarded message ----------<br>From:=A0"Fernando A= . P. Gomes" <<a href=3D"mailto:[email protected]">[email protected]</= a>><br>To:=A0<a href=3D"mailto:[email protected]">piranha-list@red= hat.com</a><br> Date:=A0Tue, 3 Nov 2009 10:58:10 +0000<br>Subject:=A0Re: nanny "Read T= imed Out" Errors<br>Can you send your configuration?<br> <br> Regards,<br> Fernando Gomes<br> <br> On Tuesday 03 November 2009, mojorising wrote:<br> > Hello!<br> ><br> > I have set up a test load balancer with IPVS and Piranha-GUI. For some= <br> > reason, when I attempt to connect to one of the two web servers I have= <br> > set-up via the load balancer's virtual IP, the load balancer does = not<br> > seem to pass those requests on to the real servers.<br> ><br> > The firewall on the Piranha box is off and I can successfully<br> > establish HTTP sessions with netcat and telnet from the Piranha box as= <br> > well as from my workstation. So the web services are running and<br> > connectivity to them is good.<br> ><br> > The error I'm getting in /var/log/messages is (public IP changed f= or<br> > =A0privacy):<br> ><br> > Nov =A02 14:28:09 omsbuild nanny[13583]: READ to 65.39.169.xxx:80 time= d out<br> > Nov =A02 14:28:10 omsbuild nanny[13582]: READ to <a href=3D"http://192= .168.18.29:80" target=3D"_blank">192.168.18.29:80</a> timed out<br> ><br> > It looks like nanny can't talk to the web servers but I can't = figure<br> > out why. That may not be the only problem I have here but it's<br> > probably one of them. All the other services are up and seem to be<br> > running fine.<br> ><br> > I've googled around quite a bit and checked the documentation but = I<br> > haven't found anything in those places that gets me to a solution.= <br> ><br> > Can anyone out there give me a little push in the right direction as<b= r> > to what the problem might be?<br> ><br> ><br> > Thank you!<br> ><br> > Mike<br> ><br> ><br> > My lvs.conf file:<br> ><br> > serial_no =3D 76<br> > primary =3D 192.168.3.28<br> > service =3D lvs<br> > backup =3D 0.0.0.0<br> > heartbeat =3D 1<br> > heartbeat_port =3D 539<br> > keepalive =3D 6<br> > deadtime =3D 18<br> > network =3D direct<br> > debug_level =3D NONE<br> > virtual test1 {<br> > =A0 =A0 =A0active =3D 1<br> > =A0 =A0 =A0address =3D 192.168.0.69 eth0:1<br> > =A0 =A0 =A0vip_nmask =3D 255.255.248.0<br> > =A0 =A0 =A0port =3D 3128<br> > =A0 =A0 =A0expect =3D "HTTP"<br> > =A0 =A0 =A0use_regex =3D 0<br> > =A0 =A0 =A0load_monitor =3D none<br> > =A0 =A0 =A0scheduler =3D lc<br> > =A0 =A0 =A0protocol =3D tcp<br> > =A0 =A0 =A0timeout =3D 6<br> > =A0 =A0 =A0reentry =3D 15<br> > =A0 =A0 =A0quiesce_server =3D 0<br> > =A0 =A0 =A0server Speedy {<br> > =A0 =A0 =A0 =A0 =A0address =3D 192.168.18.29<br> > =A0 =A0 =A0 =A0 =A0active =3D 1<br> > =A0 =A0 =A0 =A0 =A0port =3D 80<br> > =A0 =A0 =A0 =A0 =A0weight =3D 1<br> > =A0 =A0 =A0}<br> > =A0 =A0 =A0server test1 {<br> > =A0 =A0 =A0 =A0 =A0address =3D 65.39.169.xxx<br> > =A0 =A0 =A0 =A0 =A0active =3D 1<br> > =A0 =A0 =A0 =A0 =A0port =3D 80<br> > =A0 =A0 =A0 =A0 =A0weight =3D 1<br> > =A0 =A0 =A0}<br> ><br> > _______________________________________________<br> > Piranha-list mailing list<br> > <a href=3D"mailto:[email protected]">[email protected]</a>= <br> > <a href=3D"https://www.redhat.com/mailman/listinfo/piranha-list" targe= t=3D"_blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br> ><br> --<br> Fernando Alexandre Peixoto Gomes <<a href=3D"mailto:[email protected]">fa= [email protected]</a>><br> Microsoft Certified Systems Engineer<br> Eurotux Inform=E1tica, S.A. [<a href=3D"http://eurotux.com" target=3D"_blan= k">http://eurotux.com</a>]<br> Rua Rosalvo de Almeida, 5. 4710-429 BRAGA PORTUGAL<br> Tel: (+351) 253 257395 - Fax: (+351) 253 257396<br> <br>_______________________________________________<br> Piranha-list mailing list<br> <a href=3D"mailto:[email protected]">[email protected]</a><br> <a href=3D"https://www.redhat.com/mailman/listinfo/piranha-list" target=3D"= _blank">https://www.redhat.com/mailman/listinfo/piranha-list</a><br></block= quote></div><br> --0016e6d7eb48a9badb04777c525f-- --===============1224365164== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Piranha-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/piranha-list --===============1224365164==--