Ticket #1907 (closed defect: fixed)
ebox runs ntpd as root and cannot create ntp.drift.TEMP or update ntp.drift
| Reported by: | p.elsie | Owned by: | jsoriano@… |
|---|---|---|---|
| Milestone: | 2.0.X | Component: | ntp |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Using Lucid with 1.5.1 and ebox-ntp enabled, /var/lib/ntp/ntp.drift always contains 0.00
if you run 'ps aux |grep ntpd'
root 16888 0.0 0.3 4420 1680 ? Ss 15:49 0:00 /usr/sbin/ntpd -n -g
The logs /var/log/syslog and /var/log/daemon.log contain:
May 24 15:01:24 va51dt8100box ntpd[2623]: can't open /var/lib/ntp/ntp.drift.TEMP: Permission denied
If you disable ebox-ntp then ntp runs normally
Attachments
Change History
comment:5 Changed 2 years ago by jsoriano@…
- Status changed from new to closed
- Resolution set to worksforme
I cannot reproduce this issue with the current version.
comment:6 Changed 2 years ago by Joeg1484
- Status changed from closed to reopened
- Resolution worksforme deleted
Happens on mine with ebox-ntp module running:
tail -c 10000 /var/log/syslog |grep ntp
Feb 4 11:45:53 wolfserver ntpd[4027]: can't open /var/lib/ntp/ntp.drift.TEMP: Permission denied
ps aux |grep ntpd root 4027 0.0 0.1 4408 1700 ? Ss 10:45 0:00 /usr/sbin/ntpd -n -g
Still not fixed