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...@spamassassin.apache.org on 2023/03/25 21:55:01 UTC

[Bug 8122] New: For more than 15 days I've been getting "no fresh updates were available"

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

            Bug ID: 8122
           Summary: For more than 15 days I've been getting "no fresh
                    updates were available"
           Product: Spamassassin
           Version: 3.4.4
          Hardware: PC
                OS: Windows
            Status: NEW
          Severity: major
          Priority: P2
         Component: sa-update
          Assignee: dev@spamassassin.apache.org
          Reporter: sergiortc@hotmail.com
  Target Milestone: Undefined

I use Windows Server 2022 Standard and Spamassassin for Windows (JAM Software).
For over two years it has been working flawlessly.
But two weeks ago or so I began receiving the message "Update finished, no
fresh updates were available"  when I run Sa-Update.
I run the command:
sa-update -v --nogpg -D
And the last 9 lines are:
[5884] dbg: channel: attempting channel updates.spamassassin.org

[5884] dbg: channel: using existing directory C:\Program Files\JAM
Software\SpamAssassin for Windows\share\3.004004\updates_spamassassin_org

[5884] dbg: channel: channel cf file C:\Program Files\JAM Software\SpamAssassin
for Windows\share\3.004004\updates_spamassassin_org.cf

[5884] dbg: channel: channel pre file C:\Program Files\JAM
Software\SpamAssassin for Windows\share\3.004004\updates_spamassassin_org.pre

[5884] dbg: channel: metadata version = 1908044, from file C:\Program Files\JAM
Software\SpamAssassin for Windows\share\3.004004\updates_spamassassin_org.cf

[5884] dbg: dns: 4.4.3.updates.spamassassin.org => 1908044, parsed as 1908044

[5884] dbg: channel: current version is 1908044, new version is 1908044,
skipping channel

[5884] dbg: diag: updates complete, exiting with code 1
Update finished, no fresh updates were available.

I think it's hardly tru that there has not been rules updates for 15+ days.

Can anybody help?

Thanks!

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

Bill Cole <bi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |billcole@apache.org

--- Comment #4 from Bill Cole <bi...@apache.org> ---
(In reply to sergiortc from comment #2)
> Somebody told me "its not a bug, please close this ticket if you
> cant provide bug detals other then no updates".
> Choosing status resolved invalid is my approach to "close it".
> Maybe it is worth it to note the person did not helped me understand the
> lack of updates.

Currently we have a disruption in the feed of data that allows us to do QA and
rescoring. There are not enough recent mass-check spam sub missions to trust
the results. This is the QA system operating as designed, avoiding the risk of
basing new scores on a too-small sample. 

We've addressed the problem with getting fresh mass-check logs, so updates
should resume in a few days after enough have been received.

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

--- Comment #6 from Bill Cole <bi...@apache.org> ---
(In reply to sergiortc from comment #5)

> Is there anything else, other than setting the status to "resolved-invalid",
> I can do to close my report?

No, that's all.

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

sergiortc@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiortc@hotmail.com

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

--- Comment #3 from Benny Pedersen <me...@junc.eu> ---
Exit Status 9 is not zero for do-nightly-rescore-example.sh

=== tail of ~automc/tmp/do-stable-update-with-scores.log ===
 HAM: 359282 (100000 required)
+ echo 'SPAM: 5105 (60000 required)'
SPAM: 5105 (60000 required)
+ [[ 359282 -lt 100000 ]]
+ [[ 5105 -lt 60000 ]]
+ echo 'Insufficient spam corpus to generate scores; aborting.'
Insufficient spam corpus to generate scores; aborting.
+ exit 9
+ RV=9
+ '[' 9 -ne 0 ']'
+ echo 'Exit Status 9 is not zero for do-nightly-rescore-example'
Exit Status 9 is not zero for do-nightly-rescore-example
+ echo 'From: noreply@spamassassin.apache.org (automc Cron)'
+ echo 'Subject: [auto] do-nightly-rescore-example return code 9'
+ echo ''
+ echo 'Exit Status 9 is not zero for do-nightly-rescore-example.sh'
+ echo ''
+ echo '=== tail of ~automc/tmp/do-stable-update-with-scores.log ==='
+ tail -20 /usr/local/spamassassin/automc/tmp/do-stable-update-with-scores.log
+ /usr/sbin/sendmail -oi ruleqa@spamassassin.apache.org

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

sergiortc@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|sergiortc@hotmail.com       |

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

Benny Pedersen <me...@junc.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me@junc.eu

--- Comment #1 from Benny Pedersen <me...@junc.eu> ---
subscribe to users maillist, its not a bug, please close this ticket if you
cant provide bug detals other then no updates

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

sergiortc@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #2 from sergiortc@hotmail.com ---
Somebody told me "its not a bug, please close this ticket if you
cant provide bug detals other then no updates".
Choosing status resolved invalid is my approach to "close it".
Maybe it is worth it to note the person did not helped me understand the lack
of updates.

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

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

--- Comment #5 from sergiortc@hotmail.com ---
Thank you very much for your answer and for the information about the
disruption in the feed of data.
Is there anything else, other than setting the status to "resolved-invalid", I
can do to close my report?
Tnak you again.

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