Page 1 of 1

Can't Download Bandwidth Stats

Posted: Mon Apr 02, 2012 6:01 am
by zorro2b
I installed Gargoyle 1.5.4 on a WNDR3800 to do bandwidth monitoring. The graphs look great, but when I try and download the csv file I get:

cat: can't open '/tmp/do_bw_backup.sh': No such file or directory

When I ssh into the router I see there is a file at:
/tmp/bw_backup/do_bw_backup.sh

Looks like a bug?

I sym linked the file to the expected location and that made it work for now.

Re: Can't Download Bandwidth Stats

Posted: Sat Apr 14, 2012 4:05 am
by darv
I have the same problem.

Sadly, I know nothing about ssh into the router to check if the file is there. :cry:

Re: Can't Download Bandwidth Stats

Posted: Tue Jun 12, 2012 2:44 pm
by blueacid
I have the same problem. For those that want, you can google for & download Putty (~600KB .EXE) and connect to your router's IP address.
Username: root
password: (same as the web interface)

In the /tmp folder, there wasn't the file do_bw_backup.sh
However, this file WAS in /tmp/bw_backup folder. So the full path is /tmp/bw_backup/do_bw_backup.sh

The problem lies in /www/bandwidth.csv
It contains the string "cat /tmp/do_bw_backup.sh " whereas this should be "cat /tmp/bw_backup/do_bw_backup.sh"

I used vim to edit this file on my router, this repaired the bandwidth CSV downloads.

Could a developer please commit this minor change? :)