My SD volume was full
ran the following command to check
df -h
cd /var/log
sudo du -sh *
found out that couple of logs were taking up the space. Truncated them
sudo truncate -s 0 /var/log/syslog.1
sudo truncate -s 0 /var/log/daemon.log.1
My SD volume was full
ran the following command to check
df -h
cd /var/log
sudo du -sh *
found out that couple of logs were taking up the space. Truncated them
sudo truncate -s 0 /var/log/syslog.1
sudo truncate -s 0 /var/log/daemon.log.1