Actions
Bug #3561
closedCron still restarts all the time
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Cron still restarts all the time because the anchors do not work in regexps.
Updated by Matthieu CERDA over 11 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/114
Updated by Jonathan CLARKE over 11 years ago
- Assignee changed from Matthieu CERDA to Jonathan CLARKE
OK, it turns out that CFEngine matches this regex against the whole ps output line, ie something like this:
root 20635 1 20635 0.0 0.1 22428 19 1048 1 11:43 00:00:00 /usr/sbin/cron
So we can use end-anchored regexes (with blabla$) but not start-anchored regexes on the process name (ie no ^/usr/sbin/...).
I'm taking over this PR to rework it.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:99423088590287a1f1f2d7b3452a03d9edce7430.
Updated by Jonathan CLARKE over 11 years ago
Applied in changeset commit:c0a4701c61736259d5a35923100eff833543a011.
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending release to Pending technical review
- Pull Request changed from https://github.com/Normation/rudder-techniques/pull/114 to https://github.com/Normation/rudder-techniques/pull/117
Merged in PR #117
Updated by Jonathan CLARKE over 11 years ago
- Status changed from Pending technical review to Pending release
Oops, wrong status.
Updated by Nicolas PERRON over 11 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 24 to Rudder
- Category changed from Techniques to Techniques
Updated by Benoît PECCATTE almost 9 years ago
- Target version changed from 2.6.0 to 2.4.5
Actions