Recent content by BassKozz

  • 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. B

    CPU Pinned at 100% NIC

    I notice when I try to stream from the attached USB HD to my AmazonTV running XBMC via wifi, it hangs buffering. Upon further investigation, for some reason my RT-N66U keeps getting it's CPU pinned on NIC. from `top`: Mem: 176012K used, 63700K free, 0K shrd, 2704K buff, 140572K cached CPU: 0.0%...
  2. B

    jffs lifespan affected by reads?

    I know the jffs partition shouldn't be used for a large amount of writes because it will cause wear on the flash memory, but do reads affect the flash memory's lifetime? I have a 3.4K script in the jffs partition that runs every minute (via cron). Since this script gets called every minute...
  3. B

    Small feature request - DDNS

    You should be able to use dnsomatic.com with DNSEXIT.com: https://www.dnsomatic.com/wiki/supportedservices
  4. B

    Static routes not working as expected in Asuswrt-Merlin?

    Run this from the command line (via SSH on your router): echo -e '#!/bin/sh\niptables -D FORWARD -m state --state INVALID -j DROP' > /jffs/scripts/firewall-start && chmod +x /jffs/scripts/firewall-start
  5. B

    How Stable is Beta?

    Thanks for all the great feedback everyone, I will be sticking w/ 3.0.0.4.270.26b for the time being.
  6. B

    How Stable is Beta?

    I am debating whether or not to upgrade from the 3mth old "stable" release (3.0.0.4.270.26b) to the current "beta" release (3.0.0.4.354.29-BETA1), I don't really NEED any of the features added in the past 3mths but I would like the added stability/bugfixes that have been added. I am typically...
  7. B

    Slow rsync

    You can use the same key, but it's not difficult to generate new ones: ssh-keygen -t rsa -b 2048 -f /path/to/key See also: http://linux.die.net/man/1/ssh-keygen
  8. B

    Slow rsync

    I figured it out ! :D Dropbear SSH was the culprit ! I installed openssh-client: opkg install openssh-client Now my rsync calls that ssh client instead: rsnyc -e "/tmp/mnt/<usbhdname>/entware/bin/ssh -i <identityfile>" <source> <destination> BINGO ! Though I would like to know why Dropbear...
  9. B

    Slow rsync

    I ran a wget test and downloaded a 100MB file in 2.8s at about 3.2MB/s while SSHed into my router: wget -O /dev/null http://proof.ovh.net/files/100Mb.dat So it doesn't look like this is related to any sort of throttling, simply rsync running really slowly.... :confused:
  10. B

    SSH Keys and rsync

    jvande, Dropbear is funny about what keys it can use, so you need to generate the keys on your router by running: dropbearkey -t rsa -f ~/.ssh/id_rsa Then put the publickey on your hostgator server. When you issue the rsync command you will need to pass the following arguments to specify...
  11. B

    Slow rsync

    I am running an rsync (downloaded via entware) from a remote server to my USB Mounted Hard Drive. I am only seeing throughput at 250KB/s. To test if the issue was the USB connection I rsynced /usr to the USB HD, and I was able to achieve 2.4 MB/s. To Really ensure the USB HD wasn't the culprit...
  12. B

    WOL doesn't work from CLI but does from WebGUI?

    Thanks Merlin, Keep up the great work !:)
  13. B

    WOL doesn't work from CLI but does from WebGUI?

    I have a bizarre issue where I can't send WOL to a computer on my LAN from the command line, however I have no issues waking the computer via the WebGUI (Tools_WOL.asp). Here is the command I am running while being SSH'ed into the router: user@RT-N66U:/tmp/home/root# wol -i 192.168.1.101...
  14. B

    Asuswrt-Merlin vs. dd-wrt

    I just recently purchased an Asus RT-N66U and after reviewing the dd-wrt wiki page I see that flashing dd-wrt is a two step process, and I must flash Asuswrt-Merlin first to identify my CFE version, which is fine with me, but now I am having second thoughts about even going "all-the-way" to...
Top