Thanks for posting this. I will work on the issue and open a bug. This
is the first time we've switched the minor version (i.e. 3.3 to 3.4) and
there is likely a publishing script I have to find and update.
NOTE: I'd highly recommend running 3.4.0 but download the rules from
spamassassin.apache.org/downloads.cgi?update=201402111327 and install
manually. We'll get the rules distro working and there haven't been any
earth shattering changes in the past few days (except for a bug which
this will avoid).
regards,
KAM
On 2/17/2014 5:22 PM, Bob Proulx wrote:
After the upgrade to 3.4.0 I persistently get the following error from
sa-update.
channel: could not find working mirror, channel failed
If I run it with --debug then it looks like it gets everything that it
needs but then still fails. Here is the small snippet.
Feb 17 14:56:38.859 [7333] dbg: http: /usr/bin/curl -s -L -O
--remote-time -g --max-redirs 2 --connect-timeout 30 --max-time 300
--fail -o 1567423.tar.gz -- http://www.sa-update.pccc.com/1567423.tar.gz
Feb 17 14:56:39.130 [7333] dbg: http: process [7337], exit status:
5632
Of course that location is 404 Not Found.
Feb 17 14:56:37.483 [7333] dbg: dns: 0.4.3.updates.spamassassin.org
=> 1567423, parsed as 1567423
$ dig 0.4.3.updates.spamassassin.org +short txt
"1567423"
Is there a mirror sync issue? That serial number seems old. A
previous version 3.3.2 is up to 1568594.
$ dig 2.3.3.updates.spamassassin.org +short txt
"1568594"
Unfortunately the mirrors are configured such that it isn't possible
to list what files are actually there so I can't tell anything
further. Any ideas?
Bob