x80jdc
Posts: 10
Joined: Sat Apr 19, 2014 7:38 am

Unable to save cronjob

Sun Oct 12, 2014 12:25 pm

Hello all,

I am running rasperry pi as NAS, loving the little computer!!!

I attempted to edit the cronjob but getting error message... Can someone assist?


root@raspberrypi:~# crontab -e
crontab: installing new crontab
crontab: crontabs/tmp.KTh8Fx: No space left on device
crontab: edits left in /tmp/crontab.zzh6Yo/crontab
root@raspberrypi:~#



pi@raspberrypi ~ $ df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 3.6G 3.6G 0 100% /
/dev/root 3.6G 3.6G 0 100% /
devtmpfs 211M 0 211M 0% /dev
tmpfs 44M 368K 44M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 88M 0 88M 0% /run/shm
/dev/mmcblk0p1 56M 19M 38M 34% /boot
/dev/sda1 917G 165G 706G 19% /media/master_nas
/dev/sdb1 917G 165G 706G 19% /media/backup_nas
tmpfs 88M 0 88M 0% /tmp

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Unable to save cronjob

Sun Oct 12, 2014 12:55 pm

Try uninstall in or removing files to free up space. It indeed looks like you are out of space.
There are 10 types of people: those who understand binary and those who don't.

User avatar
rpdom
Posts: 17173
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: Unable to save cronjob

Sun Oct 12, 2014 2:16 pm

Try "apt-get clean" to clear out old package install files. That can take up a lot of space in /var/cache/apt/archives.

Return to “Troubleshooting”