Search found 26 matches
- Thu Sep 29, 2016 2:22 am
- Forum: Other Issues
- Topic: Reboot loop / Timezone BW usage bug
- Replies: 15
- Views: 52843
Re: Reboot loop / Timezone BW usage bug
This or at least something similar can still occur on 1.8.1. We had a 5 day Internet outage and while everything appeared ok when the connection returned yesterday, my router entered a reboot loop at the next scheduled overnight reboot. I noticed it early this morning after it had been looping for h...
- Sat Jan 23, 2016 2:54 am
- Forum: Hardware / Installation Issues
- Topic: Restoring config to identical Gargoyle version and hardware
- Replies: 2
- Views: 3629
Re: Restoring config to identical Gargoyle version and hardw
Yes it does work, my mistake was that Safari was automatically unzipping the tar.gz config downloaded form the old router into a .tar file which was invalid when read into the new one.
Once I disabled this in Safari and gave the new router a valid tar.gz file it restored just fine.
Thanks
Once I disabled this in Safari and gave the new router a valid tar.gz file it restored just fine.
Thanks
- Fri Jan 22, 2016 4:02 pm
- Forum: Hardware / Installation Issues
- Topic: Restoring config to identical Gargoyle version and hardware
- Replies: 2
- Views: 3629
Restoring config to identical Gargoyle version and hardware
So I am trying to setup another TL-1043ND-v2.1 router with Gargoyle 1.8.1 for a second location and I was hoping to be able to restore from the config taken from the first one (same hardware model, same Gargoyle) so that I only need to make some minor changes rather than reconfigure everything from ...
- Mon Jan 18, 2016 8:24 am
- Forum: Gargoyle Development
- Topic: Determine if a QoS class is active from an ssh script?
- Replies: 8
- Views: 11059
Re: Determine if a QoS class is active from an ssh script?
Ok, so I managed to achieve what I wanted. Here is my final script in case anyone ever finds some of it useful. #!/bin/sh bytes1=$(bw_get -i "qos1-down-dclass_2-minute-15" | cut -f2) sleep 5 bytes2=$(bw_get -i "qos1-down-dclass_2-minute-15" | cut -f2) bytes=`expr $bytes2 - $bytes...
- Mon Jan 18, 2016 4:44 am
- Forum: Gargoyle Development
- Topic: Determine if a QoS class is active from an ssh script?
- Replies: 8
- Views: 11059
Re: Determine if a QoS class is active from an ssh script?
Thankyou very much for that, I appreciate it! I think this should give me the tools I need. I will probably make my script monitor the output of this for a few seconds: bw_get -i "qos1-down-dclass_2-minute-15" | cut f2 This should allow me to derive a kbps for my IPTV class for the period ...
- Sun Jan 17, 2016 9:29 am
- Forum: Gargoyle Development
- Topic: Determine if a QoS class is active from an ssh script?
- Replies: 8
- Views: 11059
Re: Determine if a QoS class is active from an ssh script?
Thanks for that, I'm not sure how to use those though - the bw_get one returns "ERROR: you must specify an id to query" and I don't know what id it is talking about.
bw_print_history_file doesn't give an error but I don't know what it has written and to where.
bw_print_history_file doesn't give an error but I don't know what it has written and to where.
- Fri Jan 15, 2016 6:23 am
- Forum: Gargoyle Development
- Topic: Determine if a QoS class is active from an ssh script?
- Replies: 8
- Views: 11059
Determine if a QoS class is active from an ssh script?
With reference to this thread I started in the Feature Requests forum: https://www.gargoyle-router.com/phpbb/viewtopic.php?f=13&t=8117#wrap Does anyone know how I can retrieve the current (or short-term averaged) load of a specific class inside an ssh script? Or whether a particular class is con...
- Fri Jan 08, 2016 11:16 am
- Forum: Show / Tell / Contribute
- Topic: What is "gargoyle-ispy"?
- Replies: 8
- Views: 67065
Re: What is "gargoyle-ispy"?
Ah brilliant, thanks for that tapper.
So these are basically interim builds of the official (but work-in-progress) code for people to try out?
So these are basically interim builds of the official (but work-in-progress) code for people to try out?
- Fri Jan 08, 2016 11:10 am
- Forum: Feature Requests
- Topic: Two things I miss from Tomato...
- Replies: 8
- Views: 11771
Re: Two things I miss from Tomato...
http://i.imgur.com/0MunlXel.jpg There is new build, (gargoyle-ispy 2015-December-29 22:12) Edit: i dont know if this what you want. https://www.gargoyle-router.com/phpbb/viewtopic.php?f=14&t=8136 I'm sure you mean well and thanks for the contribution but I pretty much explained what it was I mi...
- Fri Jan 08, 2016 10:40 am
- Forum: Feature Requests
- Topic: Two things I miss from Tomato...
- Replies: 8
- Views: 11771
Re: Two things I miss from Tomato...
http://i.imgur.com/AaYRDju.jpg Thanks, yes - something like that would be ideal. I'm not using the wireless capabilities of Gargoyle though - I have multiple wireless access points operating in bridge mode - so I don't have that table. EDIT : heh, you edited on me :) Yes that table is the one we're...