Page 19 of 22

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Sun Feb 24, 2019 6:26 pm
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Sun Feb 24, 2019 9:27 pm
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Sun Feb 24, 2019 10:50 pm
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 :)

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Mon Feb 25, 2019 11:42 am
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 27, 2019 5:07 am
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 27, 2019 7:41 am
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

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Wed Feb 27, 2019 4:22 pm
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

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Sun May 05, 2019 1:30 am
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.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Sun May 05, 2019 1:47 am
by Lantis
Which platforms? I've only ever seen it "crash" on mvebu, but it still works.

Re: Gargoyle 1.11.0 Release Candidate 5

Posted: Sun May 05, 2019 4:41 am
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.