Date: Fri, 28 Sep 2018 15:50:16 +0200 From: Andrea Venturoli <ml@netfence.it> To: freebsd-questions@freebsd.org Subject: Starting ntpd in a jail Message-ID: <8a138f2e-11d4-d890-c28d-72717a9eed3a@netfence.it>
next in thread | raw e-mail | index | archive | help
Hello. I'm trying to run ntpd in a jail. Before someone points out it won't be able to set time, that's ok :) I just want other clients to be able to synchronize with it. I can manually "service ntpd start" and it will happily work, but it won't start at boot (or if I restart the jail). Running "rcorder /etc/rc.d/ntpd" gives the same result in the jail as in base (where ntpd starts correctly): > rcorder: file `/etc/rc.d/ntpd' is before unknown provision `LOGIN' > rcorder: requirement `devfs' in file `/etc/rc.d/ntpd' has no providers. > rcorder: requirement `FILESYSTEMS' in file `/etc/rc.d/ntpd' has no providers. > rcorder: requirement `ntpdate' in file `/etc/rc.d/ntpd' has no providers. > rcorder: requirement `DAEMON' in file `/etc/rc.d/ntpd' has no providers. Any hint? bye & Thanks av.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8a138f2e-11d4-d890-c28d-72717a9eed3a>