Recent content by SamHNB

  1. S

    Running program as service in background

    Ok, after trials and errors I have now managed to run the program as service in background. This is my /opt/etc/init.d/S90wolweb file. #!/bin/sh PATH=/tmp/mnt/entware/WolWeb:/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin case $1 in start)...
  2. S

    Running program as service in background

    Thank you. Step in right direction, I guess. I created a script and named it /opt/etc/init.d/S90wolweb and it was called during the entware initialization. However, since the program does not follow the standard daemon construct, I guess it leaves the script running waiting for the program to...
  3. S

    Running program as service in background

    I have a web-based Wake-On-Lan (WOL) utility build using Go language. This can wakeup the computer directly over HTTP using the computer name in URL. This is very helpful for me to have this included in my DevOps automation when I can wake the machine without any user intervention. I took the...
  4. S

    uiDivStats uiDivStats - WebUI for Diversion statistics

    I had similar issue. The cause was outdated packages. Please read this post and reply by the @Jack Yaz https://www.snbforums.com/threads/spdmerlin-automated-speedtests-with-graphs.55904/page-33#post-561996 I ran the following command to resolve and move forward with installing the uiDivStats...
  5. S

    Can "Web History" be sorted by date (rather than hostname)?

    Thank you @Martineau . I downloaded the WebHistory.db and opened it in "DB Browser for SQLite". Just a suggestion, instead of using grep, you can apply the filter in SQL query like this: SELECT datetime(timestamp, 'unixepoch', 'localtime') AS time, mac, url FROM history WHERE url REGEXP...
  6. S

    [Release] Asuswrt-Merlin 384.7 is now available

    Ok, I am little confused. I know they stored in USB. When I reconfigure after factory reset, I will at some point install entware using the included setup script in Asuswrt-Merlin. The script says that it will overwrite the previous entware installation. At least I don't know a way to...
  7. S

    [Release] Asuswrt-Merlin 384.7 is now available

    I will try this tonight and let you know if it works.
  8. S

    [Release] Asuswrt-Merlin 384.7 is now available

    Nope. It is not T-Mobile. Have upgraded smoothly from previous releases, this time it is a problem.
  9. S

    [Release] Asuswrt-Merlin 384.7 is now available

    I am trying to upgrade from 384.6 to 384.7_2 using the UI. When I upload the firmware from Administration > Firmware Upgrade, it hangs on "Please wait, Applying Settings..." and never updates anything. I have configured the router quite a bit and it is frustrating to do it all over after doing...
  10. S

    Diversion Diversion - the Router Ad-Blocker

    Not sure, but I see this line which is the IP address of pioxelserv "lldpd[359]: removal request for address of xxx.xxx.xxx.3%10, but no knowledge of it" Also, will changing NAT/Firewall rules from UI cause the interfaces to reconfigure or being dropped, as I see these lines preceding: Sep 3...
  11. S

    Diversion Diversion - the Router Ad-Blocker

    I am running Diversion 4.0 after fresh install and configuration of Merlin 384.6 running on RT-AC68U. So far, things are working great except I am having issues with pixelserv-tls, it works until it crashes. The virtual interface for pixel server keep crashing periodically. I am not sure when...
Back
Top