Recent content by scootertramp

  1. S

    Release Asuswrt-Merlin 3006.102.7 is now available

    I am not seeing an issue with trying to add a fourth mesh node.
  2. S

    Wireless Report for AIMesh v1.1.4 - Mar 15, 2026

    If I change my main router name to Donald, I might have something. :cool:
  3. S

    Wireless Report for AIMesh v1.1.4 - Mar 15, 2026

    I upgraded to v1.0.2 using my port choice. The upgrade checked my nodes properly but, the gen_report is not getting corrected. for line in $NODE_DATA; do IP=$(echo "$line" | cut -d'|' -f2); ALIAS=$(echo "$line" | cut -d'|' -f1) [ -z "$IP" ] && continue # UPDATED: Added -p...
  4. S

    Wireless Report for AIMesh v1.1.4 - Mar 15, 2026

    Thanks, I modified the install and gen_report scripts for my ssh port choice just to check this out. Looks very cool.
  5. S

    Wireless Report for AIMesh v1.1.4 - Mar 15, 2026

    passwordless is working fine per that post. Your scripts are set-up to use the default port 22. I do not run on the default port for ssh access. Just looking to see if it could be a configuration option.
  6. S

    Wireless Report for AIMesh v1.1.4 - Mar 15, 2026

    Any chance you could make the ssh port configurable?
  7. S

    Release Asuswrt-Merlin 3006.102.7 is now available

    Updated my RT-BE88U to 3006.102.7 from 3006.102.6 yesterday morning using the MerlinAU webUI interface to initiate the upgrade process. So far all looks good.
  8. S

    MerlinAU MerlinAU v1.5.9 - The Ultimate Firmware Auto-Updater

    Just to clarify my issue with the logs isn't that there is no pid, but that the field where the pid should be is NULL. My other linux boxes running rsyslog just have a dash when the field for pid is NULL or other fields.
  9. S

    MerlinAU MerlinAU v1.5.9 - The Ultimate Firmware Auto-Updater

    @Martinski and @ExtremeFiretop Thanks for the deep dive on this issue. There is still a rewrite rule in place for NULL program. I had changed it a long time back to be a "-" instead of "MerlinAU" in case there were any other errand programs. Never did run into any. The NULL msgid rule is just...
  10. S

    MerlinAU MerlinAU v1.5.9 - The Ultimate Firmware Auto-Updater

    Firstly I was very reluctant to post this as the intended recipients of a fix is way too small. Also looking at the messages file it appears that everything is fine. But I don't think adding a rewrite rule would apply a change to the message if it did not find something that matched. I am...
  11. S

    MerlinAU MerlinAU v1.5.9 - The Ultimate Firmware Auto-Updater

    This is just a minor nuisance in MerlinAU logging. Just an FYI this is not new. It has been this way for quite some time. Some of the logging is normal for program name but some log entries are written with a NULL program name. This is what I get when program name is NULL and I have to use a...
  12. S

    MerlinAU MerlinAU v1.5.9 - The Ultimate Firmware Auto-Updater

    Thank You for the work you do. One RT-BE88U and Three XT-8'S auto-magically updated while I slept.
  13. S

    Scribe Scribe v3.2.10 [2026-Feb-16] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    No, I cobbled together the destination and template as well as a few rewrite rules necessary since some of the router services like to output null fields.
  14. S

    Scribe Scribe v3.2.10 [2026-Feb-16] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    @Martinski Thank you for the clarity update. I re-ran the update with the forceupdate option so all is squared away now. Just for future reference for someone. I placed my syslog server settings in /opt/etc/syslog-ng.d/loki-syslog-server. This was working ok with the exception that some of the...
  15. S

    Scribe Scribe v3.2.10 [2026-Feb-16] - Entware syslog-ng and logrotate installer for Asuswrt-Merlin

    I haven't run the BETA and am definitely missing the new source configuration. source src { unix-dgram("/dev/log" so_rcvbuf(65536) flags(syslog-protocol)); file("/proc/kmsg" program_override("kernel") flags(kernel)); wildcard_file(base_dir("/opt/var/log")...
Back
Top