Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I have a dns 313 with version 1.03 firmware and fonz's funplug 0.5 (thank fonz!)-
my query is, what are the standard cron jobs on the 313 before the funplug (if any) and what should the be after?
I entered crontab -r and now I "get cannot open 'root' no such file or directory"
I thought that a reboot would solve it, but did not,
thanks for any help,
km
Offline
does this mean no standard cron jobs? or is it the funplug that puts them there?
Cheers,
km
Offline
Hi !
By default, I don't think there is any "standard cron jobs"
You should add yours, with a script like this:
CRONTEXT=/ffp/tmp/crontab.txt # Delete current Jobs /bin/crontab -d # Add job /bin/echo "00 13 * * * /bin/sh /mnt/HD_a2/scripts/backup_data.sh" >> $CRONTEXT # Install new crontab /bin/crontab $CRONTEXT # Echo /bin/echo "Jobs added:" /bin/echo "`crontab -l`" #clean up /bin/rm $CRONTEXT
Last edited by Electrocut (2009-08-16 15:59:55)
Offline
Hi,
thanks for that info, thats what I figured, before I deleted the crontxt file, there were quite a few jobs in it and not sure where they came from, but everything seems to be working fine - so no point worrying i guess!
thanks again for confirmation,
km
Offline
Try out my ffp scripts for kicking up cron
http://dns323.kood.org/forum/viewtopic.php?id=4535
Offline