1.13.0.x gargoyle-ispy 2020-December-14 23

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

Moderator: Moderators

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

1.13.0.x gargoyle-ispy 2020-December-14 23

Post by ispyisail »

USE AT YOUR OWN RISK

WARNING: DO NOT PRESERVE SETTINGS

Now includes packages

1.13.0.x gargoyle-ispy 2020-December-14 23

Torrent
http://bit.ly/3p8POVM

magnet:?xt=urn:btih:8d7ce8e8e6e08472ab6957d2e1da9efb43978fdd&dn=1.13.0.x%20gargoyle-ispy%202020-December-14%2023.7z&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80&tr=udp%3a%2f%2fopen.demonii.com%3a1337&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.open-internet.nl%3a6969%2fannounce&tr=udp%3a%2f%2fallesanddro.de%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.to%3a2710%2fannounce



Routers
http://bit.ly/37zaXm5



Changelog
(see creation date for commit date)

https://github.com/ericpaulbishop/gargo ... its/master

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by RomanHK »

So I could help and make them easier to download, so I started my own web server: http://gargoyle.romanhk.cz

Here you can find the latest (and some older) builds from this forum.

Build from @ispyisail (I thank him):
The "images and built" directory will be decompressed by file.
Here you will also find a mirror in compressed form.

You can use my (already unpacked) resources and paste them into Gargoyle via SSH. After pressing the "Refresh plugin" button, the resources will be loaded.

Run commands using SSH (should work for all architectures):

Code: Select all

cpath1=$(cat /etc/opkg.conf | grep 'gargoyle http' | sed 's/^.*gargoyle-1.14//g')
cpath2=$(cat /etc/opkg.conf | grep 'gargoyle_kernel_specific http' | sed 's/^.*gargoyle-1.14//g')
echo 'src/gz romanhk http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202020-December-14%2023/built'$cpath1 >> /etc/opkg.conf
echo 'src/gz romanhk_kernel_specific http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202020-December-14%2023/built'$cpath2 >> /etc/opkg.conf
I also recommend performing this step via SSH to download some OpenWrt packages correctly (eg Squid proxy server). This should work for all architectures:

Code: Select all

cat /etc/opkg/distfeeds.conf >> /etc/opkg.conf

:!: Here I must warn that if you are installing Gargoyle packages (such as "plugin-gargoyle-usb-storage-full") you must first comment out the OpenWrt repository for compatibility with Gargoyle packages:

Example of how to install the "plugin-gargoyle-usb-storage-full" package:

1. Run commands via SSH to install Gargoyle packages:

Code: Select all

