/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-07 / backend a.b.c.d:port connect: Invalid argument

[ << ] [ >> ]

[ Session Handling Problem / Falk Brockerhoff ... ] [ Pound 2.0+ Config file syntax question / Jonathan ... ]

backend a.b.c.d:port connect: Invalid argument
Falk Brockerhoff <fb(at)smartterra.de>
2006-07-10 01:05:20 [ FULL ]
Hello,

I just upgraded from Pound 1.x to Pound 2.0.9 on FreeBSD 6.1. I
installed OpenSSL via the ports and compiled Pound manually  from the
source. Then I began to change the configuration file because of the new
syntax format:

User            "www"
Group           "www"
LogLevel        1
Alive           5

ListenHTTP
        Address 0.0.0.0
        Port 80
End


Service
        Session
                Type    PARM
                ID      "PHPSESSID"
                TTL     300
        End

        BackEnd
                Address 10.1.1.1
                Port 80
                Priority 1
        End
        BackEnd
                Address 10.1.1.2
                Port 80
                Priority 1
        End
End

But when I'm connecting to an ip address served by the loadbalancer a
503 "service unavailable" error occurs. In the logfile I can see the
following entries:

Jul 10 01:02:59 pound-lb2 pound: starting...
Jul 10 01:03:05 pound-lb2 pound: backend 10.1.1.1:80 connect: Invalid
argument
Jul 10 01:03:05 pound-lb2 pound: backend 10.1.1.2:80 connect: Invalid
argument
Jul 10 01:03:05 pound-lb2 pound: no back-end "GET / HTTP/1.1" from
<my-dialup-ip>
Jul 10 01:03:06 pound-lb2 pound: BackEnd 10.1.1.1:80 resurrect
Jul 10 01:03:06 pound-lb2 pound: BackEnd 10.1.1.2:80 resurrect

Any idea what's going on here? Is there anything else I can do to
isolate the error?

Regards,

Falk Brockerhoff
Attachments:  
fb.vcf text/x-vcard 363 Bytes

Re: [Pound Mailing List] backend a.b.c.d:port connect: Invalid argument
Jacques Caron <jc(at)oxado.com>
2006-07-10 18:11:22 [ FULL ]
Hi,

At 01:05 10/07/2006, Falk Brockerhoff wrote:[...]

[...]
[...]

See 
http://www.apsis.ch/pound/pound_list/archive/2006/2006-07/1151804232000

for a fix.

Jacques.

Re: [Pound Mailing List] backend a.b.c.d:port connect: Invalid argument
Falk Brockerhoff <fb(at)smartterra.de>
2006-07-10 21:01:31 [ FULL ]
Jacques Caron schrieb:
[...]

Thank you, this patch works!

Regards,

Falk Brockerhoff
Attachments:  
fb.vcf text/x-vcard 363 Bytes

Re: [Pound Mailing List] backend a.b.c.d:port connect: Invalid argument
Liam Gretton <lgretton(at)rssd.esa.int>
2006-07-11 11:13:03 [ FULL ]
On Mon, 10 Jul 2006, Falk Brockerhoff wrote:
[...]

This patch also fixes pound for Solaris 9, which seems to be failing in
the same way without it.
[...]

MailBoxer