[Openstack-security] [Bug 1604042] Re: service name should be chronyd not chrony in V-38620 - Synchronize system clock (enable chrony)
Major Hayden
major at mhtx.net
Tue Jul 19 14:39:05 UTC 2016
I can confirm that this bug is valid:
[root at centos-osas-test openstack-ansible-security]# systemctl status chronyd
● chronyd.service - NTP client/server
Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2016-07-19 14:37:55 UTC; 46s ago
Process: 20363 ExecStartPost=/usr/libexec/chrony-helper update-daemon (code=exited, status=0/SUCCESS)
Process: 20359 ExecStart=/usr/sbin/chronyd $OPTIONS (code=exited, status=0/SUCCESS)
Main PID: 20361 (chronyd)
CGroup: /system.slice/chronyd.service
└─20361 /usr/sbin/chronyd
Jul 19 14:37:55 centos-osas-test systemd[1]: Starting NTP client/server...
Jul 19 14:37:55 centos-osas-test chronyd[20361]: chronyd version 2.1.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +DEBUG +ASYNCDNS +IPV6 +SECHASH)
Jul 19 14:37:55 centos-osas-test chronyd[20361]: Frequency -0.748 +/- 1.430 ppm read from /var/lib/chrony/drift
Jul 19 14:37:55 centos-osas-test systemd[1]: Started NTP client/server.
Jul 19 14:38:02 centos-osas-test chronyd[20361]: Selected source 64.79.107.43
[root at centos-osas-test openstack-ansible-security]# systemctl status chronyc
● chronyc.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
--
You received this bug notification because you are a member of OpenStack
Security, which is subscribed to OpenStack.
https://bugs.launchpad.net/bugs/1604042
Title:
service name should be chronyd not chrony in V-38620 - Synchronize
system clock (enable chrony)
Status in openstack-ansible:
In Progress
Bug description:
service name should be chronyd not chrony for V-38620 (Centos 7)
openstack/openstack-ansible-security:
diff --git a/tasks/misc.yml b/tasks/misc.yml
index 733aa4b..c26af06 100644
--- a/tasks/misc.yml
+++ b/tasks/misc.yml
@@ -109,7 +109,7 @@
- name: V-38620 - Synchronize system clock (enable chrony)
service:
- name: chrony
+ name: chronyd
state: started
enabled: yes
when: not check_mode
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-ansible/+bug/1604042/+subscriptions
More information about the Openstack-security
mailing list