linux - cronjob : No space left on device -
i have attached new volume ec2 instance. volume attached successfully.below output of command.
df -h
filesystem size used avail use% mounted on
/dev/xvda1 32g 8.1g 22g 27% /
none 4.0k 0 4.0k 0% /sys/fs/cgroup
udev 2.0g 12k 2.0g 1% /dev
tmpfs 396m 340k 395m 1% /run
none 5.0m 0 5.0m 0% /run/lock
none 2.0g 0 2.0g 0% /run/shm
none 100m 0 100m 0% /run/user
overflow 1.0m 1.0m 0 100% /tmp
when tried add new cronjob shows error there no space left.
sudo crontab -e
/tmp/crontab.jvoowt/crontab: no space left on device
your /tmp directory full, first remove files temp directory issuing command below
rm -rf /tmp/* run crontab again
sudo crontab -e
Comments
Post a Comment