[root@voyager ~]# systemctl status ntpd.service
ntpd.service
          Loaded: error (Reason: No such file or directory)
          Active: inactive (dead)
[root@voyager ~]# systemctl status spamd.service
spamd.service
          Loaded: error (Reason: No such file or directory)
          Active: inactive (dead)

So what file is missing and why did the package maintainer fail to
include it?

[root@voyager ~]# yum list installed | grep -e spamassassin -e ntp

ntpdate.x86_64                        4.2.6p4-1.fc16
@fedora
spamassassin.x86_64                   3.3.2-7.fc16
@fedora

ntpd.service is provided by the ntp package, which you do not have installed.

yum provides "*/ntpd.service" would have told you that.

You need:

yum install ntp


ntpdate is not the same thing.


- Mike

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to