in reply to Infrequent LWP::UserAgent 500 connect: Invalid argument

Error #500 usually means an error in server-side script. IMO you should check it first...
  • Comment on Re: Infrequent LWP::UserAgent 500 connect: Invalid argument

Replies are listed 'Best First'.
Re^2: Infrequent LWP::UserAgent 500 connect: Invalid argument
by superfrink (Curate) on Dec 30, 2006 at 09:00 UTC
    The first thing I checked was the Apache logs. The files Apache is serving are plain text (no CGI). The Apache error log is empty and the access log shows the requests having been served with a status 200.

    I have not read the wires with tcpdump. I might have to if there continues to be problems. I am hoping that retrying when there was an error or the file is corrupt gets around the problem. :(

    For what it is worth I have seen the problem from three different OpenBSD machines. Each is located in different corners of the city. They were all downloading from the same server (running Apache on Slackware). I have not seen similar problems with that Apache server when using a graphical browser and it runs several sites (wiki, request tracker, etc).