Scheduled conntrack -F cron.err

I have a scheduled task to run at midnight (in Luci):

00 00 * * * conntrack -F

It runs at the right time but appears to log an error:

Sun Apr 26 00:00:00 2026 cron.err crond[1808]: USER root pid 6262 cmd conntrack -F

Does this mean that the task failed? It looks pretty straightforward. Do I need more?

It’s fine. cron.err crond comes from the BusyBox implementation of crond.

But the conntrack -F would have executed successfully?

Yes, it executed successfully.

Was your conntrack table flushed at the appointed time?

I must admit that I don't know how to check. I am just looking for my time based firewall rule which rejects after midnight to happen quicker, as users with open sessions are often able to continue beyond.

Really?

You explained how:

So, did the sessions/users stop?

(This seems like a really easy check to me, since you insist on further inquiry about 'err'. Verifying your firewall will confirm the posts already explaining the log message.)

Thanks for your helpful response. We're all learning as we go…

I'm not sure if you're being facetious or if you were successfully able to check if the scheduled task worked. Just follow up and let us know if you have any other questions.

Indeed (we also can't guess each user's level of expertise, at the expense of insulting or over explaining).

Thanks again.

You're right - it is pretty simple.

Status / Realtime Graphs / Connections in Luci

.

You're welcome.

(You could have also looked at the connect tracks too, they should be gone. You already knew the command, so I wasn't sure if you needed that information reiterated.)

Contrack minus capital L to list current sessions....
At least having looked briefly in the manual page should have helped