On 05/24/2015 03:24 PM, Kirk Bocek wrote:
Disable chronyd.
So:
$rpm -e --nodeps chrony
chrony has dependencies with anaconda and initial-setup.
No, not that I can tell...
# rpm -q --whatrequires chrony
Either way, don't use --nodeps. Just don't. If you break dependencies, you're going to have trouble updating later. Or something unexpected will stop working.
In this case it's not a big deal, since nothing actually requires chrony, but in general it's a really bad practice.