Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
We have just had our clocks go back an hour in the UK.
The date and time via the web interface is correct, but the date command via telnet shows one hour ahead.
I'm pretty much a newbie with linux but have
1 * * * * /usr/sbin/sntp -r -P no uk.pool.ntp.org
in my crontab
I have run that command manually and got 'NTP Server connected successfully!!!'
Unfortunately any file created/amended takes the incorrect date.
How do I get command line date to match the web interface date please.?
TIA
Offline
Did you modify /etc/TZ to a full TZ value as indicated here? http://search.cpan.org/~zefram/DateTime … SystemV.pm
For example, Eastern Time is
/ # cat /etc/TZ
EST5EDT,M3.2.0,M11.1.0
Offline
sntp, which updates the time (using the NTP protocol) has nothing to do with the time-zone.
You should update your time TZ settings from the web interface or do something like these:
http://dns323.kood.org/forum/viewtopic.php?id=5991
http://nas-tweaks.net/CH3SNAS:Tutorials/ntp
Offline
DNS 323 clock setting is dud. FW 1.08 requires you to manually input the dates for time changes. Synchronisation facility provided does not work either. It is all desperately amateur. Good ole D-Link
(and by the way my son is looking for a well paid IT programming job . . . probably need not apply(?)).
Of course everything else in the world corrects time automatically - such as cooker, alarm clock, car dashboard clock and so on.
I don't have the knowledge to write or to run programmes to keep the clock correct.
My answer - some of the year I set up for central EUSSR time and the rest of the year British time. This I do when I remember or when the sync programme I use fails.
sighs
Biscotte
Offline
Thank you,
I only had GMT-0BST in my file.
Using your link I copied the example for the UK and now have the correct time.
I used GMT0BST,M3.5.0/1,M10.5.0
FunFiler wrote:
Did you modify /etc/TZ to a full TZ value as indicated here? http://search.cpan.org/~zefram/DateTime … SystemV.pm
For example, Eastern Time is
/ # cat /etc/TZ
EST5EDT,M3.2.0,M11.1.0
Offline
I have settings in fun.plug.local but I am not sure when they run.
I believe I have the correct setting in the TZ file now for any future changes.
scaramanga wrote:
sntp, which updates the time (using the NTP protocol) has nothing to do with the time-zone.
You should update your time TZ settings from the web interface or do something like these:
http://dns323.kood.org/forum/viewtopic.php?id=5991
http://nas-tweaks.net/CH3SNAS:Tutorials/ntp
Offline
gasman wrote:
I have settings in fun.plug.local but I am not sure when they run.
/ffp/etc/fun_plug.local is executed once at boot time, just before the /ffp/start scripts.
Offline
Ah, OK thanks for that.
I seem to recall I had problems with lots of TWSI ? errors and amended this a while back to avoid these.?
Hopefully I will not need to change this again.
Thanks again to all who replied, and your patience with a newbie.
scaramanga wrote:
gasman wrote:
I have settings in fun.plug.local but I am not sure when they run.
/ffp/etc/fun_plug.local is executed once at boot time, just before the /ffp/start scripts.
Offline
This thread may be useful for you.
http://dns323.kood.org/forum/viewtopic.php?id=6022
Offline