Recent content by ecnav

  1. E

    Help With Custom Script

    Thanks for your responses all. What will +ctime do that +mtime is not? I also do not see -ctime listed as a valid option. ColinTaylor - That makes perfect sense now. I'll try to wait it out to see if the directories ultimately go away. I don't mind if it is behind; as long as it cleans...
  2. E

    Guest Wifi

    Thanks for all your responses. At this point, I believe my radio was dumbed down because the tenant is using a device with wireless B or G only. Definitely not N. I have enabled B/G protection and it seems to be better. I can connect, but slower speeds still. I haven't tried other versions...
  3. E

    Help With Custom Script

    I'm trying to make a script that finds DIRECTORIES that are older than X days and delete them. So far, I am successful doing so if I'm trying to delete FILES. But I need it to include directories. This is what I have: #!/bin/sh find /tmp/mnt/sdb1/Left/Archive/ -mtime +15 -exec rm -rf {} \...
  4. E

    2,4GHz Wifi unstable

    You might want to pay closer attention as to when it is losing the connection. I have had this problem before for a while and realized that my next door neighbor comes home at a certain time, and puts their baby to sleep and turns on the wireless baby monitor camera. As for you claiming it is...
  5. E

    Guest Wifi

    I have an RT-N66U running Merlin. I'm having a problem but not 100% sure so I just wanted to run it by others for some feedback. Has anyone noticed that if you have 2.4ghz wifi enabled, and also a guest wireless on 2.4ghz, the primary works great...that is until multiple devices start joining...
  6. E

    RT-N66U w/ SDHC Card On FTP Server

    This looks similar to another thread I have but it is not a duplicate. I currently have an 8GB SDHC card mounted to the RT-N66U as an FTP server. When the SD card is nearly empty, my RAM utilization seems normal. But when it's at around 80%+ capacity, my free RAM is stuck at 64GB until I...
  7. E

    RT-N66U and SD Cards

    I've searched but I couldn't find a definite answer. I have an SD card reader with an SDHC card attached to the RT-N66U for the FTP server. I was thinking of upgrading to the SDXC 64GB card. Will the RT-N66U be able to read SDXC cards before I drop money to purchase one? Thanks in advance.
  8. E

    FTP timestamp missmatch

    I too have this problem. I have an FTP server enabled and have written a shell script to enforce an FTP retention policy. Files older than X will be deleted. These inaccurate timestamps are causing me problems. Update: It appears it is only inaccurate when viewing in Filezilla. It is...
  9. E

    Excessive ARP Requests

    Hello all, I am new to ASUS Merlin firmware but have a couple observations that most likely may be some sort of defect. I understand ARP requests are normal but when the requester just does not know when to stop, I think it is bugged. I've noticed the following: -When a new client (DHCP...
Back
Top