I have not had a graph update since upgrading to 1.0.9.1.0.9 released
Changelog
Code:Completion of rename from ntpdMerlin to ntpMerlin
To update, use option u on the ntpmerlin menu
Mar 26 16:30:48 ntpdMerlin: New version of ntpdMerlin available - updating to v1.0.9
Mar 26 16:30:49 ntpdMerlin: ntpdMerlin successfully updated
Mar 26 16:35:01 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 16:55:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:00:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:05:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:10:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:15:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:20:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:25:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:35:01 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:40:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:45:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:50:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 17:55:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 18:00:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 18:05:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Mar 26 18:10:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Something new with v1.0.9. Not causing any issues as I can see, just a heads up in case it is important. I edited out all the other syslog entries, just for clarity.
Code:Mar 26 16:30:48 ntpdMerlin: New version of ntpdMerlin available - updating to v1.0.9 Mar 26 16:30:49 ntpdMerlin: ntpdMerlin successfully updated Mar 26 16:35:01 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 16:55:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:00:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:05:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:10:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:15:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:20:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:25:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:35:01 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:40:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:45:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:50:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 17:55:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 18:00:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 18:05:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs Mar 26 18:10:00 ntpMerlin: Lock file found (age: 0 seconds) - stopping to prevent duplicate runs
Seems to have affected timing in the graph, but maybe I misunderstand the significance(?)
There is a double entry in the /jffs/scripts/services-start script now. (First two are mine for the external LEDs on at 0700 and off at 2200). I used nano and removed one.I have not had a graph update since upgrading to 1.0.9.
- There was a lock message in the syslog
- It turned out that there was an identical cron job at the top and bottom of cron table
- Deleted second cronjob but no graphs
- Uninstalled and reinstalled without deleting data
- Somehow double cron job was back so deleted top one this time
- Uninstalled again, with deleting data and ensuring no cron jobs left
- No graph updates, just the initial blank graphs
- File ntpdstats_rrd.rrd gets updated every five minutes
- Output of ntpq -p looks fine
cru a lightsoff "0 22 * * * /jffs/scripts/ledsoff.sh"
cru a lightsson "0 7 * * * /jffs/scripts/ledson.sh"
/jffs/scripts/ntpmerlin startup # ntpdMerlin
/jffs/scripts/ntpmerlin startup # ntpMerlin
I have had ntpMerlin since the first version posted yesterday and have done at least three updates.Does a reboot help?
I have just completed a new (first!) RT-AC86U install and have installed RMerlin 384.10, amtm (+ more scripts, see my signature) and ntpMerlin. I see no such entries in syslog.
I am starting to get graph data now. Perhaps waiting a half hour for graph data after a reinstall is called for even through the data files were being updated every five minutes.I have not had a graph update since upgrading to 1.0.9.
- There was a lock message in the syslog
- It turned out that there was an identical cron job at the top and bottom of cron table
- Deleted second cronjob but no graphs
- Uninstalled and reinstalled without deleting data
- Somehow double cron job was back so deleted top one this time
- Uninstalled again, with deleting data and ensuring no cron jobs left
- No graph updates, just the initial blank graphs
- File ntpdstats_rrd.rrd gets updated every five minutes
- Output of ntpq -p looks fine
There is a double entry in the /jffs/scripts/services-start script now. (First two are mind for the external LEDs on at 0700 and off at 2200). I used nano and removed one.
Code:cru a lightsoff "0 22 * * * /jffs/scripts/ledsoff.sh" cru a lightsson "0 7 * * * /jffs/scripts/ledson.sh" /jffs/scripts/ntpmerlin startup # ntpdMerlin /jffs/scripts/ntpmerlin startup # ntpMerlin
I have had ntpMerlin since the first version posted yesterday and have done at least three updates.
I hate reboots. I'm an old long time Linux geek where we used to compete for long uptimes, 1000+ days. Rebooting is a numnum Microsoft wool-over-the-eyes solution to cover up real problems that are not solved.
I think removing the double entries in the /jffs/scripts/services-start script and editing the crontab -e are better solutions to the real problem instead of just blind reboots. Maybe I'm just a stubborn old geek.
#!/bin/sh
/jffs/scripts/ntpmerlin startup # ntpMerlin
I am starting to get graph data now. Perhaps waiting a half hour for graph data after a reinstall is called for even through the data files were being updated every five minutes.
Yes, must be. I have no lock found entries now and cru l just shows one line for ntpMerlin, so I think that was it with the v.1.0.9 update.That must be an error in the updater?
I have no double entry here.
Code:#!/bin/sh /jffs/scripts/ntpmerlin startup # ntpMerlin
I am not sure it auto-refreshes.Good to see it working for you.
Are the graphs supposed to auto-refresh? Or do I need to click the Refresh button at the bottom of that page?
I am not sure it auto-refreshes.
Although there is some data displayed, all is not well. My recollection is that the graph would change along with a new timestamp every five minutes. Mine is stuck at 10:00 PM, one half hour ago. Oh well.
No auto refresh, manual required. Unfortunately the WebUI caches images for an hour, so despite best efforts in the asp page, a force reload (ctrl f5) is often required to see the latest graphsI am not sure it auto-refreshes.
Although there is some data displayed, all is not well. My recollection is that the graph would change along with a new timestamp every five minutes. Mine is stuck at 10:00 PM, one half hour ago. Oh well.
No auto refresh, manual required. Unfortunately the WebUI caches images for an hour, so despite best efforts in the asp page, a force reload (ctrl f5) is often required to see the latest graphs
Even the button proves unhelpful to me (in Chrome, at least). Seems location.reload(true) isn't honoured anymore? Not a web dev so there may be a better way!My solution to this was to put a refresh button at the top of the page rather than the bottom so it was easily accessible. I tried about 10 different forced auto refresh options in the asp and none worked as you say, only the button!
Sent from my iPhone using Tapatalk
Hmm, odd. I’ll dig out my old version. I’m sure all I did was move the existing button, maybe I changed what it called too.
Sadly no lighttpd.conf.add option in @RMerlin custom config list as you could then probably change the config to disable caching.
Sent from my iPhone using Tapatalk
No mine was just doing location.reload(true); as well.Hmm, odd. I’ll dig out my old version. I’m sure all I did was move the existing button, maybe I changed what it called too.
Sadly no lighttpd.conf.add option in @RMerlin custom config list as you could then probably change the config to disable caching.
Sent from my iPhone using Tapatalk
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
W | ntpMerlin ntpMerlin and timeserverd ntp_ready tests | Asuswrt-Merlin AddOns | 1 | |
D | NTPmerlin config log not found | Asuswrt-Merlin AddOns | 2 | |
A | ntpMerlin Problems with ntpMerlin | Asuswrt-Merlin AddOns | 9 |
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!