Discover Centmin Mod today
Register Now

I keep getting theses errors Invalid system....

Discussion in 'System Administration' started by Itworx4me, Dec 14, 2022.

  1. Itworx4me

    Itworx4me Active Member

    258
    26
    28
    Mar 14, 2017
    Ratings:
    +44
    Local Time:
    5:41 PM
    Nginx 1.21.X
    MariaDB 10.3.X
    Per the title. I keep getting theses errors in my log. How does one fix the error?

    Invalid system activity file: /var/log/sa/sa14


    Thanks,
    Itworx4me
     
  2. eva2000

    eva2000 Administrator Staff Member

    50,132
    11,563
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +17,946
    Local Time:
    10:41 AM
    Nginx 1.21.x
    MariaDB 10.x
    what's output for these commands
    Code (Text):
    which sar
    sar -V
    

    try these commands for fix
    Code (Text):
    cd /var/log/sa/
    rm -f /var/log/sa/sa14
    service sysstat restart
    
     
  3. Itworx4me

    Itworx4me Active Member

    258
    26
    28
    Mar 14, 2017
    Ratings:
    +44
    Local Time:
    5:41 PM
    Nginx 1.21.X
    MariaDB 10.3.X