cleaning up missing variable after new awakening to simple approach to vars taken...
authorChris Koeritz <fred@gruntose.com>
Wed, 14 Mar 2012 15:14:12 +0000 (11:14 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 14 Mar 2012 15:14:12 +0000 (11:14 -0400)
thanks to: http://www.alleft.com/sysadmin/common-cron-mistakes/  for good info.

database/configuration/cron/bookmarks_builder.crontab
database/configuration/cron/doxygen.crontab
database/configuration/cron/linux_config_snarf.crontab
database/configuration/cron/mysql_db_backup.crontab
database/configuration/cron/nechung_fortune.crontab
database/configuration/cron/opensim_restart.crontab
database/configuration/cron/overload_check.crontab
database/configuration/cron/random_sound.crontab
database/configuration/cron/uptime_report.crontab
database/configuration/cron/zooty_archive_packer.crontab

index 0c1bb9863f98189b20fbddb3b15693702eee6378..545959651f5674cbc04477b2371810b1095a2bed 100644 (file)
@@ -3,6 +3,8 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # regenerate the bookmarks pages.
 24 10 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/bookmarks/create_marks.sh ) &>>/tmp/zz_bookmarkingering_$USER.log 
 
index fa20d219951faaa487dc4b8c27b9907d2c941364..0b3c73c8f44b6c107108a1b1354acb515f92bcd0 100644 (file)
@@ -3,5 +3,7 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 20 4 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME/hoople/docs; make) &>>/tmp/zz_doxy_make_$USER.log
 
index 8476ebaa297974d593ccaa656931515e4fceb14a..f6fc022a249e330411f6e2463c8e153f0d449478 100644 (file)
@@ -3,6 +3,8 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # do a backup of the config files once a week.
 28 7 * * 4 (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd /z/stuffing/archives; perl $HOME/feisty_meow/scripts/archival/snarf_linux_config.pl) &>>/tmp/zz_linux_config_snarf_$USER.log
 
index 00be4ccf597a4dd705535eda2a1da28bd1f5405f..8f86ac6eca3349abef71cf5def186ee618e6bdef 100644 (file)
@@ -3,5 +3,7 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 14 7 * * * bash $HOME/feisty_meow/scripts/database/backup_mysql_dbs.sh &>>/tmp/zz_backup_mysql_$USER.log
 
index 8cfeb6970a5f4a55e3b8ff726d06e1f59335b20c..13f48806fe55a4990194401004a833d5f994b549 100644 (file)
@@ -3,5 +3,7 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 * * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; perl $HOME/feisty_meow/scripts/text/new_sig.pl) &>>/tmp/zz_nechung_fortune_$USER.log
 
index c4882aef5534998c8ca5dbed5504cfc2f5522f72..5df6319c4453badee323064e28443bf739745fe2 100644 (file)
@@ -3,7 +3,9 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # make sure opensim is started if we can't detect it as running.
-*/5 * * * * export FOOP=/tmp/opensim_restart.log; export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh &>>$FOOP ; bash $HOME/feisty_meow/scripts/opensim/maybe_restart_opensim.sh &>>$FOOP ; /bin/chmod g+w $FOOP
+*/5 * * * * export FOOP=/tmp/opensim_restart_$USER.log; export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh &>>$FOOP ; bash $HOME/feisty_meow/scripts/opensim/maybe_restart_opensim.sh &>>$FOOP ; /bin/chmod g+w $FOOP
 
 
index 4439446c61aa99c3d1ab6883502cf32f468c6ac4..a51457a0397b3960e11af2b96af923d7ff216a2f 100644 (file)
@@ -3,6 +3,8 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # make a report of the current state of information overload in our notes files.
 24 22 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/notes/info_overload_report.sh ) &>>/tmp/zz_info_overload_$USER.log 
 
index eff64d3af0780d3186bb45f6406a5673de429a65..58f109bd15cf53c4f691af721155434e115fff57 100644 (file)
@@ -3,5 +3,7 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 * * * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/multimedia/randomly_play.sh) &>>/tmp/zz_random_sound_$USER.log
 
index 5c26b7c616db34b73720b00a308acba09a8367d2..8a2684ec485f67d4fa42b2d7237e624483cde5e3 100644 (file)
@@ -3,6 +3,8 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # the script writes the current time and current uptime to the log file.
 0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>>/tmp/zz_uptime_report_$USER.log
 
index ec935f1175a42fe69fc4acdf17c62fae83d93133..1e9415191d03cf71b8062c3fe0e8964a7c1d1577 100644 (file)
@@ -3,6 +3,8 @@ SHELL=/bin/bash
 
 # m h dom mon dow command
 
+USER=fred
+
 # this packs up our archives once a day.
 32 6 0 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/archival/pack_yeti.sh ; bash $HOME/feisty_meow/scripts/archival/pack_hoople.sh ) &>>/tmp/zz_packing_cron_$USER.log