[BROKEN] Gargoyle 1.11.0 Release Candidate 2
Moderator: Moderators
Re: Gargoyle 1.11.0 Release Candidate 2
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!
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!
Re: Gargoyle 1.11.0 Release Candidate 2
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
there is no QoS setting
(befoew was everything working on stable version)
Thanks for your work and Regards
Re: Gargoyle 1.11.0 Release Candidate 2
@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
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
Re: Gargoyle 1.11.0 Release Candidate 2
it seems installed to me, under plugins,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
em i wrong???
Re: Gargoyle 1.11.0 Release Candidate 2
WNDR4300 is comes with a lot of 'extra' plugins, ex. Webcam pluguin, TOR, DLNA, OpenVPN, USB Printer.
This is ok?
Many Thanks!
This is ok?

Many Thanks!

Re: Gargoyle 1.11.0 Release Candidate 2
I definitely fixed this.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.
You are still seeing this issue and the file has not changed?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.11.0 Release Candidate 2
Not sure i understand what you mean by "red light"?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!
Is the router operating correctly or not?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.11.0 Release Candidate 2
Can you please check if the QoS plugin is installed on the plugins page?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
If it is, does manually navigating to
Code: Select all
http://your-routers-ip/qos_download.sh
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.11.0 Release Candidate 2
Bigger routers will have the full feature set out of the box.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
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.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Gargoyle 1.11.0 Release Candidate 2
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?