Page MenuHomeFreeBSD

PR 253868: Periodic issues
ClosedPublic

Authored by ceri on Mar 15 2021, 9:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 1, 8:58 AM
Unknown Object (File)
Fri, Mar 28, 3:20 AM
Unknown Object (File)
Fri, Mar 14, 4:51 PM
Unknown Object (File)
Tue, Mar 11, 11:41 PM
Unknown Object (File)
Feb 24 2025, 6:18 PM
Unknown Object (File)
Feb 24 2025, 8:29 AM
Unknown Object (File)
Feb 23 2025, 5:47 PM
Unknown Object (File)
Feb 23 2025, 11:08 AM
Subscribers

Details

Summary

Patch to address issues described.

  1. /etc/periodic has special cases for zcat and bzcat, but not for zstd and xz which newsyslog also supports.
  1. newsyslog.conf manpage does not have a xref for zstd(1).
  1. usr.sbin/periodic/etc/monthly/200.accounting does not use temporary files appropriately.
  1. periodic.conf(5) refers to "daily accounting" and "monthly accounting" withouth being clear that "daily" means process accounting and "monthly" is login accounting.
Test Plan

Has been running on my system for 18 days now.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ceri requested review of this revision.Mar 15 2021, 9:48 AM
ceri created this revision.
allanjude added a subscriber: allanjude.

Reviewed By: allanjude

This revision is now accepted and ready to land.Jun 2 2021, 12:09 PM