First off, thank you for your great work on Gargoyle, I feel like I've finally "arrived" at "home" on my home router wrt to the OS.
Unfortunately, after having setup Gargoyle on our new WNDR3800, there came to be a bit of a problem: whenever someone copied files onto the attached USB drive, at some point the router would mysteriously reboot and it turned out that RAM would mysteriously fill up by as much as was the size of the files copied onto the USB drive. Here's proof:
Code: Select all
jrs@DerGargoyle:/mnt$ date ; free ; dd if=/dev/zero of=file bs=1M count=20 ; free ; rm file ; free ; date
Sat Jun 20 23:42:02 CEST 2015
total used free shared buffers
Mem: 126416 45120 81296 0 5892
-/+ buffers: 39228 87188
Swap: 2097148 0 2097148
20+0 records in
20+0 records out
total used free shared buffers
Mem: 126416 65876 60540 0 5892
-/+ buffers: 59984 66432
Swap: 2097148 0 2097148
total used free shared buffers
Mem: 126416 45020 81396 0 5900
-/+ buffers: 39120 87296
Swap: 2097148 0 2097148
Sat Jun 20 23:42:25 CEST 2015
Cheers,
Jonathan