Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.3 release breaks user crontab #30

Closed
Polynomial-C opened this issue Mar 17, 2019 · 2 comments
Closed

1.5.3 release breaks user crontab #30

Polynomial-C opened this issue Mar 17, 2019 · 2 comments

Comments

@Polynomial-C
Copy link
Contributor

Steps to reproduce:

user@linux:~> crontab -l
SHELL=/bin/bash         
                                                                               
* * * * *               echo "date1 $(date)" >> ${HOME}/temp/cronie_test
* * * * *               echo "date2 $(date)" >> ${HOME}/temp/cronie_test       

result with cronie-1.5.2:

user@linux:~> cat ~/temp/cronie_test
date1 Sun Mar 17 15:00:01 CET 2019
date2 Sun Mar 17 15:00:01 CET 2019
date2 Sun Mar 17 15:01:01 CET 2019
date1 Sun Mar 17 15:01:01 CET 2019
date2 Sun Mar 17 15:02:01 CET 2019
date1 Sun Mar 17 15:02:01 CET 2019
date2 Sun Mar 17 15:03:01 CET 2019
date1 Sun Mar 17 15:03:01 CET 2019
date2 Sun Mar 17 15:04:01 CET 2019
date1 Sun Mar 17 15:04:01 CET 2019

result with cronie-1.5.3:

user@linux:~> cat ~/temp/cronie_test
date1 Sun Mar 17 15:10:01 CET 2019
date1 Sun Mar 17 15:11:01 CET 2019
date1 Sun Mar 17 15:12:01 CET 2019
date1 Sun Mar 17 15:13:01 CET 2019
date1 Sun Mar 17 15:14:01 CET 2019

See also downstream bug report: https://bugs.gentoo.org/680764

@Polynomial-C
Copy link
Contributor Author

Polynomial-C commented Mar 18, 2019

Just to make this a bit more clear. Only the first entry of a user's crontab will be executed with cronie-1.5.3

@Polynomial-C
Copy link
Contributor Author

Fixed in 1.5.4 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant