I can run this expect script just fine using root or my own user account, however when I run it with cron, I always get an error. The OS is Ubuntu 8.04.
When starting with any new major library or system, I go to StackOverflow for the \"What should I know?\" questions.The answers might be subjective, but the advice usually saves me many hours of troub
I am using phpThumb on a client website, and as it is a very image heavy application the cache gets huge quick.Today the thumbs stopped working and I had rename the cache folder, as the folder was too
I\'m trying to set a simple cron script to do some database updating, and I\'m pretty worthless with MySQL without ActiveRecord (I use CodeIgniter).I keep getting the error message,
I want to run a script once day (and only on weekends), however, I cannot use cron job for that. I was thinking about having an infinite while loop, sleep for 24 hours, check if it is a weekend, and
I\'ve never set a Cronjob before. Is it enough to just write the php file I want to execute (in this case send a mail every 24h) and follow through the CPanel GUI prompts开发者_StackOverflow?
I need to set up a cron job that runs an executable compiled using gcc once every hour. I logged in as root and typed crontab -e
I have created a cron job to scan rss/atom feeds but want to know if there is a timeout on this. The documentation says that requests are limited to 30 seconds; is a cron job a regular request that i
I have a nightly database backup which I would like to scp to a remote server.As near as I can tell scp cannot be invoked with a password in the command and instead you need to set up keys for the ser
This is more of an \"general architecture\" problem. If you have a cron job (or even a Windows scheduled task) running periodically, its somewhat simple to have it send you an email / text message tha