What's new

amtm amtm - the Asuswrt-Merlin Terminal Menu

  • 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!

I just upgraded to 384.15_beta1 and this is the result I'm getting:

Code:
admin@RT-AX88U-E390:/tmp/home/root# amtm
-sh: /jffs/scripts/amtm: not found

Edit: Using "unalias amtm" as a command solved this issue for me. Everything is as it was before the update
 
Last edited:
@Skeptical.me type unalias amtm and then try amtm again.

After you're in amtm, type 'uu'. :)
 
Hi Lonelycoder

Im getting this when trying to regenerate CA cert.

Code:
 This re-generates the pixelserv-tls CA certificate
 and purges all domain certificates genereated
 by it.

 This is necessary with the new required security
 settings enforced by Apple and other Companies.

 The new pixelserv-tls CA certificate will need to
 be replaced or imported into browsers and devices.

 Continue? [1=Yes e=Exit] 1
____________________________________________________

  ✔  NTP date is synced

  i  Creating new pixelserv-tls CA certificate

mv: can't rename '/opt/var/cache/pixelserv/ca.*': No such file or directory
/opt/bin/diversion: cd: line 5248: can't cd to /opt/var/cache/pixelserv
Generating RSA private key, 2048 bit long modulus
..+++++
......+++++
e is 65537 (0x10001)

mv: can't rename '/opt/var/cache/ca.*': No such file or directory
/opt/bin/diversion: line 5248: reload_d_menu: not found

  i  Purging pixelserv-tls domain certificates
mv: can't rename '/opt/var/cache/pixelserv/ca.*': No such file or directory
mv: can't rename '/opt/var/cache/ca.*': No such file or directory



 Shutting down pixelserv-tls... done
 Starting pixelserv-tls (Diversion)... done

This is because I have the following structure /opt/var/lib/cache/pixelserv/ - has this been reported before ??
 
Hi Lonelycoder

Im getting this when trying to regenerate CA cert.

Code:
 This re-generates the pixelserv-tls CA certificate
 and purges all domain certificates genereated
 by it.

 This is necessary with the new required security
 settings enforced by Apple and other Companies.

 The new pixelserv-tls CA certificate will need to
 be replaced or imported into browsers and devices.

 Continue? [1=Yes e=Exit] 1
____________________________________________________

  ✔  NTP date is synced

  i  Creating new pixelserv-tls CA certificate

mv: can't rename '/opt/var/cache/pixelserv/ca.*': No such file or directory
/opt/bin/diversion: cd: line 5248: can't cd to /opt/var/cache/pixelserv
Generating RSA private key, 2048 bit long modulus
..+++++
......+++++
e is 65537 (0x10001)

mv: can't rename '/opt/var/cache/ca.*': No such file or directory
/opt/bin/diversion: line 5248: reload_d_menu: not found

  i  Purging pixelserv-tls domain certificates
mv: can't rename '/opt/var/cache/pixelserv/ca.*': No such file or directory
mv: can't rename '/opt/var/cache/ca.*': No such file or directory



 Shutting down pixelserv-tls... done
 Starting pixelserv-tls (Diversion)... done

This is because I have the following structure /opt/var/lib/cache/pixelserv/ - has this been reported before ??
Move it to the standard directory /opt/var/cache/pixelserv/ then it works.
 
Is Unbound in amtm somewhere?

I thought it was going to be added but I can't seem to find it, unless I'm not looking in the right section.
 
Unbound is an alternative to dnscrypt, right?
More modern or easier to configure, or “better” in some way that I’m not recalling, but if it’s getting included in amtm, it’s got to be something good to go along with upcoming Merlin etc versions.
I’m waiting for this flurry of new activity to settle down on all this beta action before the release versions make their way to my router. Maybe by then I’ll have it all put together in my head.


Sent from my iPhone using Tapatalk
 
@heysoundude, I would say superior. :)

Not only more secure but much snappier too.
 
Unbound is an alternative to dnscrypt, right?
More modern or easier to configure, or “better” in some way that I’m not recalling, but if it’s getting included in amtm, it’s got to be something good to go along with upcoming Merlin etc versions.
I’m waiting for this flurry of new activity to settle down on all this beta action before the release versions make their way to my router. Maybe by then I’ll have it all put together in my head.
If you use dnscrypt because you require your DNS queries to be encrypted (hence that name), then Unbound isn't comparable out-of-the-box. Unbound cuts out the middle-man and let's you become your own DNS recursive resolver, but it does not encrypt those recursive queries. It can do DoT, but not in combination with recursive resolving.

So if you want DNS encryption, stick with dnscrypt or stubby. If you want to stop trusting public DNS servers (e.g. ISP DNS, Google DNS, Cloudflare, Quad9, NextDNS, etc.), then you can be your own DNS server with Unbound.
 
I've never trusted anyone but myself. Unbound forever! :D
 
Live and Let Die, eh?

[emoji3][emoji3]
 
If you use dnscrypt because you require your DNS queries to be encrypted (hence that name), then Unbound isn't comparable out-of-the-box. Unbound cuts out the middle-man and let's you become your own DNS recursive resolver, but it does not encrypt those recursive queries. It can do DoT, but not in combination with recursive resolving.

So if you want DNS encryption, stick with dnscrypt or stubby. If you want to stop trusting public DNS servers (e.g. ISP DNS, Google DNS, Cloudflare, Quad9, NextDNS, etc.), then you can be your own DNS server with Unbound.

I’ll have to think on that one...


Sent from my iPhone using Tapatalk
 
@heysoundude, I would say superior. :)

Not only more secure but much snappier too.

Of course snappier: you’re eliminating a number of steps.


Sent from my iPhone using Tapatalk
 
How much space does my own DNS server need, I wonder?


Sent from my iPhone using Tapatalk
 
Unbound is not an alternative to DNSCrypt, it's an alternative to Bind/dnsmasq, which happens to offer a few extra built-in features.
 
On a 256GB USB drive like I have? Not much. :)

With a 2GB swap file, I'm using 2.17GB total. ;)
 
It seems I’ll have to check the size of the memory stick I’ve got entware on...I suspect upgrading things will require hardware as well...


Sent from my iPhone using Tapatalk
 

Sign Up For SNBForums Daily Digest

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