From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030314 Description of problem: Ntpd generates syslog messages like Sep 11 09:49:01 schiphol ntpd[23791]: can't open /etc/ntp/data/drift.TEMP: No such file or directory There is no directory /etc/ntp/data in the ntp rpm. There is a file /var/lib/ntp/drift in the rpm, but it is not pointed to by the default config file. I assume the default /etc/ntp.conf should contain driftfile /var/lib/ntp/drift Version-Release number of selected component (if applicable): ntp-4.1.2-3 This seems similar to bug 97754, but that was supposed to be fixed in release 1.rc3.3, and I still see the problem in release 3. How reproducible: Always Steps to Reproduce: 1. Install ntp
in /var/log/messages auf ntpd[894]: can't open /etc/ntp/drift.TEMP: Permission denied correct this behaviour with: chown -R ntp:ntp /etc/ntp
no! /etc/ntp.conf should contain driftfile /var/lib/ntp/drift