Bill Landry a écrit : > Karsten Bräckelmann wrote: >> On Wed, 2009-04-22 at 10:47 -0700, Bill Landry wrote: >>> I do a "sought" rules update once per day using sa-update, but today I >>> am seeing: >>> >>> http: request failed: 500 read timeout: 500 read timeout >>> channel: could not find working mirror, channel failed >> Updated twice already today, scheduled, no problems. Just triggered an >> update manually, worked too -- that is, it actually updated the rules. >> >>> I cannot access the site via web browser either. Just curious if anyone >>> else seeing this, as well? >> How often did you try the update? >> >> Hmm, weird. The rules *did* update. Yet I actually can't access the >> server in MIRRORED.BY either. > > Maybe they are working on the problem, as i just tried again and am now > seeing: > > sa-update --channel sought.rules.yerp.org --gpgkey 6C6191E3 && echo > "Updated" && spamassassin --lint && amavisd reload > > http: request failed: 500 Can't connect to yerp.org:80 (connect: > Connection refused): 500 Can't connect to yerp.org:80 (connect: > Connection refused) >
Don't see a problem from here. can you try a telnet test: $ telnet yerp.org 80 Trying 216.180.243.10... Connected to yerp.org. Escape character is '^]'. GET / HTTP/1.0 HTTP/1.1 200 OK Date: Wed, 22 Apr 2009 20:36:32 GMT Server: Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.4.6 PHP/5.2.4-2ubuntu5.5 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g Last-Modified: Fri, 25 Jul 2008 05:20:57 GMT ETag: "14097-2d-452d256a36040" Accept-Ranges: bytes Content-Length: 45 Connection: close Content-Type: text/html <html><body><h1>It works!</h1></body></html> Connection closed by foreign host.