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

Search results

  1. M

    dnsmasq.conf.add not working on Guest Network Pro clients

    The shell script was not modified at all. The colors shown in my previous screenshot were a result of running the script on a MobaXterm SSH client terminal window. MobaXterm is one of my favorite SSH client applications, which I use most often. It's a great piece of software, highly...
  2. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Good question. I don't know why in some routers, under some circumstances, the 'service-event' is called very often and repeatedly, one after the other, within a few minutes, which triggers the function calls. The log entries were suppressed when triggered by a 'service-event' call.
  3. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    I reviewed your log and didn't see anything that stood out as the source of a possible issue. Then again, keep in mind that I actually don't use Scribe in my own routers on a continuous basis, so my experience with it is limited to a few temporary runs (for a day or two at a time) for...
  4. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    It's a function that @cmkelley wrote to try to reset the syslog file paths and create the desired symbolic links to the new log files so that Scribe could work as expected. Here's the comment from the script: # load kill_logger() function to reset system path links/hacks
  5. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Release Notes for Scribe v3.2.5 production version now available [2025-Nov-23] 1) IMPROVED: Suppressed some of the syslog entries for the 'kill_logger' function calls. [Thanks to @scootertramp for reporting the repeated syslog entries showing up in some "chatty" routers] The fork from...
  6. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Yeah, the "chattiness" seems to be triggered by some events, more so in some routers, apparently.
  7. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    Yep, that's an intentional log entry (useful when reviewing the log for debugging/troubleshooting purposes).
  8. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    OK, looks good. Thanks for the verification. I'll issue a new release by tomorrow night, unless something comes up. BTW, I didn't see those repeated log entries while testing the 3.2.4 version on my RT-AX86U_PRO, but it looks like under certain circumstances some routers tend to be more...
  9. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Good catch! Can you try running the 'develop' branch 3.2.5 version to verify if those log entries are being suppressed? /jffs/scripts/scribe develop
  10. M

    YazDHCP YazDHCP v1.2.4 [2025-Nov-21] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    I'm not sure I fully understand your question, so first I'd like to get clarification. By "unregistered mac address" do you mean an "unknown" MAC address for which no IP address reservation has been manually assigned, or previously allocated/leased by dnsmasq at any time? Assuming that I...
  11. M

    dnsmasq.conf.add not working on Guest Network Pro clients

    I have now stored the custom shell script on my personal GitHub repo. You can use the following commands to download it: curl -LSs --retry 3 --retry-delay 5 --retry-connrefused \ https://raw.githubusercontent.com/Martinski4GitHub/CustomMiscUtils/master/Misc/Show_GuestNetwork_Info.sh \ -o...
  12. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Sourcing the script doesn't create a child/new process, regardless of the shebang line. In a POSIX-compliant script, the hyphen '-' as the 1st argument means that's the "end of options" for the shell invocation, so it effectively disables processing of any subsequent command-line options...
  13. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    Release Notes for Scribe v3.2.4 production version now available [2025-Nov-22] 1) IMPROVED: Modified code, including error checking and handling, in functions used to determine the location of the 'syslog.log' file. [Thanks to @visortgw for pointing out an occurrence where the 'syslog.log'...
  14. M

    Scribe Scribe v3.2.5 [2025-Nov-23] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    In the post shown below, @visortgw reported seeing a problem where the location of the 'syslog.log' file seems to have gone "missing." I later reviewed the code and responded as follows: Since then, nobody else has reported a similar problem; however, it's possible that what you're seeing...
  15. M

    dnsmasq.conf.add not working on Guest Network Pro clients

    Like many users on these forums, I also spent a few hours trying to figure out and understand as much as possible the general framework of the Guest Network configurations as implemented in the 3006.102.x F/W when running multiple instances of dnsmasq. As part of that preliminary phase, I wrote...
  16. M

    YazDHCP YazDHCP v1.2.4 [2025-Nov-21] - Feature expansion of DHCP assignments (increasing limit on the number of DHCP reservations)

    Release Notes for YazDHCP v1.2.4 production version now available [2025-Nov-21] 1) FIXED: Modified code to re-enable the creation and handling of the "hostnames" file. [Thanks to user @jk7gr for reporting that the file was not being generated] 2) Miscellaneous code improvements. IMPORTANT...
  17. M

    uiDivStats uiDivstats 4.0.13 - WebUI Stats for Diversion

    Release Notes for uiDivStats v4.0.13 production version now available [2025-Nov-21] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. The fork from @Jack Yaz's uiDivStats add-on is now hosted on the AMTM-OSR GitHub repo...
  18. M

    connmon connmon v3.0.8 [2025-Nov-16] - Internet Connection Monitoring Tool for AsusWRT Merlin

    Release Notes for connmon v3.0.8 production version now available [2025-Nov-16] 1) NEW: Added a new "Notification Event Type" to set up notifications and run custom user scripts when a ping test fails. 2) NEW: Added "Ping Test Failure" events to the results shown on the WebUI page. 3) FIXED...
  19. M

    vnStat vnStat-on-Merlin v2.0.11 [2025-Nov-16] - Data Usage and Data Limit Monitoring using vnStat

    Release Notes for vnStat-on-Merlin v2.0.11 production version now available [2025-Nov-16] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. 2) Miscellaneous code improvements. The fork from @dev_null's vnStat-on-Merlin add-on is now...
  20. M

    ntpMerlin ntpMerlin v3.4.12 [2025-Nov-16] - NTP Time Server for AsusWRT Merlin

    Release Notes for ntpMerlin v3.4.12 production version now available [2025-Nov-16] 1) FIXED: Modified code to make sure we get the correct parameters when changing settings from the WebUI. 2) Miscellaneous code improvements. The fork from @Jack Yaz's ntpMerlin add-on is now hosted on the...
Back
Top