
We have the answer for Mac Support. Below you will find related Tech Support questions and Forum Post/Threads for CronniX.
Just Register and Ask!
these are doing, whether it needs to be done, and how often. In addition, CCCloner, for example will check permissions before it begins its nightly backup. With CronniX you can schedule any of these. ...
Mac OS X System & Mac Software - Posts: 4 - Sep 21, 2003
I did exactly this about a month ago.
The shell script:
#!/bin/tcsh
cd /Users/gwailo/update_ip
nice +20 date > ip.txt;
nice +20 echo "
" >> ip.txt;
nice +20 echo "Current WAN IP Address:
" >> ip.txt;
nice +20 /sbin/ifconfig ppp0 | grep inet | awk '{print $2}' >> ip.txt;
#date >> log.txt
Unix & X11 - Posts: 4 - Jan 28, 2003
Sorry I'm not familiar with where Cronnix puts its files, so I can't advise you on what to look for. ...
Unix & X11 - Posts: 2 - Jan 24, 2003
I've got a shell script that runs fine if I drop it onto a terminal window, it also runs if I tell Cronnix to "Run Now", but doesn't run at all when I tell CronniX to run it at a set time. I imagine that it's because Terminal and the Run Now command in CronniX use tcsh and cron doesn't... Anyone know a way around this? ...
Unix & X11 - Posts: 2 - Jan 24, 2003
shoot this should be in Darwin I guess, even though it really is a cronniX question... ...
Unix & X11 - Posts: 3 - Dec 17, 2002
CronniX will let you edit the system (root's) crontab. You can get it here: http://www.koch-schmidt.de/cronnix/ To change when the system runs its optimization routines, choose File>Open System Crontab. Enter your adminstrator password and then change the values to something similar to what is pictured here:
Hardware & Peripherals - Posts: 4 - Dec 12, 2002
no I didn't, then again, I could not do much about it (I do more PHP than anything else). That's however, great to know as this type of apps are so truly handy (I should have also mentioned Cronnix which I used to grab movie info every day at 3am and write it to palm pdbs - crontab GUI)
Mac OS X System & Mac Software - Posts: 49 - Nov 1, 2002
downloaded Cronnix and setup cron task to run. Nothing happened when the set time rolled around. ...
Unix & X11 - Posts: 7 - Oct 22, 2002
then setup CronniX to run it for you automatically. ...
Mac OS X System & Mac Software - Posts: 6 - Oct 8, 2002
sometimes you have to fight fire with fire. Use cron to change the permissions of the folder and it's contents every 15 minutes. In the term, type... sudo vi /etc/crontab type in your admin passwd... type in this line at the bottom of the cron file...
Mac OS X System & Mac Software - Posts: 17 - Sep 26, 2002