Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[7.007] Free Space Exhaustion Rate incorrect

See the attached screen grab. Anyone else seen this? Or is the graph just broken?


This thread was automatically locked due to age.
  • Hi Andreas,
    Sorry everyone ... the issue was to do with the negative value at the top of the graph and the fact that the graph does not change despite the log partition filling up.

    -rw-rw-rw- 1 root root 88 Mar 29 12:01 /etc/initial_usage_correction

    /dev/disk/by-label/log
    36G 264M 34G 1% /var/log





    -rw-rw-rw- 1 root root 88 Jul 24 17:46 /etc/initial_usage_correction

    /dev/disk/by-label/log
                           76G  1.5G   70G   2% /var/log


    James, the df of your log partition says the same like the graph does - usage of 264MB on a 40gig partition won't be noticeable much. So as far as I can see, the graph is OK.

    As to the negative fillup estimation: I think that at the point where the initial usage correction was determined the log partition usage was higher than it was now, therefore leading to a negative estimation.
    Can you please verify this by checking the contents of the initial usage correction file with this command?

    perl -e 'use Storable; use Data:[:D]umper; my $data = retrieve("/etc/initial_usage_correction"); print Dumper($data); '


    This file contains the initial partition usage in blocks, which is used as a baseline when computing the fillup rate. It is usually created right after installation.

    Thanks,
     andreas