Marktz / ya-playsms

Automatically exported from code.google.com/p/ya-playsms
Other
0 stars 0 forks source link

autosending doesn't work #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter an autosend
2. wait until the autosend should go off (for example, hourly)
3. note that the autosend doesn't happen

What is the expected output? What do you see instead?

The autosend should be sent according to its frequency.

Please use labels and text to provide additional information.

Ubuntu

Original issue reported on code.google.com by paleozogt on 10 Jan 2008 at 12:45

GoogleCodeExporter commented 9 years ago
On Linux, Autosending works by putting links to scripts in the /etc/cron.*
directories (e.g., /etc/cron.daily).  These files are named playsms-*.sh (e.g.,
playsms-daily.sh).

cron uses the "run-parts" utility to run every script in the various 
directories.  As
it turns out, run-parts ignores files that use periods/extensions (!).

The solution is to change the name of the cron scripts to not have extensions.

Original comment by paleozogt on 10 Jan 2008 at 12:47

GoogleCodeExporter commented 9 years ago

Original comment by paleozogt on 11 Jan 2008 at 3:27

GoogleCodeExporter commented 9 years ago
fixed in v0.8.3

Original comment by paleozogt on 7 Feb 2008 at 6:15