When executing sar just after installation you may encounter this error on Debian distros. Do the following steps.

Execute the command
# dpkg-reconfigure sysstat

OR

# vi /etc/default/sysstat

Change value of ENABLED from "false" to "true"

# /etc/init.d/sysstat start