On 15/11/2011, at 10:19 AM, Christian Kastner wrote:

tag 648563 + unreproducible moreinfo
severity 648563 normal
thanks

On 2011-11-14 22:56, Michael Tomkins wrote:
On 14/11/2011, at 7:54 PM, Christian Kastner wrote:
On 2011-11-13 01:29, Michael Tomkins wrote:

Noticed that weekly Analog run via cron.weekly was about 4 weeks
old. This was prior to a apt-get upgrade. Upgrade broke something.

Cron checks for anacron and if executable then doesn't run daily,
weekly or monthly. But anacron is not resident and only runs when
daily, weekly or monthly cron runs. This circular logic means that
daily, weekly or monthly will never run.

You are overlooking the script anacron installs to /etc/cron.d. It is
run on a daily basis, which means that all the jobs that cron is
skipping in /etc/cron.{daily,weekly,monthly} are executed by anacron.

Then downgrade this bug as that covers standard running logic so
it's probably in my script or setup.

Doing so. Please let me know when you have identified the issue so that
I may close the bug.

My script appears to be at error.

My script has

 test -x analog || exit 1

this gives exit 1, where it should be

 test -x /usr/bin/analog || exit 1

this gives true. Please close this bug.

PS. I assume the first could find multiple "analog" and give inconsistent results.
--
Michael Tomkins
mic...@gmail.com
+61 408 172 142




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to