Search results

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

  1. M

    vnStat [Solved] vnstat issue

    That's an incorrect interpretation of the mount cmd output. ubi:jffs2 on /jffs type ubifs (rw,relatime,assert=read-only,ubi=0,vol=13) Essentially, the above line is saying that the JFFS partition is mounted (on a UBI volume) with Read/Write permissions (rw); however, in the event that an...
  2. M

    [ 3006.102 alpha Build(s) ] Testing available build(s)

    Thank you again for taking the time to provide the info. Much appreciated.
  3. M

    [ 3006.102 alpha Build(s) ] Testing available build(s)

    Whenever you get a chance, would you please provide the "rc_support" info from the RT-BE96U router as well? Thank you.
  4. M

    [ 3006.102 alpha Build(s) ] Testing available build(s)

    Thank you very much for providing the info!! I appreciate the help.
  5. M

    YazFi YazFi v4.x - continued

    I was able to recreate the scenario you described on the RT-AX86U router every time I visited the "Adaptive QoS" webpage and landed on the "Bandwidth Monitor" tab. It happens very consistently; the firewall appears to be restarted only *after* leaving the "Bandwidth Monitor" and the log entry...
  6. M

    [ 3006.102 alpha Build(s) ] Testing available build(s)

    Hello folks, I'm currently gathering information so I can eventually modify scMerlin's SSH UI & Web GUI (and YazFi's, at some point) to support the new routers running the upcoming RMerlin's "3006.102.XXX" F/W versions. To that end, would users currently running the 3006.102.1 Alpha version on...
  7. M

    YazFi YazFi v4.x - continued

    I just ran the quick test 3 times. On the WebGUI, I went to the "Adaptive QoS" page and clicked on the "QoS" tab (setting is OFF); then I went to the "System Log - General Log" page. I checked the "/tmp/syslog.log" file searching for recent "firewall-start" or "YazFi" entries but none were...
  8. M

    MerlinAU MerlinAU v1.2.0 - The Ultimate Firmware Auto-Updater (Now available in AMTM)

    Your "Before schedule modification" screenshot shows that there was an error in the script path used by the cron job: 0 0 * * 0 sh /./jffs/scripts/MerlinAU.sh run_now #MerlinAU# During startup, the shell script looks for its path in the scheduled cron job as follows: sh...
  9. M

    scMerlin scMerlin 2.5.3 - Service and script control menu for Asuswrt-Merlin, April 30, 2024

    Ah, now that makes more sense. I just submitted the PR with my changes. I hope this addresses your situation.
  10. M

    scMerlin scMerlin 2.5.3 - Service and script control menu for Asuswrt-Merlin, April 30, 2024

    @thelonelycoder, I've submitted a GitHub PR with my latest changes for the next "2.5.3" release version. Here is the info for the Release Notes: 1) NEW webGUI option to enable/disable the "NTP Ready" check performed at startup. 2) NEW webGUI option to enable/disable the "dnsmasq tainted"...
  11. M

    Question about locking a port forward rule to a source IP

    Since you didn't mention the SSH keys specifically, I would recommend making sure to disallow "Password Login" and use *only* strong SSH keys for authentication (2048-bit RSA or Ed25119 keys). It's good to have a more robust extra layer of security, especially when SSH is open over the WAN, even...
  12. M

    scMerlin scMerlin 2.5.3 - Service and script control menu for Asuswrt-Merlin, April 30, 2024

    This last sentence is confusing. If your WAN connection is down, which "updates" are you checking? scMerlin updates? F/W updates? Why would you check for any "updates" if your WAN is not connected? Or, are you referring to the NTP synchronization attempts as "updates"? EDIT: BTW, I've...
  13. M

    scMerlin scMerlin 2.5.3 - Service and script control menu for Asuswrt-Merlin, April 30, 2024

    My understanding is the user is asking for a menu option to manually enable/disable the "NTP Ready" check performed by the add-on during startup. So if the user disables this check, it would be the user's responsibility to enable it back at some later point. I'm guessing the idea is to disable...
  14. M

    scMerlin scMerlin 2.5.3 - Service and script control menu for Asuswrt-Merlin, April 30, 2024

    If I understand correctly, essentially you'd like to bypass the 10-minute while-loop that checks for the "ntp_ready" NVRAM variable during the script initialization because under some circumstances your WAN connection is not established or goes down, but you still would like to run scMerlin...
  15. M

    scMerlin Not Showing Free jffs With Merlin 388.7 alpha2

    Based on your findings, I have a pretty good idea of what the problem is and where to fix it. I'll take a look this evening and submit a PR. UPDATE: A PR has been submitted to the @thelonelycoder's GitHub repository for the next "2.5.2" release version.
  16. M

    Tutorial **Tailscale On Merlin**

    If the router is running RMerlin's F/W and you have installed Entware successfully using AMTM then you should have the following line in your "/jffs/scripts/post-mount" script: . /jffs/addons/amtm/mount-entware.mod # Added by amtm The above line ensures that all installed Entware services are...
  17. M

    Does the latest AsusWRT/Merlin FW has a memory leak?

    When the RAM usage goes over 90%, and you think there might be something that's using "too much memory" and not releasing it, you could use the following script (available in GitHub) as a diagnostics tool to log some memory stats: curl -kLSs --retry 3 --retry-delay 5 --retry-connrefused \...
  18. M

    KILLMON KILLMON v1.1.2 -Feb 29, 2024- IP4/IP6 VPN Kill Switch Monitor & Configurator (Now available in AMTM!)

    Yes, good point. When I ran the command "ulimit -a" on my RT-AC86U, no entry for "pending signals" was found at all. I ran the same command in more recent AX-class models running F/W 388.6_2 versions and no "pending signals" entry was listed either, so the alternative to get all current limits...
  19. M

    KILLMON KILLMON v1.1.2 -Feb 29, 2024- IP4/IP6 VPN Kill Switch Monitor & Configurator (Now available in AMTM!)

    This type of error usually indicates that the process has reached the limit of some particular system resource as defined by the kernel limits (see "ulimit -a"). In the case of the "timeout" command, it could be that the maximum number of pending signals was reached at some point, or perhaps the...
  20. M

    Solved When are passwd and shadow files created?

    To modify those files use "passwd.postconf" & "shadow.postconf" scripts. https://github.com/RMerl/asuswrt-merlin.ng/wiki/Custom-config-files#postconf-scripts
Top