sed -i 's+src/gz openwrt+#src/gz openwrt+g' /etc/opkg.conf
rm -rf /tmp/opkg-lists/*
gpkg update
gpkg install plugin-gargoyle-usb-storage-full
sed -i 's+#src/gz openwrt+src/gz openwrt+g' /etc/opkg.conf
2. You can now install OpenWrt packages that are not part of Gargoyle.

It is important to keep this procedure for package compatibility as follows: if you want another Gargoyle package, you must start with a point. 1!


Also note that I use http instead of https, as there may be a problem with https if the router does not have the right time (or does not have an ssl library).

P.S. Sometimes the server may not work because of an update - but this should take a short time. Also, I don't know how long I will be hosting my site, but I will try to keep it as long as possible.

Good luck and good health ;) ...
Last edited by RomanHK on Sat Dec 19, 2020 7:30 pm, edited 1 time in total.
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

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by ispyisail »

My wdr3600
Image

It appears that the images have moved from

ar71xx to ath79

Image

When I try to upgrade I get this message

Image

unsure if I can press "force upgrade"

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by RomanHK »

:?: And shouldn't the *-sysupgrade.bin file be inserted?
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

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by ispyisail »

RomanHK wrote:
Sat Dec 19, 2020 4:38 pm
:?: And shouldn't the *-sysupgrade.bin file be inserted?
I was aware of this and this does appear to be the solution

I the past it didn't really matter

Thanks

Image

Image

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by Lantis »

Some devices handle the move from ar71xx to ath79 better than others.
The general advise is to upgrade without preserving settings.
Some devices will require a force flash. You must be absolutely sure you're using the correct image in those circumstances.
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.

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by ispyisail »

wdr3600 using ath79 seams to have problem with some clients

Some clients are rock solid while other clients have trouble connecting or when they connect the connect gets dropped after a time.

Suspect Driver problem?

Going to roll back to 1.12.x to see if the router becomes more stable with the problem clients.

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by RomanHK »

I also noticed it (for all versions 1.13.x). After inactivity, both the tablet and the phone disconnected and it took them a while to connect when they were active again. The same is the same in OpenWrt 19.07.

:idea: Try putting the following settings in the WiFi settings in the /etc/config/wireless file (in the config wifi-iface):

Code: Select all

option disassoc_low_ack '0'
option skip_inactivity_poll '1'
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

BJReplay
Posts: 37
Joined: Sun Feb 02, 2020 3:28 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by BJReplay »

Was testing throughput with and without QoS when QoS seemed to fail completely (as in speeds were not limited as per QoS settings). Was set to On in GUI both up and down, but speeds were as if it was off and the throughput section showed * rather than actual throughput in each class.

Log excerpt below from begining of testing various QoS settings.

Failure (as in QoS not limiting speed for test class, whilst set to on in GUI) was around 16:19.

Around 16:23 I turned it off (saved) and on (saved) in upload direction, and it started working again (limiting speed for test class).

Raw connection speed (on a up to 250 down 25 up HFC connection) is around 180 down 20 up with QoS turned off, and with QoS turned on (but no effective limit to test class), 155 down 18 up.

Log:

Code: Select all

Tue Dec 22 16:08:46 2020 kern.info kernel: [75547.677268] IMQ driver unloaded successfully.
Tue Dec 22 16:08:46 2020 kern.info kernel: [75547.728035] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:08:46 2020 kern.info kernel: [75547.728073] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:08:46 2020 kern.info kernel: [75547.734880] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:08:46 2020 kern.info kernel: [75547.742745] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:08:46 2020 kern.info kernel: [75547.750684] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:08:46 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:08:46 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:08:46 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:08:46 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:10:25 2020 daemon.notice netifd: wan (5297): udhcpc: sending renew to 100.65.92.1
Tue Dec 22 16:10:25 2020 daemon.notice netifd: wan (5297): udhcpc: lease of 100.65.92.52 obtained, lease time 7200
Tue Dec 22 16:12:36 2020 kern.info kernel: [75778.602684] IMQ driver unloaded successfully.
Tue Dec 22 16:12:37 2020 kern.info kernel: [75778.646037] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:12:37 2020 kern.info kernel: [75778.646076] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:12:37 2020 kern.info kernel: [75778.652964] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:12:37 2020 kern.info kernel: [75778.660672] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:12:37 2020 kern.info kernel: [75778.668688] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:12:37 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:12:37 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:12:37 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:12:37 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:13:42 2020 kern.info kernel: [75844.551375] IMQ driver unloaded successfully.
Tue Dec 22 16:13:42 2020 kern.info kernel: [75844.613333] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:13:42 2020 kern.info kernel: [75844.613362] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:13:42 2020 kern.info kernel: [75844.620247] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:13:42 2020 kern.info kernel: [75844.628070] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:13:43 2020 kern.info kernel: [75844.635951] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:13:43 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:13:43 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:13:43 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:13:43 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:14:29 2020 kern.info kernel: [75891.280410] IMQ driver unloaded successfully.
Tue Dec 22 16:14:29 2020 kern.info kernel: [75891.311613] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:14:29 2020 kern.info kernel: [75891.311644] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:14:29 2020 kern.info kernel: [75891.318427] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:14:29 2020 kern.info kernel: [75891.326336] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:14:29 2020 kern.info kernel: [75891.334243] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:14:29 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:14:29 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:14:29 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:14:29 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:16:00 2020 kern.info kernel: [75982.128630] IMQ driver unloaded successfully.
Tue Dec 22 16:16:00 2020 kern.info kernel: [75982.181219] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:16:00 2020 kern.info kernel: [75982.181250] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:16:00 2020 kern.info kernel: [75982.188035] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:16:00 2020 kern.info kernel: [75982.197588] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:16:00 2020 kern.err kernel: [75982.278606] IMQ: Error trying imq_init_hooks()
Tue Dec 22 16:16:00 2020 user.notice qos_gargoyle: insmod imq failed. Waiting and trying again...
Tue Dec 22 16:16:05 2020 kern.info kernel: [75987.410348] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:16:05 2020 kern.info kernel: [75987.410380] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:16:05 2020 kern.info kernel: [75987.417364] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:16:05 2020 kern.info kernel: [75987.425082] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:16:05 2020 kern.info kernel: [75987.432944] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:16:05 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:16:05 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:16:05 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:16:05 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:16:26 2020 kern.info kernel: [76007.698123] IMQ driver unloaded successfully.
Tue Dec 22 16:16:26 2020 kern.info kernel: [76007.765627] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:16:26 2020 kern.info kernel: [76007.765666] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:16:26 2020 kern.info kernel: [76007.772750] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:16:26 2020 kern.info kernel: [76007.780325] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:16:26 2020 kern.info kernel: [76007.788245] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:16:26 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:16:26 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:16:26 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:16:26 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:18:15 2020 kern.info kernel: [76116.795996] IMQ driver unloaded successfully.
Tue Dec 22 16:18:15 2020 kern.info kernel: [76116.816756] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:18:15 2020 kern.info kernel: [76116.816784] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:18:15 2020 kern.info kernel: [76116.824075] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:18:15 2020 kern.info kernel: [76116.831838] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:18:15 2020 kern.info kernel: [76116.839370] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:18:15 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:18:15 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:18:15 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:18:15 2020 daemon.err insmod: module is already loaded - sch_sfq
Tue Dec 22 16:18:52 2020 kern.info kernel: [76154.125270] IMQ driver unloaded successfully.
Tue Dec 22 16:18:52 2020 kern.info kernel: [76154.180222] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:18:52 2020 kern.info kernel: [76154.180263] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:18:52 2020 kern.info kernel: [76154.187264] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:18:52 2020 kern.info kernel: [76154.194870] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:18:52 2020 kern.err kernel: [76154.265321] IMQ: Error trying imq_init_hooks()
Tue Dec 22 16:18:52 2020 user.notice qos_gargoyle: insmod imq failed. Waiting and trying again...
Tue Dec 22 16:18:57 2020 kern.info kernel: [76159.389299] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:18:57 2020 kern.info kernel: [76159.389333] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:18:57 2020 kern.info kernel: [76159.396211] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:18:57 2020 kern.info kernel: [76159.403925] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:18:57 2020 kern.err kernel: [76159.495359] IMQ: Error trying imq_init_hooks()
Tue Dec 22 16:18:57 2020 user.notice qos_gargoyle: insmod imq failed. Waiting and trying again...
Tue Dec 22 16:19:02 2020 kern.info kernel: [76164.608088] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:19:02 2020 kern.info kernel: [76164.608116] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:19:02 2020 kern.info kernel: [76164.615074] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:19:02 2020 kern.info kernel: [76164.622725] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:19:03 2020 kern.err kernel: [76164.705141] IMQ: Error trying imq_init_hooks()
Tue Dec 22 16:19:03 2020 user.notice qos_gargoyle: insmod imq failed. Waiting and trying again...
Tue Dec 22 16:19:08 2020 user.notice qos_gargoyle: Could not insmod imq, too many retries. Stopping.
Tue Dec 22 16:19:11 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:13 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:16 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:18 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:21 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:23 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:26 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:28 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:31 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:33 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:36 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:38 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:41 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:43 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:43 2020 daemon.err uhttpd[20149]: sh: write error: Broken pipe
Tue Dec 22 16:19:53 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:19:53 2020 daemon.err uhttpd[20149]: Cannot find device "imq0"
Tue Dec 22 16:23:45 2020 daemon.err rmmod: module is not loaded
Tue Dec 22 16:23:46 2020 kern.info kernel: [76447.629970] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:23:46 2020 kern.info kernel: [76447.630002] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:23:46 2020 kern.info kernel: [76447.636906] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:23:46 2020 kern.info kernel: [76447.644873] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:23:46 2020 kern.err kernel: [76447.729640] IMQ: Error trying imq_init_hooks()
Tue Dec 22 16:23:46 2020 user.notice qos_gargoyle: insmod imq failed. Waiting and trying again...
Tue Dec 22 16:23:51 2020 kern.info kernel: [76452.862969] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:23:51 2020 kern.info kernel: [76452.863000] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:23:51 2020 kern.info kernel: [76452.870019] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:23:51 2020 kern.info kernel: [76452.877659] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:23:51 2020 kern.err kernel: [76452.989667] IMQ: Error trying imq_init_hooks()
Tue Dec 22 16:23:51 2020 user.notice qos_gargoyle: insmod imq failed. Waiting and trying again...
Tue Dec 22 16:23:56 2020 kern.info kernel: [76458.130808] 	IMQv4: Hooking IMQ after mangle on INPUT, pf=2, hooknum=1, priority=-149
Tue Dec 22 16:23:56 2020 kern.info kernel: [76458.130835] 	IMQv6: Hooking IMQ after mangle on INPUT, pf=10, hooknum=1, priority=-149
Tue Dec 22 16:23:56 2020 kern.info kernel: [76458.137899] 	IMQv4: Hooking IMQ after mangle on FORWARD, pf=2, hooknum=2, priority=-149
Tue Dec 22 16:23:56 2020 kern.info kernel: [76458.146137] 	IMQv6: Hooking IMQ after mangle on FORWARD, pf=10, hooknum=2, priority=-149
Tue Dec 22 16:23:56 2020 kern.info kernel: [76458.153421] IMQ driver loaded successfully. (numdevs = 1, numqueues = 1, imq_dev_accurate_stats = 1)
Tue Dec 22 16:23:56 2020 daemon.err insmod: module is already loaded - cls_fw
Tue Dec 22 16:23:56 2020 daemon.err insmod: module is already loaded - cls_flow
Tue Dec 22 16:23:56 2020 daemon.err insmod: module is already loaded - sch_hfsc
Tue Dec 22 16:23:56 2020 daemon.err insmod: module is already loaded - sch_sfq

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

Re: 1.13.0.x gargoyle-ispy 2020-December-14 23

Post by ispyisail »

Going to roll back to 1.12.x
Can confirm initial tests as much more stable

Post Reply