Centrifuge
Senior Member
Format via AMTMThanks!
What's the recommended procedure to change the USB drive?
- Unmount USB drive via router GUI
- physically switch USB drive
- then I have no Idea what to do next?
Format via AMTMThanks!
What's the recommended procedure to change the USB drive?
- Unmount USB drive via router GUI
- physically switch USB drive
- then I have no Idea what to do next?
curl -Os https://diversion.ch/amtm/amtm && sh amtm |
This: https://www.snbforums.com/threads/ac87u-all-download-attempts-failed.75049/page-2#post-734277I had AMTA 3.2.0, manually installed, running on old Merlin version. I tried to update it but got the "amtm: diversion.ch unreachable" message. So, I removed it and tried to install manually with
It didn't do anything.
curl -Os https://diversion.ch/amtm/amtm && sh amtm
Is there another way to install it manually again?
No, cron jobs are executed in router local time.For other rookies like me:
It appears that cron jobs are set in the UTC timezone regardless of router time zone setting. This means you will have to use a little math (or use a time converter) when you set up the LED OFF/ON times in amtm.
As long as I have this correct, it might be nice to state this when setting the LED times in amtm. If I don't, please educate me.
I don't know for sure but I assume this is the same for other busybox installs? While other cron implementations seem to indicate their jobs will use local time.
RE: Swap File Sizes
I noticed the options for 5 and 10GB, which far exceed the recommended 2GB.
Why are the large sizes needed? I thought it was a temp storage (used as needed).
So then I am definitely missing something. Screenshots attached.No, cron jobs are executed in router local time.
I don’t use this feature. But if this is done by cron jobs, perhaps can run “cru l” and see if the cron jobs time is correct.So then I am definitely missing something. Screenshots attached.
Router is set to PDT.
Time is just after 8am
Leds are set to come on at 1300 and off at 600
Right now the option offered in amtm is to "disable" the leds implying that the leds are on. I can also confirm that the leds are actually on.
If this was scheduled in local time the leds should be off but they aren't.
XXXXXXXX@RT-AC68U-9E20:/tmp/home/root# cru l
0 13 * * * /jffs/addons/amtm/ledcontrol -on #amtm_LEDcontrol_on#
0 6 * * * /jffs/addons/amtm/ledcontrol -off #amtm_LEDcontrol_off#
The times shown in the output of theTimes are correct for UTC and these turn the lights off at night and back on in the morning. Still confused.
cru
command are in the local time zone, not UTC.0 22 * * * /jffs/addons/amtm/ledcontrol -off
crond
is not operating in the time zone set on your router then something has gone wrong.Apr 29 19:54:11 crond[1455]: time disparity of 2096029 minutes detected
crond
and seeing if that fixes the problem:service restart_crond
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!