Page 1 of 1

Audit problem with a package

Published: August 21, 2026 - 7:35 PM
by Sami Khelil
Hello,

I recently encountered a problem with a package that returns the following message in the console (version 2.6.1.17.813):

Audit result: XXX-auto-upgrade: error Bad or no control found for XXX-auto-upgrade.

This problem is visible on a few PCs. The message repeats every 1 to 3 seconds, which is annoying. Furthermore, when the PC is shut down, it remains stuck and won't shut down while trying to run this audit.

Re: Audit problem with a package

Published: August 21, 2026 - 7:39 PM
by Sami Khelil
I should add that this is a simple package that only creates a scheduled task and copies an executable. I also tried adding the following function to return 'OK':


`def audit():
return 'OK'`.



But it still returns this error message in the console.

Re: Audit problem with a package

Published: August 24, 2026 - 5:14 PM
by Sami Khelil
That's weird: if there's a packet error, it's impossible to shut down or restart the PC :O