Hello, thinkfan.service and chronyd.service keep failing on boot on my Fedora 20 KDE Thinkpad T420i. Restarting them brings them back to normal running status. [donnie@fedora ~]$ systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION chronyd.service loaded failed failed NTP client/server thinkfan.service loaded failed failed simple and lightweight fan control program LOAD = Reflects whether the unit definition was properly loaded. ACTIVE = The high-level unit activation state, i.e. generalization of SUB. SUB = The low-level unit activation state, values depend on unit type. 2 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'. [donnie@fedora ~]$ journalctl -b _TRANSPORT=kernel | grep fail May 08 16:51:00 fedora kernel: ACPI: \_PR_.CPU4: failed to get CPU APIC ID. May 08 16:51:00 fedora kernel: ACPI: \_PR_.CPU5: failed to get CPU APIC ID. May 08 16:51:00 fedora kernel: ACPI: \_PR_.CPU6: failed to get CPU APIC ID. May 08 16:51:00 fedora kernel: ACPI: \_PR_.CPU7: failed to get CPU APIC ID. May 08 16:51:00 fedora kernel: acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM May 08 16:51:11 fedora kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel May 08 16:53:01 fedora systemd[1]: Unit chronyd.service entered failed state. May 08 16:53:01 fedora systemd[1]: Unit thinkfan.service entered failed state. [donnie@fedora ~]$ systemctl status thinkfan.service thinkfan.service - simple and lightweight fan control program Loaded: loaded (/usr/lib/systemd/system/thinkfan.service; enabled) Active: failed (Result: timeout) since Thu 2014-05-08 16:52:50 IST; 4min 48s ago Process: 744 ExecStart=/usr/sbin/thinkfan (code=killed, signal=TERM) [donnie@fedora ~]$ systemctl status chronyd.service chronyd.service - NTP client/server Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) Active: failed (Result: timeout) since Thu 2014-05-08 16:52:49 IST; 5min ago Process: 730 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=killed, signal=TERM) [donnie@fedora ~]$ sudo systemctl restart thinkfan.service [donnie@fedora ~]$ sudo systemctl restart chronyd.service [donnie@fedora ~]$ systemctl status chronyd.service chronyd.service - NTP client/server Loaded: loaded (/usr/lib/systemd/system/chronyd.service; enabled) Active: active (running) since Thu 2014-05-08 16:58:28 IST; 2s ago Process: 2649 ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers (code=exited, status=0/SUCCESS) Process: 2646 ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS (code=exited, status=0/SUCCESS) Main PID: 2648 (chronyd) CGroup: /system.slice/chronyd.service └─2648 /usr/sbin/chronyd -u chrony May 08 16:58:28 fedora systemd[1]: Starting NTP client/server... May 08 16:58:28 fedora chronyd[2648]: chronyd version 1.29.1 starting May 08 16:58:28 fedora chronyd[2648]: Linux kernel major=3 minor=14 patch=2 May 08 16:58:28 fedora chronyd[2648]: hz=100 shift_hz=7 freq_scale=1.00000000 nominal_tick=10000 slew_delta_tick=833 max_tick_bias=1000 shift_pll=2 May 08 16:58:28 fedora chronyd[2648]: Frequency -23.556 +/- 0.776 ppm read from /var/lib/chrony/drift May 08 16:58:28 fedora systemd[1]: Started NTP client/server. [donnie@fedora ~]$ systemctl status thinkfan.service thinkfan.service - simple and lightweight fan control program Loaded: loaded (/usr/lib/systemd/system/thinkfan.service; enabled) Active: active (running) since Thu 2014-05-08 16:58:24 IST; 13s ago Process: 2641 ExecStart=/usr/sbin/thinkfan (code=exited, status=0/SUCCESS) Main PID: 2642 (thinkfan) CGroup: /system.slice/thinkfan.service └─2642 /usr/sbin/thinkfan May 08 16:58:24 fedora systemd[1]: Starting simple and lightweight fan control program... May 08 16:58:24 fedora systemd[1]: Started simple and lightweight fan control program. May 08 16:58:24 fedora thinkfan[2641]: Daemon PID: 2642 [donnie@fedora system]$ cat chronyd.service [Unit] Description=NTP client/server After=ntpdate.service sntp.service ntpd.service Conflicts=ntpd.service [Service] Type=forking PIDFile=/var/run/chronyd.pid EnvironmentFile=-/etc/sysconfig/chronyd ExecStart=/usr/sbin/chronyd -u chrony $OPTIONS ExecStartPost=/usr/libexec/chrony-helper add-dhclient-servers [Install] WantedBy=multi-user.target [donnie@fedora system]$ cat thinkfan.service [Unit] Description=simple and lightweight fan control program After=syslog.target [Service] Type=forking ExecStart=/usr/sbin/thinkfan PIDFile=/var/run/thinkfan.pid ExecReload=/bin/kill -HUP $(</var/run/thinkfan.pid) [Install] WantedBy=multi-user.target [donnie@fedora ~]$ uname -rsvp Linux 3.14.2-200.fc20.x86_64 #1 SMP Mon Apr 28 14:40:57 UTC 2014 x86_64 -- Regards, Sudhir Khanger. sudhirkhanger.com https://github.com/donniezazen -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org