You are not logged in.
Pages: 1
I am experiencing a weird problem when I want to edit my crontab. I use vi to edit it. Say I have this entry :
30 23 * * * /home/marst/bin/rsync_to_iguane
Which I want to change to :
30 23 * * * /home/marst/bin/rsync_gecko
After I'm done, I do :wq and I get the message : unable to create /var/spool/cron/marst.new: File exists
What's wrong :?: I never had this before.
Offline
I would suspect that, in a previous occasion, the editing of your crontab was suddenly interrupted. Can you try to simply remove /var/spool/cron/marst.new ?
Mortuus in anima, curam gero cutis
Offline
you're supposed to use crontab -e to edit the crontab. It should bring it up in vim.
Offline
Yes, I said vi, but I meant crontab -e.
For some reason, it is now working. Yesterday, every time I deleted marst.new, it would come back. Earlier today, it worked... Go figure.
Offline
Pages: 1