Uriei
Oct 27 2018

Missing crontab
6  1K+ {{tagitem.name}}
I've been trying to modify my crontab and I couldn't after several tries it went to the default one and if I do "crontab -l" I get "no crontab for Uriei".



Any fix for this?
You need to do crontab -e to add a crontab entry. Here is a crontab tutorial CRONTAB FOR DUMMIES
Som    Oct 27 2018
I already had one but crontab -e doesn't create a new one, once I save it it doesn't do it, and shows that there is no free space.
Uriei    Oct 27 2018
Now that I have a bit more time I'll paste what the terminal shows:



Uriei@xshellz-free:~$ crontab -e

no crontab for Uriei - using an empty one

crontab: installing new crontab

crontab: crontabs/tmp.2NRyoN: No space left on device

crontab: edits left in /tmp/crontab.9rlhMk/crontab

Uriei@xshellz-free:~$



Which is the same as this previous issue from another person: https://www.xshellz.com/community/general/48217/Unable-to-create-cron-job-[SOLVED]
Uriei    Oct 28 2018
We are aware of the issue and are currently fixing it. Please have some patience.
Som    Oct 28 2018
The 'df' command shows the root directory device is full. It looks like /tmp was moved to a loop device, but presumably is still occupying space on the root.

I wonder if this could be solved, at least temporarily, if people cleaned up their unused tmp files. So I wrote a little script to see who's using space. These users are each using over 100M in /tmp:

AZERAZER 101M

deltavps 101M

pearljam 140M

seedbox 181M

stormie 346M

sayfpack 1193M
kjackson    Oct 29 2018
This issue has been resolved, try to readd your cron entry.
Staff StephenS    Oct 30 2018

Please Login or Sign Up to leave a reply.