Sun May 28 22:25:16 2017 daemon.notice ntpd[7134]: ntpd 4.2.8p9@1.3265-o Fri Feb 10 01:41:43 UTC 2017 (1): Starting
Sun May 28 22:25:16 2017 daemon.info ntpd[7134]: Command line: /sbin/ntpd -g -u ntp:ntp -p /var/run/ntpd.pid -n
Sun May 28 22:25:16 2017 daemon.info ntpd[7134]: proto: precision = 3.840 usec (-18)
Sun May 28 22:25:16 2017 daemon.info ntpd[7134]: Listen and drop on 0 v6wildcard [::]:123
Sun May 28 22:25:16 2017 daemon.err ntpd[7134]: unable to bind to wildcard address 0.0.0.0 - another process may be running - EXITING
Other than configuring /etc/config/system, have you done any other modification? I have the same configuration, but there is no ntpclient or ntp.hotplug-helper process running in my system.
I removed both ntpd and ntpclient packages and reenabled busybox sysntpd service again. it works perfectly as both ntp client and ntp server. So I don't need to switch to the separate ntpd package.
As a note (I know this topic is old), but I also had this issue with busybox-ntp in version 17.01.1. I used ntpd (and disabled sysntpd) until version 17.01.4.
Well /etc/init.d/sysntpd is the init script for busybox' builtin ntp server. If you install a standalone ntpd, it should ship its own init script (/etc/init.d/ntpd or similar).
same problem here. I think - it was working fine until I installed: luci-app-ntpc and ntpclient
since then the ntp server is no longer working on the device. I removed ntpclient again, tried it, and also switched to ntpd and ntp-utils without any luck.
default config. I saw some entries in the logs regarding the command line:
still - there is no ntp related process running, port 123 is not in use, and there is no service responding to any ntpclients from the network.
If I start that command line listed in the logs, everything works as expected - but starting it from the startup section, does not yield any new processes or error logs.
driftfile /var/lib/ntp/ntp.drift
# default config
# restrict default limited kod nomodify notrap nopeer
# restrict -6 default limited kod nomodify notrap nopeer
# No limits for local monitoring
# restrict 127.0.0.1
# restrict -6 ::1
# modified config
restrict default ignore
restrict 192.168.0.0 mask 255.255.240.0 limited kod nomodify notrap nopeer noquery
restrict source noquery
restrict 127.0.0.1
interface listen 127.0.0.1
interface listen 192.168.0.1
interface drop IPv6
server time.cloudflare.com iburst
I tried the default and the modified configuration - both only works if I start the process manually - but both fail to start automatically or via the uci startup interface.