NTP should be installed on shipment, of course as a cronjob.
Or will there be problem because worldwide costumers?
Maybe a webinterface to pick timezone and ntp-server?
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
NTP
Hi,
It would be nice if it came out of the box, but it wasn't that hard to remedy thanks to a helpful member of this forum...
http://excito.org/forum/viewtopic.php?t=132
Cheers
Nik
It would be nice if it came out of the box, but it wasn't that hard to remedy thanks to a helpful member of this forum...
http://excito.org/forum/viewtopic.php?t=132
Cheers
Nik
Hi moggleif and Cheeseboy,
Of course have we thought on providing NTP out of the box. The thing that stopped us however is that we cant be certain that a user has constant internet access. But either do it as a cron-job or as a service that has to be enabled in the UI could perhaps solve that problem.
/Tor
Of course have we thought on providing NTP out of the box. The thing that stopped us however is that we cant be certain that a user has constant internet access. But either do it as a cron-job or as a service that has to be enabled in the UI could perhaps solve that problem.
/Tor
Co-founder OpenProducts and Ex Excito Developer
I tried that but the commandCheeseboy wrote: It would be nice if it came out of the box, but it wasn't that hard to remedy thanks to a helpful member of this forum...
http://excito.org/forum/viewtopic.php?t=132
Code: Select all
apt-get ntpdate
[/code]
HI koenig,
NTP is not present in our repository so you have to enable the Debian sources before you install NTP. (And dont forget to disable them afterwards)
A short howto on installing packages from Debian can be found here: http://excito.org/forum/viewtopic.php?t=421
/Tor
NTP is not present in our repository so you have to enable the Debian sources before you install NTP. (And dont forget to disable them afterwards)
A short howto on installing packages from Debian can be found here: http://excito.org/forum/viewtopic.php?t=421
/Tor
Co-founder OpenProducts and Ex Excito Developer
-
- Posts: 57
- Joined: 25 Aug 2007, 11:56
And I can confirm that the short instructions at http://excito.org/forum/viewtopic.php?t=132 worked like a charm...
But you do need to edit the Debian source files, like tor mentions.
But you do need to edit the Debian source files, like tor mentions.
Hi,

Thanks
dsp76
Okay - explanation to myself: ntpd is a daemon constantly running, thus its not required to repeatedly issue a command.
Correct explanation?
... could you please elaborate a bit more about it? Why is it smarter?Ubi wrote:Why run ntp as cron when the ntpd is perfectly capable of doing this for you in a much smarter fashion?

Thanks
dsp76
Okay - explanation to myself: ntpd is a daemon constantly running, thus its not required to repeatedly issue a command.
Correct explanation?