You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2014/08/14 19:46:17 UTC

[Bug 7074] sa-update failing because curl returns exit code 13

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7074

--- Comment #1 from Mark Martinec <Ma...@ijs.si> ---
exit status: 13
13) SIGPIPE

Try running the same command manually:

  /usr/bin/curl -s -L -O --remote-time -g --max-redirs 2 --connect-timeout 30
--max-time 300 --fail -o MIRRORED.BY --
http://spamassassin.apache.org/updates/MIRRORED.BY

It is perhaps writing anything to stdout? (it shouldn't, should just produce
the file MIRRORED.BY in a currect directory).

Does sa-update work correctly when running interactively, but fails in cron?

-- 
You are receiving this mail because:
You are the assignee for the bug.