Search found 1443 matches

by Eric
Sat Apr 18, 2015 9:53 pm
Forum: Gargoyle Development
Topic: [Q]MiniDLNA autostart?
Replies: 7
Views: 10943

Re: [Q]MiniDLNA autostart?

Lantis: It's true you can't push directly to the main repository... but send me a pull request on github! I merge pull requests from contributors all the time. Contributions are very, very welcome.
by Eric
Fri Mar 20, 2015 2:47 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-March-19 15:16.torrent
Replies: 13
Views: 15568

Re: gargoyle-ispy 2015-March-19 15:16.torrent

If you're downgrading back to 1.7.1, you should do a sysupgrade -n, so: cd /tmp wget http://www.gargoyle-router.com/downloads/images/ar71xx/gargoyle_1.7.1-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin sysupgrade -n /tmp/gargoyle_1.7.1-ar71xx-generic-tl-wdr3600-v1-squashfs-sysupgrade.bin There...
by Eric
Fri Mar 20, 2015 2:13 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-March-19 15:16.torrent
Replies: 13
Views: 15568

Re: gargoyle-ispy 2015-March-19 15:16.torrent

Another good catch, can confirm the upgrade interface is broken in this version (another side-effect of switching to uhttpd). This issue should now be fixed with commit de46a2c. To get around the upgrade limitation of the interface in the last version, ssh in with user=root,pass=[your_login_pass], a...
by Eric
Wed Mar 18, 2015 1:32 pm
Forum: Show / Tell / Contribute
Topic: gargoyle-ispy 2015-March-18 10:33.torrent
Replies: 7
Views: 8282

Re: gargoyle-ispy 2015-March-18 10:33.torrent

tapper: GOOD CATCH! That's a really nasty bug, and I'm glad you caught it now, rather than later. I think this is fixed in the repo now, with commit 5d27c1c. walacefung: If I had to take a guess (I haven't experienced the issue), I think the problem is memory. Barrier Breaker takes up more memory th...
by Eric
Tue Mar 17, 2015 1:12 pm
Forum: General Discussion
Topic: Web servers enrolled in Pratchett tribute
Replies: 4
Views: 3454

Re: Web servers enrolled in Pratchett tribute

Yes. Of course, it's Discworld, not Diskworld ;-) I was listening to the audiobook of Going Postal when I wrote the first lines of code for Gargoyle. I often listen to audiobooks in the background while I write code. Going Postal is the Discworld book this little tribute references, and still my all...
by Eric
Sun Mar 01, 2015 2:43 pm
Forum: News
Topic: Version 1.7.1 - Guest Network Support
Replies: 152
Views: 314973

Re: Version 1.7.1 - Guest Network Support

durian: You're saying you can access a USB disk share from the guest network? Can you be more clear on how you have this share configured? I just tested this and found I can't access the shared disk on the guest network.
by Eric
Sat Feb 28, 2015 12:18 am
Forum: News
Topic: Version 1.7.1 - Guest Network Support
Replies: 152
Views: 314973

Version 1.7.1 - Guest Network Support

One of the most-requested features for a while has been support for a Guest Wireless Network. This feature is now implemented in 1.7.1. Two important limitations exist with this feature, as currently implemented in 1.7.1: (1) Unlike some implementations of this feature, there isn't a separate subnet...
by Eric
Thu Feb 05, 2015 4:38 pm
Forum: General Discussion
Topic: QoS and Multiple SSID (quite long)
Replies: 6
Views: 5942

Re: QoS and Multiple SSID (quite long)

pbix: My suggestion would be to modify the qos, quotas, etc to have an explicit option in the interface to match the guest network. In order to have separate subnets extensive modifications to the implementations of these features would be required anyway. I expect that adding a new type of match ba...
by Eric
Thu Feb 05, 2015 3:21 am
Forum: General Discussion
Topic: QoS and Multiple SSID (quite long)
Replies: 6
Views: 5942

Re: QoS and Multiple SSID (quite long)

You actually don't need to split the subnets to do this. It's possible to use the --physdev-in iptables match to differentiate which bridge interface a packet comes in on in iptables. It may be possible to then get around the problem of matching outbound traffic (you will get errors if you try using...
by Eric
Thu Jan 08, 2015 2:47 pm
Forum: Show / Tell / Contribute
Topic: Version 1.7.0 - Barrier Breaker Bugs
Replies: 17
Views: 28328

Re: Version 1.7.0 - Barrier Breaker Bugs

Thanks for posting this here. I probably should have posted this list here as well as just sending it to ispyisail, when he inquired about the current status of BB bugs. This is, indeed, the current bug-report status for 1.7.0. Worth Noting: if you test for any of the above bugs, and cannot reproduc...