helloSystem / ISO

helloSystem Live and installation ISO
https://github.com/helloSystem/
BSD 3-Clause "New" or "Revised" License
807 stars 58 forks source link

Migrate from ntpdate to ntpd #511

Open Hierosme opened 1 year ago

Hierosme commented 1 year ago

Is your feature request related to a problem? Please describe. ntpdate is deprecated and is replace by ntpd or chrony. It will be remove in next major version of FreeBSD

https://man.freebsd.org/cgi/man.cgi?query=ntpdate&sektion=8 (Section Description on top)

FreeBSD will use NTPD ...

Describe the solution you'd like Implemant NTPD like the True Unix way, NTPD make a good job , and can replace ntpdate easylly with -q option.

https://docs.freebsd.org/en/books/handbook/network-servers/#network-ntp

Describe alternatives you've considered Chrony is the big winner of they last years, but have no port on FreeBSD https://gitlab.com/chrony/chrony

Additional context Date and Time.app have as target NTPD and require it migration

Hierosme commented 1 year ago

I dont know where edit what for got the result but that the plan.

probonopd commented 1 year ago

That file also says:

# Don't forget to enable ntpd in /etc/rc.conf with:
# ntpd_enable="YES"
probonopd commented 1 year ago

Why do we need a file from https://github.com/lattera, how is it different from the default in the ntpd package?

Hierosme commented 1 year ago

that the default package, no diffrence

probonopd commented 1 year ago

Did you make the change on your local system? Did it change boot speed?

Hierosme commented 1 year ago

My Dev system in under GNU/Linux and got it package and file by default . Yet i havent make any performance test under helloSystem.