diff options
author | Martin Kosek <mkosek@redhat.com> | 2012-12-07 16:44:32 +0100 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2012-12-07 13:07:36 -0500 |
commit | 211f6c9046ab9b43c7f40e279db7c5595ae70bd1 (patch) | |
tree | d8e666b3def0bff9e3c05e78b782841cde859465 /ipa-client/man | |
parent | 867f7691e9e8d4dc101d227ca56a94f9b947897f (diff) | |
download | freeipa-211f6c9046ab9b43c7f40e279db7c5595ae70bd1.tar.gz freeipa-211f6c9046ab9b43c7f40e279db7c5595ae70bd1.tar.xz freeipa-211f6c9046ab9b43c7f40e279db7c5595ae70bd1.zip |
Stop and disable conflicting time&date services
Fedora 16 introduced chrony as default client time&date synchronization
service:
http://fedoraproject.org/wiki/Features/ChronyDefaultNTP
Thus, there may be people already using chrony as their time and date
synchronization service before installing IPA.
However, installing IPA server or client on such machine may lead to
unexpected behavior, as the IPA installer would configure ntpd and leave
the machine with both ntpd and chronyd enabled. However, since the OS
does not allow both chronyd and ntpd to be running concurrently and chronyd
has the precedence, ntpd would not be run on that system at all.
Make sure, that user is warned when trying to install IPA on such
system and is given a possibility to either not to let IPA configure
ntpd at all or to let the installer stop and disable chronyd.
https://fedorahosted.org/freeipa/ticket/2974
Diffstat (limited to 'ipa-client/man')
-rw-r--r-- | ipa-client/man/ipa-client-install.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index 382d4872f..abd74666e 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -71,6 +71,9 @@ Configure ntpd to use this NTP server. \fB\-N\fR, \fB\-\-no\-ntp\fR Do not configure or enable NTP. .TP +\fB\-\-force\-ntpd\fR +Stop and disable any time&date synchronization services besides ntpd. +.TP \fB\-\-ssh\-trust\-dns\fR Configure OpenSSH client to trust DNS SSHFP records. .TP |