Opened 10 years ago
Closed 10 years ago
#4586 closed enhancement (notsugar)
Set NTP server via DHCP
Reported by: | DeepakMuddha | Owned by: | jerry |
---|---|---|---|
Priority: | Low | Milestone: | Unspecified |
Component: | Sugar | Version: | Unspecified |
Severity: | Minor | Keywords: | AU1B |
Cc: | gonzalo, DeepakMuddha | Distribution/OS: | Unspecified |
Bug Status: | New |
Description
We can get the NTP server address via DHCP.
Comment from Bernie in #704:
This could be done through dhclient. The script in /etc/dhcp/dhclient.d/ntp.sh (part of the ntp package) should aready take care of it.
On the server side, we just need to set something like:
option ntp-servers x.y.z.w;
Since we don't control the server side, we can't rely on this and should also have a GUI to allow manual configuration (#704).
Change History (1)
comment:1 Changed 10 years ago by dnarvaez
- Resolution set to notsugar
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
ntp is a distribution issue, not sugar upstream.