[BROKEN] Gargoyle 1.11.0 Release Candidate 2

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

User avatar
CBx86
Posts: 157
Joined: Sun Jan 05, 2014 5:43 pm
Location: Brazil

Re: Gargoyle 1.11.0 Release Candidate 2

Post by CBx86 »

I try it.

NETGEAR WNDR4300
After update i get Red light, but It was working well.

Anyway i rollback for 1.10

O look for some error on logread, cant find.

Many Thanks!

8enigma4
Posts: 3
Joined: Wed Oct 31, 2018 2:42 pm

Re: Gargoyle 1.11.0 Release Candidate 2

Post by 8enigma4 »

This is my firts post, so maybe that i'm noob, but after flashing this rom on my WRT1900ACS i'm no more able to activate QoS

there is no QoS setting

(befoew was everything working on stable version)

Thanks for your work and Regards

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 2

Post by ispyisail »

@Lantis

Are all routers going to come with the bare minimum feature set, then you will need to install everything as a packages?

e.g. QOS

8enigma4
Posts: 3
Joined: Wed Oct 31, 2018 2:42 pm

Re: Gargoyle 1.11.0 Release Candidate 2

Post by 8enigma4 »

ispyisail wrote:@Lantis

Are all routers going to come with the bare minimum feature set, then you will need to install everything as a packages?

e.g. QOS
it seems installed to me, under plugins,
em i wrong???

User avatar
CBx86
Posts: 157
Joined: Sun Jan 05, 2014 5:43 pm
Location: Brazil

Re: Gargoyle 1.11.0 Release Candidate 2

Post by CBx86 »

WNDR4300 is comes with a lot of 'extra' plugins, ex. Webcam pluguin, TOR, DLNA, OpenVPN, USB Printer.

This is ok? :|

Many Thanks! :mrgreen:

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Gargoyle 1.11.0 Release Candidate 2

Post by Lantis »

doug_porsche wrote:Guest network does not find any DNS
corrected by changing the UDP to udp in
/usr/lib/gargoyle_firewall_util/gargoyle_firewall_util.sh

ebtables -t filter -A INPUT -i "$lif" -p IPV4 --ip-protocol udp --ip-destination-port 53 -j ACCEPT
ebtables -t filter -A INPUT -i "$lif" -p IPV4 --ip-protocol udp --ip-destination-port 67 -j ACCEPT

Candidate 1 notes:

Lantis
Moderator
Posts: 4336
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia
Re: Gargoyle 1.11.0 Release Candidate 1
Postby Lantis » Wed Sep 12, 2018 6:03 am

Spot on guys, thanks for doing the investigation.
Fixed with this commit, which will make it into the next RC/final version
https://github.com/ericpaulbishop/gargo ... 5579194ef2

This should be easy enough for people to fix easily on their live routers as well.
I definitely fixed this.
You are still seeing this issue and the file has not changed?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Gargoyle 1.11.0 Release Candidate 2

Post by Lantis »

CBx86 wrote:I try it.

NETGEAR WNDR4300
After update i get Red light, but It was working well.

Anyway i rollback for 1.10

O look for some error on logread, cant find.

Many Thanks!
Not sure i understand what you mean by "red light"?
Is the router operating correctly or not?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Gargoyle 1.11.0 Release Candidate 2

Post by Lantis »

8enigma4 wrote:This is my firts post, so maybe that i'm noob, but after flashing this rom on my WRT1900ACS i'm no more able to activate QoS

there is no QoS setting

(befoew was everything working on stable version)

Thanks for your work and Regards
Can you please check if the QoS plugin is installed on the plugins page?
If it is, does manually navigating to

Code: Select all

http://your-routers-ip/qos_download.sh
work?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: Gargoyle 1.11.0 Release Candidate 2

Post by Lantis »

ispyisail wrote:@Lantis

Are all routers going to come with the bare minimum feature set, then you will need to install everything as a packages?

e.g. QOS
Bigger routers will have the full feature set out of the box.
mvebu is an example of that.
I expect what has happened with above user is that the scripts which add the menu items failed to run correctly. Have seen it before with other plugins.

If that is all that is wrong, we'll just make that code more robust.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

rseiler
Posts: 208
Joined: Sun Dec 15, 2013 12:31 am

Re: Gargoyle 1.11.0 Release Candidate 2

Post by rseiler »

Has any consideration been given to allowing multiple plugins to be installed sequentially (i.e. tag five and see them installed one by one without further interaction) rather than the way that it is now?

Post Reply