Archive for 28/07/2011
debian-sa1 fails after update
Here is a quick solution for fixing the cron error:
command -v debian-sa1 > /dev/null && debian-sa1 1 1 (failed)
Edit /etc/default/sysstat on the line SA1_OPTIONS=”-d”, changing “-d” with ”-S DISK”
This is because some sadc options were renamed in the recent version.