Your message dated Wed, 19 Dec 2018 23:40:34 +0000
with message-id <[email protected]>
and subject line Re: bcron: jobs run in wrong order when catching up after a
resume
has caused the Debian Bug report #381801,
regarding bcron: jobs run in wrong order when catching up after a resume
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
381801: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=381801
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bcron
Version: 0.09-3
Severity: normal
If I suspend my laptop for 24 hours and then resume, the jobs can be run
in the wrong order. For example, I have some jobs which run at 4am:
15 4 * * * A
20 4 * * * B
24 4 * * * C
When I resume the machine at 9am, then I found that the job ran in
the order C, A, and B. Is this a bug?
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17.7-b1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages bcron depends on:
ii libc6 2.3.6-7 GNU C Library: Shared libraries
-- no debconf information
--- End Message ---
--- Begin Message ---
control: tags -1 +wontfix
[2006-08-07 07:56] [email protected]
> Package: bcron
> Version: 0.09-3
> Severity: normal
>
> If I suspend my laptop for 24 hours and then resume, the jobs can be run
> in the wrong order. For example, I have some jobs which run at 4am:
>
> 15 4 * * * A
> 20 4 * * * B
> 24 4 * * * C
>
> When I resume the machine at 9am, then I found that the job ran in
> the order C, A, and B. Is this a bug?
No, I believe it is not. cron daemon is supposed to be running 24/7: I
am actually surprised, that bcron itself catches up anything. Maybe you
have anacron installed too?
--- End Message ---