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.
Can't Download Bandwidth Stats
Moderator: Moderators
Re: Can't Download Bandwidth Stats
I have the same problem.
Sadly, I know nothing about ssh into the router to check if the file is there.
Sadly, I know nothing about ssh into the router to check if the file is there.
Re: Can't Download Bandwidth Stats
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?
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?