What's new

amtm amtm unreachable

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

kuki68ster

Regular Contributor
Hello,

After installing an addon i got the following error, when trying to access amtm:

ASUSWRT-Merlin RT-AX86U 386.7_2 Sun Jul 24 21:37:08 UTC 2022
Asus@RT-AX86U-B968:/tmp/home/root# amtm
/usr/sbin/amtm: /jffs/addons/amtm/availUpd.txt: line 10: syntax error: unterminated quoted string
Asus@RT-AX86U-B968:/tmp/home/root#

The addon in question was VPNMON-R2 v2.24b4.

The router is working as it should, apart from the error...

Apart from reinstalling from scratch amtm, what can i do?

Thanks for the help
 

Attachments

  • Captura de ecrã 2022-09-27, às 20.58.24.png
    Captura de ecrã 2022-09-27, às 20.58.24.png
    75.8 KB · Views: 59
Hello,

After installing an addon i got the following error, when trying to access amtm:

ASUSWRT-Merlin RT-AX86U 386.7_2 Sun Jul 24 21:37:08 UTC 2022
Asus@RT-AX86U-B968:/tmp/home/root# amtm
/usr/sbin/amtm: /jffs/addons/amtm/availUpd.txt: line 10: syntax error: unterminated quoted string
Asus@RT-AX86U-B968:/tmp/home/root#

The addon in question was VPNMON-R2 v2.24b4.

The router is working as it should, apart from the error...

Apart from reinstalling from scratch amtm, what can i do?

Thanks for the help
Perhaps go into that /jffs/addons/amtm/availUpd.txt file, and fix that unterminated quoted string? Perhaps even post it, and we can let you know what you can do to try to fix it?
 
Wich command can i use to go into the jffs? I am a clueless in this regard, any help will be apreciated..
Perhaps go into that /jffs/addons/amtm/availUpd.txt file, and fix that unterminated quoted string? Perhaps even post it, and we can let you know what you can do to try to fix it?
 
Wich command can i use to go into the jffs? I am a clueless in this regard, any help will be apreciated..
Here's some basic instructions... let me know if you get hung up anywhere. You need to install an SSH tool, like PuTTY (https://www.putty.org/).

After install, connect to your router's LAN IP using PuTTY that you use to get into the web UI.

You will be prompted for your admin username/pwd. Then you're at the prompt.

From there, type:

Code:
cd /jffs/addons/amtm

nano availUpd.txt

Make your change/fix with this "nano" text editor... to save it, press CTRL-O, enter. To exit, press CTRL-X
 
Here's some basic instructions... let me know if you get hung up anywhere. You need to install an SSH tool, like PuTTY (https://www.putty.org/).

After install, connect to your router's LAN IP using PuTTY that you use to get into the web UI.

You will be prompted for your admin username/pwd. Then you're at the prompt.

From there, type:

Code:
cd /jffs/addons/amtm

nano availUpd.txt

Make your change/fix with this "nano" text editor... to save it, press CTRL-O, enter. To exit, press CTRL-X

I got this error:

GNU nano 5.7 availUpd.txt Modified
unbound_ManagerUpate="-> v3.22
3.22
3.22
3.22"
unbound_ManagerMD5="6b4a500c071bcbb3f4a6e9596a178d43"
scMerlinUpate="-> min upd"
scMerlinMD5="08d2472ead23674ca30bb7cccc3b15e4"
spdMerlinUpate="-> min upd"
spdMerlinMD5="25c5e28ebddcd774bc0466eb5f10fd3e"
2.22"
 
I got this error:

GNU nano 5.7 availUpd.txt Modified
unbound_ManagerUpate="-> v3.22
3.22
3.22
3.22"
unbound_ManagerMD5="6b4a500c071bcbb3f4a6e9596a178d43"
scMerlinUpate="-> min upd"
scMerlinMD5="08d2472ead23674ca30bb7cccc3b15e4"
spdMerlinUpate="-> min upd"
spdMerlinMD5="25c5e28ebddcd774bc0466eb5f10fd3e"
2.22"
I would try this... looks like something got borked.

Code:
unbound_ManagerUpate="-> v3.22"
unbound_ManagerMD5="6b4a500c071bcbb3f4a6e9596a178d43"
scMerlinUpate="-> min upd"
scMerlinMD5="08d2472ead23674ca30bb7cccc3b15e4"
spdMerlinUpate="-> min upd"
spdMerlinMD5="25c5e28ebddcd774bc0466eb5f10fd3e"

After you make this edit... CTRL-O + enter to save... CTRL-X to exit... then try running AMTM
 
I would try this... looks like something got borked.

Code:
unbound_ManagerUpate="-> v3.22"
unbound_ManagerMD5="6b4a500c071bcbb3f4a6e9596a178d43"
scMerlinUpate="-> min upd"
scMerlinMD5="08d2472ead23674ca30bb7cccc3b15e4"
spdMerlinUpate="-> min upd"
spdMerlinMD5="25c5e28ebddcd774bc0466eb5f10fd3e"

After you make this edit... CTRL-O + enter to save... CTRL-X to exit... then try running AMTM
Thanks, it is working...
 
Thanks, it is working...
Whoo! :)

Now that you've got a taste of SSH, editing and commands... you're not going to be able to stop. Don't blame me! LOL
 
Last edited:
Interesting. I'm tempted to point the finger at Unbound, because I get this:
1664335419879.png

It seems the MD5 key/hash for GitHub has gone missing? Maybe @Martineau can offer his insight here?
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top