Recent content by ARol

  1. A

    CPU 100% every few days

    It is very similar to my problem with jffs freezes Try to read this thread
  2. A

    384.5 AC-88U dies after 14 day uptime

    So finally I resolved problem with dying jffs by mounting usb flash used for optware over it # cp -a /jffs/scripts/post-mount /jffs/scripts/post-mount.bak # cat <<EOF > /jffs/scripts/post-mount #!/bin/sh if [ "$1" = "/tmp/mnt/opt" ] ; then ln -nsf $1/entware /tmp/opt #try to free jffs...
  3. A

    384.5 AC-88U dies after 14 day uptime

    I also tried dd if=/dev/random of=/jffs/tmpfile bs=1M count=40 && \ rm -f /jffs/tmpfile with no errors And one more confusing thing is that df and du shows different values (but I've seen this on working routers too) # df -h /jffs/ Filesystem Size Used Available Use%...
  4. A

    384.5 AC-88U dies after 14 day uptime

    Hi, so, I have upgraded to latest 384.6, did a factory reset (twice, before and after flashing), also did 'nvram unset jffs2_size' and got this problem again after 14 days and some hours uptime... I have no idea why this problem related to radio and why router's flash lives only 14 days, router...
  5. A

    384.5 AC-88U dies after 14 day uptime

    So, now I have this problem again and uptime is only 2 days..(( Now I'll try to reset, reflash, factory reset and reconfigure
  6. A

    384.5 AC-88U dies after 14 day uptime

    One of my friend's RT-AC68U has this problem too, the diagnostics is that exactly after 14 days uptime all reads and writes to jffs are stopped, web interface shows 100% cpu on one core, "ps w" shows all processes reading/writing to jffs in D state, like # ps w|grep " D "|grep -v grep xxx admin...
  7. A

    Traffic Analyzer - Statistic, no data

    Hi, folks! Sorry for old thread resurrection, just need to insert my 5cents about how I got stats working: I have two remote routers running 384.5 RT-AC66U_B1 and RT-AC68U_WHITE and on the last one Statistic wasn't working like on screenshot in the first post. Solution from Schoeps was not...
Back
Top