All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron
@ 2021-11-17  9:50 bugzilla
  2021-11-17  9:52 ` [Buildroot] [Bug 14356] " bugzilla
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla @ 2021-11-17  9:50 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

            Bug ID: 14356
           Summary: cronstamp jobs are not performed with bumped version
                    of dcron
           Product: buildroot
           Version: 2021.02.7
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: dominique.tronche@atos.net
                CC: buildroot@uclibc.org
  Target Milestone: ---

Since we have integrated the commit 8a0d4e6a which bumps dcron to a non
released version, we have noticed that the cronstamp jobs are not executed. 
The timestamp of the files in /var/spool/cron/cronstamps/ directory are not
updated. 
If we revert the commit and get back to version 4.5 of dcron, the jobs are
working nominally.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
@ 2021-11-17  9:52 ` bugzilla
  2021-11-17 20:20 ` bugzilla
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2021-11-17  9:52 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

--- Comment #1 from Dominique Tronche <dominique.tronche@atos.net> ---
I forgot to say that the dcron process is running and no error message is
displayed when run in debug mode

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
  2021-11-17  9:52 ` [Buildroot] [Bug 14356] " bugzilla
@ 2021-11-17 20:20 ` bugzilla
  2021-11-18 12:32 ` bugzilla
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2021-11-17 20:20 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

--- Comment #2 from Peter Seiderer <ps.report@gmx.net> ---
(In reply to Dominique Tronche from comment #1)

Tested on RPi Zero 2W (buildroot master, configs/raspberrypizero2w_defconfig),
both dcron-4.5 and dcron-1ba33c3325df48de46263276a43ed76cf9d81518 create the
files in /var/spool/cron/cronstamps and simple dcron jobs work (echo `date` >>
/home/test/out.log)...

Just added (but works without too):

        mkdir -p /var/spool/cron/crontabs
        mkdir -p /var/spool/cron/cronstamps

to /etc/init.d/S90dcron startup file...

Anything special with your crontab files? Can your provide an example?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
  2021-11-17  9:52 ` [Buildroot] [Bug 14356] " bugzilla
  2021-11-17 20:20 ` bugzilla
@ 2021-11-18 12:32 ` bugzilla
  2021-11-18 12:34 ` bugzilla
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2021-11-18 12:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

--- Comment #3 from Dominique Tronche <dominique.tronche@atos.net> ---
Created attachment 9151
  --> https://bugs.busybox.net/attachment.cgi?id=9151&action=edit
Timestamps of cronstamps files are not updated

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
                   ` (2 preceding siblings ...)
  2021-11-18 12:32 ` bugzilla
@ 2021-11-18 12:34 ` bugzilla
  2021-12-01 21:17 ` bugzilla
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2021-11-18 12:34 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

--- Comment #4 from Dominique Tronche <dominique.tronche@atos.net> ---
We only have a logrotate script in /etc/cron.daily. Has you can see in the
snapshot the timestamp of the cronstamps file are not updated. root.sys-hourly
should be updated every hour

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
                   ` (3 preceding siblings ...)
  2021-11-18 12:34 ` bugzilla
@ 2021-12-01 21:17 ` bugzilla
  2023-05-05 14:15 ` bugzilla
  2023-05-06 15:21 ` bugzilla
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2021-12-01 21:17 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

--- Comment #5 from Peter Seiderer <ps.report@gmx.net> ---
(In reply to Dominique Tronche from comment #4)

Any updates on this one? I can confirm the changed behavior/failure for the
default /etc/cron.d/system @hourly entry (did not run the test longer),
can confirm that the offending commit seems to be [1] (upstream issue already
exists [2], dating back to May 2018)...

[1]
https://github.com/dubiousjim/dcron/commit/f048a83da348c1d62204fcbdf407b7abf33e3db0

[2] https://github.com/dubiousjim/dcron/issues/15

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
                   ` (4 preceding siblings ...)
  2021-12-01 21:17 ` bugzilla
@ 2023-05-05 14:15 ` bugzilla
  2023-05-06 15:21 ` bugzilla
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2023-05-05 14:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

--- Comment #6 from Dominique Tronche <dominique.tronche@atos.net> ---
The issue has been corrected with commit 1557312f from Mario Haustein

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Buildroot] [Bug 14356] cronstamp jobs are not performed with bumped version of dcron
  2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
                   ` (5 preceding siblings ...)
  2023-05-05 14:15 ` bugzilla
@ 2023-05-06 15:21 ` bugzilla
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla @ 2023-05-06 15:21 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14356

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yann.morin.1998@free.fr
         Resolution|---                         |FIXED

--- Comment #7 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Dominique, All,

Thanks for the report and the feedback. As you noticed, this is now supposed
to be fixed with commit 1557312f, so I'm closing this bug report. Thanks!

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-06 15:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  9:50 [Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron bugzilla
2021-11-17  9:52 ` [Buildroot] [Bug 14356] " bugzilla
2021-11-17 20:20 ` bugzilla
2021-11-18 12:32 ` bugzilla
2021-11-18 12:34 ` bugzilla
2021-12-01 21:17 ` bugzilla
2023-05-05 14:15 ` bugzilla
2023-05-06 15:21 ` bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.