Gargoyle 1.11.0 Release Candidate 5

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

Moderator: Moderators

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

IMQ is required for QoS and Quotas, so it’s pretty important.
It also hooks correctly on all systems I have checked, so still think the issue is deeper.
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.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Gargoyle 1.11.0 Release Candidate 5

Post by RomanHK »

Does IMG have to have priority 46 when retrieving?

I have renamed it without priority (from 46-ipt-imq to ipt-imq) and it goes well:

Code: Select all

[   22.202838] usbcore: registered new interface driver cdc_acm
[   22.208514] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   22.217142] usbcore: registered new interface driver cdc_wdm
[   22.228115] Ebtables v2.0 registered
[   22.232962] 	Hooked IMQ after mangle on PREROUTING
[   22.237776] 	Hooked IMQ after nat on POSTROUTING
[   22.242439] IMQ driver loaded successfully. (numdevs = 2, numqueues = 1, imq_dev_accurate_stats = 1)
[   22.251610] 	Hooking IMQ before NAT on PREROUTING.
[   22.256413] 	Hooking IMQ after NAT on POSTROUTING.
[   22.265295] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.275601] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   22.296412] ctnetlink v0.93: registering with nfnetlink.
[   22.328693] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>
20x reboot, 20x the correct start.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

Potentially not.
Most things don’t set a priority anymore so could be worth looking at. It is a legacy carry over I think.

Thanks, I’ll take a look :)
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.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Gargoyle 1.11.0 Release Candidate 5

Post by RomanHK »

So IMQ was a priority - solved.

Have you been looking at the Restriction Rule? I forgot if there is a IP range, so the log is written:

Code: Select all

Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: iptables v1.6.2: unexpected ! flag before --match
Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: Try `iptables -h' or 'iptables --help' for more information.
Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: iptables v1.6.2: unexpected ! flag before --match
Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: Try `iptables -h' or 'iptables --help' for more information.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

I’ve got a list to look at. Restrictions and IMQ are on it.
Just a bit short on time at the moment.
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 5

Post by Lantis »

RomanHK wrote:So IMQ was a priority - solved.

Have you been looking at the Restriction Rule? I forgot if there is a IP range, so the log is written:

Code: Select all

Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: iptables v1.6.2: unexpected ! flag before --match
Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: Try `iptables -h' or 'iptables --help' for more information.
Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: iptables v1.6.2: unexpected ! flag before --match
Mon Feb 25 16:10:43 2019 daemon.err uhttpd[6514]: Try `iptables -h' or 'iptables --help' for more information.
Restrictions fixed by
https://github.com/ericpaulbishop/gargo ... 85ba8f0387
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.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Gargoyle 1.11.0 Release Candidate 5

Post by RomanHK »

Found another bug - Webcam Plugin does not work:

Code: Select all

Wed Feb 27 21:16:13 2019 user.info MJPG-streamer [17857]: starting application
Wed Feb 27 21:16:13 2019 user.info MJPG-streamer [17857]: MJPG Streamer Version.: 2.0
Wed Feb 27 21:16:13 2019 user.info MJPG-streamer [17857]: ERROR: could not find input plugin
Wed Feb 27 21:16:13 2019 user.info MJPG-streamer [17857]:        Perhaps you want to adjust the search path with:
Wed Feb 27 21:16:13 2019 user.info MJPG-streamer [17857]:        # export LD_LIBRARY_PATH=/path/to/plugin/folder
Wed Feb 27 21:16:13 2019 user.info MJPG-streamer [17857]:        dlopen: Error loading shared library input_uvc.so: No such file or directory
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

Cezary
Posts: 135
Joined: Thu Sep 11, 2008 12:57 pm
Location: Poland
Contact:

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Cezary »

Lantis wrote:I’ve got a list to look at. Restrictions and IMQ are on it.
Just a bit short on time at the moment.
The same problem has several of my users, on various platform. One of them says that changing the priority of imq does not solve the problem.

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

Re: Gargoyle 1.11.0 Release Candidate 5

Post by Lantis »

Which platforms? I've only ever seen it "crash" on mvebu, but it still works.
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.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: Gargoyle 1.11.0 Release Candidate 5

Post by RomanHK »

Hmm, I confirm, it helped me to delay the start-up time of the IMQ driver - as you can see, other machines are too tight and the time is not enough.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

Post Reply